html {
height: 100%;
}
img {
max-width: 100%;
}
body {
min-height: 100%;
font-family: 'Hind', sans-serif;
background-color: #fff;
color: #4c4c4c;
}
a {
color: #1f2a44;
outline: none !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a:hover,
a:focus {
color: #1f2a44;
}
.alignright {
float: right;
}
.alignleft {
float: left;
} header {
width: 100%;
float: left;
}
.main-header {
width: 100%;
float: left;
}
.navbar-default {
background-color: #fff;
min-height: 56px;
margin: 0;
border:0;
border-radius: 0 !important;
}
.navbar-default .container {
position: relative;
}
.navbar-default .navbar-brand {
height: 54px;
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggle {
border-radius: 0px;
float: left;
border: 0;
margin: 0;
margin-right: 5px;
padding: 0;
width: 45px;
height: 54px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: transparent !important;
}
.navbar-toggle__close {
display: none;
}
.navbar-toggle[aria-expanded="true"] .navbar-toggle__default {
display: none;
}
.navbar-toggle[aria-expanded="true"] .navbar-toggle__close {
display: block;
}
.navbar-default .navbar-nav>li>a {
color: #9B9B9B;
padding: 17px 20px;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
background: transparent;
font-weight: 500;
color: #000;
}
.navbar-nav--custom .dropdown-menu.dd-box {
width: 300px;
background-color: #fff;
border: solid 1px #dcdcdc;
border-radius: 5px;
padding: 30px 20px;
margin-top: 11px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.navbar-nav--custom .dropdown-menu.dd-box>li {
float: left;
width: 100%;
margin-bottom: 15px;
}
.navbar-nav--custom .dropdown-menu.dd-box>li:last-child {
margin-bottom: 0;
}
.navbar-nav--custom .dropdown-menu.dd-box>li:last-child .nav-drop-right {
padding-bottom: 0;
border-bottom: 0;
}
.navbar-nav--custom .dropdown-menu.dd-box:before {
content: "";
left: 45px;
top: -6px;
width: 0;
height: 0;
width: 11px;
height: 11px;
border-top: solid 1px #dcdcdc;
border-right: solid 1px #dcdcdc;
position: absolute;
transform: rotate(-44deg);
-ms-transform: rotate(-44deg);
-webkit-transform: rotate(-44deg);
background: #fff;
}
.navbar-nav--custom .menu--item {
position: relative;
width: 100%;
float: left;
}
.navbar-nav--custom .menu--item a {
position: relative;
width: 100%;
float: left;
}
.navbar-nav--custom .nav-drop-left {
position: relative;
width: 34px;
height: 34px;
float: left;
border-radius: 50%;
background-color: #D8D8D8;
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
}
.nav-drop-icon--1 {
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/menu/local-regional-shows.png);
}
.nav-drop-icon--2 {
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/menu/national-tour.png);
}
.nav-drop-icon--3 {
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/menu/for-signed-artists.png);
}
.nav-drop-icon--4 {
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/menu/flyers-posters-handbills.png);
}
.nav-drop-icon--5 {
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/menu/thermal-tickets.png);
}
.nav-drop-icon--6 {
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/menu/live-shows.png);
}
.navbar-nav--custom .nav-drop-right {
float: right;
width: calc(100% - 50px);
padding-bottom: 10px;
position: relative;
border-bottom: solid 1px #D8D8D8;
}
.navbar-nav--custom .nav-drop-right h4 {
float: left;
width: 100%;
font-size: 14px;
color: #000;
margin: 0 0 8px 0;
padding: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.navbar-nav--custom .nav-drop-right h4:hover {
color: #498BEE;
}
.navbar-nav--custom .nav-drop-right p {
float: left;
width: 100%;
color: #4B5B6F;
line-height: 1.1;
margin: 0;
}
.fixed-navbar-right {
float: right !important;
width: auto;
}
.fixed-navbar-right>li {
float: left;
}
.fixed-navbar-right>li>a {
padding-top: 17px !important;
padding-bottom: 17px !important;
color: #2A2A2A !important;
}
.navbar-nav--custom .about-us-nav .dropdown-menu.dd-box {
width: 190px;
}
.navbar-nav--custom .about-us-nav .dropdown-menu .nav-drop-left {
display: none;
}
.navbar-nav--custom .about-us-nav .dropdown-menu .nav-drop-right {
width: 100%;
float: left;
}
@media (max-width: 1199px) {
.navbar-default .navbar-nav>li>a {
padding: 17px 10px;
}
}
@media (max-width: 767px) {
.terms_row{
text-align:left !important;
}
.terms_row ul{
padding:15px;
font-size: 16px;
}
.terms_row .section-header{
font-size: 18px;
margin: 0;
}
.fixed-navbar-right {
position: absolute;
right: 15px;
top: 0;
margin: 0;
}
.navbar-nav--custom .about-us-nav .dropdown-menu.dd-box {
width: 100%;
}
.navbar-default .navbar-brand {
padding-left: 0;
padding-right: 0;
}
.navbar-default .navbar-collapse .navbar-nav {
margin-top: 0;
margin-bottom: 0;
}
.navbar-default .navbar-collapse .navbar-nav>li {
border-top: 1px solid #e7e7e7;
}
.navbar-default .navbar-collapse .navbar-nav>li:first-child {
border-top: 0;
}
.navbar-default .navbar-collapse .navbar-nav>li>a {
font-size: 16px;
color: #464646;
padding: 17px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar-default .navbar-collapse .navbar-nav>li>a .caret {
margin-left: auto;
}
.navbar-nav--custom .dropdown-menu.dd-box:before {
display: none;
}
.navbar-nav--custom .dropdown-menu.dd-box {
margin: 0 !important;
border-color: #E9E9E9 !important;
border-left: 0 !important;
border-right: 0 !important;
float: left;
width: 100%;
position: relative;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0 !important;
}
.fixed-navbar-right>li>a {
padding-left: 10px !important;
padding-right: 10px !important;
}
.fixed-navbar-right .hide-on-mobile {
display: none;
}
.xs-nav-login {
border-top: 1px solid #e7e7e7;
}
.xs-nav-login__btn-wrap {
padding-left: 15px;
}
.reduced-padding-mobile {
padding: 9px 10px !important;
}
.fixed-navbar-right .btn-solid-blue {
color: #498BEE !important;
border-radius: 3px;
border: 1px solid #3878D8 !important;
background-color: #fff !important;
}
.fixed-navbar-right .btn-solid-blue:hover {
opacity: .8;
background-color: #498BEE !important;
color: #fff !important;
}
}
@media (max-width: 360px) {
.navbar-brand>img{
width: 72px;
}
.fixed-navbar-right>li>a {
padding-left: 5px !important;
padding-right: 5px !important;
}
.fixed-navbar-right .btn-solid-blue{
font-size: 12px;
margin-left: 0 !important;
}
}
@media (min-width: 768px) {
.xs-nav-login {
display: none !important;
}
.navbar-toggle {
display: none !important;
}
}
.page-header {
font-size: 32px;
font-weight: bold;
color: #4B5B6F;
border-bottom: 0;
}
.page-header-mtt {
font-size: 40px;
font-weight: bold;
color: #4B5B6F;
border-bottom: 0;
margin: 30px 0 30px !important;
}
@media (max-width: 767px){
.page-header-mtt {
margin: 20px 0 0px !important;
}
}
.as_in-ic {
width:20px;
}
.generic-card__header a.as_in-ic-link{
color: #20272F !important;
text-decoration: none;
}
.generic-card__header a.as_in-ic-link:hover,
.generic-card__header a.as_in-ic-link:active,
.generic-card__header a.as_in-ic-link:visited,
.generic-card__header a.as_in-ic-link:focus {
color: #20272F !important;
text-decoration: none;
}
.page-sub-header {
color: #4C4C4C;
font-size: 17px;
line-height: 1.6;
margin: 15px 0;
}
.load-more-btn-inner-wrap {
display: block;
}
.load-more-btn-inner-wrap .hide {
display: none;
} .btn {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 13px;
font-weight: 600;
padding: 9px 25px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.btn-solid-blue {
color: #fff !important;
border-radius: 3px;
border: 1px solid #3878D8 !important;
background-color: #498BEE !important;
}
.btn-solid-blue:hover {
opacity: .8;
}
.btn-outline-blue {
color: #498BEE !important;
border-radius: 3px;
border: 1px solid #3878D8 !important;
background-color: #fff !important;
}
.btn-outline-blue:hover {
opacity: .8;
background-color: #498BEE !important;
color: #fff !important;
}
.btn-outline-white {
color: #fff !important;
border-radius: 3px;
border: 2px solid #E9E9E9 !important;
background-color: transparent !important;
text-transform: uppercase;
}
.btn-outline-white:hover {
opacity: .8;
}
.btn-lg {
font-size: 17px;
font-weight: 600;
padding: 15px 30px;
} .keep-in-touch__form-wrap .es_button {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.keep-in-touch__form-wrap .es_button:after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
background-repeat: no-repeat;
background-position: 50%;
-webkit-transform: scale(10, 10);
transform: scale(10, 10);
opacity: 0;
-webkit-transition: opacity 1s, -webkit-transform .5s;
transition: opacity 1s, -webkit-transform .5s;
transition: transform .5s, opacity 1s;
transition: transform .5s, opacity 1s, -webkit-transform .5s;
}
.keep-in-touch__form-wrap .es_button:active:after {
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
opacity: .2;
-webkit-transition: 0s;
transition: 0s
}  .header_categories {
position: relative;
width: 100%;
padding: 18px 0px;
float: left;
}
.header_categories ul {
width: 100%;
margin: 0;
padding: 0;
float: left;
}
.header_categories ul li {
list-style: none;
display: inline-block;
}
.header_categories ul li {
padding-right: 50px;
}
.header_categories ul li a {
font-weight: bold;
text-transform: uppercase;
color: #000;
}
.header_categories ul li:last-child {
padding-right: 0px;
}
.blog-data-wrapper {
position: relative;
width: 100%;
float: left;
}
.featured-post_wrapper {
position: relative;
width: 100%;
padding: 30px 0px;
float: left;
}
.featured-post_wrapper__header {
margin: 0 0 40px 0;
padding: 0;
font-family: 'Roboto Slab', serif;
font-size: 60px;
line-height: 1;
}
.featured-post_wrapper__header a {
color: #20272F;
}
.featured-post_wrapper__header a span {
color: #3A74E9;
}
.featured-post_wrapper__header a:hover,
.featured-post_wrapper__header a:active,
.featured-post_wrapper__header a:focus {
-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .8) 30%, #000 50%, rgba(0, 0, 0, .8) 70%);
-webkit-mask-size: 200%;
-webkit-animation: shine 1s;
animation: shine 1s;
text-decoration: none;
}
.latest-news-wrapper {
position: relative;
width: 100%;
padding: 30px 0px;
float: left;
}
.latest-news-wrapper .card {
position: relative;
width: 100%;
float: left;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
border-radius: 5px;
margin-bottom: 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
overflow: hidden;
}
.latest-news-wrapper .card__img-holder {
position: relative;
float: left;
width: 100%;
height: 416px;
overflow: hidden;
}
.latest-news-wrapper .card__img {
position: relative;
float: left;
width: 100%;
height: 100%;
background-color: #f5f5f5;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.latest-news-wrapper .card:hover {
-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
}
.latest-news-wrapper .card:hover .card__img {
-webkit-transform: scale(1);
transform: scale(1);
}
.latest-news-wrapper .card__data {
float: left;
width: 100%;
padding: 23px;
}
.latest-news-wrapper .card__header {
float: left;
width: 100%;
font-size: 26px;
color: #20272F;
font-weight: 500;
line-height: 1.3;
margin: 20px 0 10px 0;
}
.latest-news-wrapper .card__header a {}
.latest-news-wrapper .card__header a:hover {
color: #20272F;
text-decoration: none;
-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .8) 30%, #000 50%, rgba(0, 0, 0, .8) 70%);
-webkit-mask-size: 200%;
-webkit-animation: shine 1s;
animation: shine 1s;
}
.author-cat-wrap {
position: relative;
width: 100%;
border-bottom: solid 1px #f2f2f2;
float: left;
}
.normal-post-layout3 .author-cat-wrap {
border-bottom: 0;
}
.author-cat-wrap p {
position: relative;
margin: 0;
padding: 8px 23px 6px 23px;
font-size: 12px;
color: #A5A5A5;
text-transform: uppercase;
float: left;
}
.author-cat-wrap p a {
color: #000;
font-weight: 500;
}
.author-cat-wrap p a.category {
color: #3A74E9;
}
.normal-post-wrapper {
position: relative;
width: 100%;
padding: 30px 0px;
float: left;
}
.normal-post-wrapper aside h4 {
font-size: 11px;
font-weight: bold;
color: #a5a5a5;
margin-bottom: 20px;
}
.normal-post-wrapper aside .tag-cloud-wrapper {
position: relative;
width: 100%;
margin-bottom: 90px;
float: left;
}
.normal-post-wrapper aside .tag-cloud-wrapper ul {
position: relative;
width: 100%;
margin: 0;
padding: 0;
float: left;
}
.normal-post-wrapper aside .tag-cloud-wrapper ul li {
position: relative;
list-style: none;
float: left;
margin-right: 6px;
margin-bottom: 15px;
}
.normal-post-wrapper aside .tag-cloud-wrapper ul li a {
position: relative;
font-size: 11px;
text-transform: uppercase;
width: 100%;
padding: 12px 19px 10px 19px;
border: solid 1px #E9E9E9;
border-radius: 19.5px;
float: left;
color: #2A2944;
font-weight: 600;
}
.normal-post-wrapper aside .tag-cloud-wrapper ul li a:hover {
text-decoration: none;
background-color: #3A74E9;
color: #fff;
}
.normal-post-layout1 {
position: relative;
width: 75%;
margin-bottom: 43px;
float: left;
}
.normal-post-layout1__header {
margin: 0 0 10px 0;
padding: 0;
font-family: 'Roboto Slab', serif;
font-size: 40px;
line-height: 1.2;
}
.normal-post-layout1__header a {
color: #20272F;
}
.normal-post-layout1__header a span {
color: #3A74E9;
}
.normal-post-layout1__header a:hover,
.normal-post-layout1__header a:active,
.normal-post-layout1__header a:focus {
-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .8) 30%, #000 50%, rgba(0, 0, 0, .8) 70%);
-webkit-mask-size: 200%;
-webkit-animation: shine 1s;
animation: shine 1s;
text-decoration: none;
}
.normal-post-layout1 p {
font-size: 20px;
color: #464646;
margin: 15px 0;
}
@-webkit-keyframes shine {
from {
-webkit-mask-position: 150%;
}
to {
-webkit-mask-position: -50%;
}
}
.normal-post-layout2 {
position: relative;
width: 100%;
float: left;
}
.normal-post-layout2 .card {
position: relative;
width: 100%;
float: left;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
border-radius: 5px;
margin-bottom: 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
overflow: hidden;
}
.normal-post-layout2 .card__img-holder {
position: relative;
float: left;
width: 50%;
height: 290px;
overflow: hidden;
}
.normal-post-layout2 .card__img {
position: relative;
float: left;
width: 100%;
height: 100%;
background-color: #f5f5f5;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.normal-post-layout2 .card:hover {
-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
}
.normal-post-layout2 .card:hover .card__img {
-webkit-transform: scale(1);
transform: scale(1);
}
.normal-post-layout2 .card__data {
float: left;
width: 50%;
}
.layout2-inner {
position: relative;
width: 100%;
padding: 23px;
float: left;
}
.layout2-inner p {
position: relative;
float: left;
line-height: 1.3;
}
.normal-post-layout2 .card__header {
float: left;
width: 100%;
font-size: 20px;
color: #20272F;
font-weight: 500;
line-height: 1.1;
margin: 0 0 10px 0;
}
.normal-post-layout2 .card__header a {}
.normal-post-layout2 .card__header a:hover {
color: #20272F;
text-decoration: none;
-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .8) 30%, #000 50%, rgba(0, 0, 0, .8) 70%);
-webkit-mask-size: 200%;
-webkit-animation: shine 1s;
animation: shine 1s;
}
.normal-post-layout3 {
position: relative;
width: 100%;
float: left;
}
.normal-post-layout3 .card {
position: relative;
width: 100%;
float: left;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
border-radius: 5px;
margin-bottom: 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
overflow: hidden;
}
.normal-post-layout3 .card__img-holder {
position: relative;
float: left;
width: 50%;
height: 118px;
overflow: hidden;
}
.normal-post-layout3 .card__img {
position: relative;
float: left;
width: 100%;
height: 100%;
background-color: #f5f5f5;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.normal-post-layout3 .card:hover {
-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
}
.normal-post-layout3 .card:hover .card__img {
-webkit-transform: scale(1);
transform: scale(1);
}
.normal-post-layout3 .card__data {
float: left;
width: 50%;
}
.layout3-inner {
position: relative;
width: 100%;
padding: 12px 12px 0 12px;
float: left;
}
.normal-post-layout3 .card__header {
float: left;
width: 100%;
font-size: 12px;
color: #20272F;
font-weight: 500;
line-height: 1.1;
margin: 0 0 10px 0;
}
.normal-post-layout3 .card__header a {
line-height: 1.4;
}
.normal-post-layout3 .card__header a:hover {
color: #20272F;
text-decoration: none;
-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .8) 30%, #000 50%, rgba(0, 0, 0, .8) 70%);
-webkit-mask-size: 200%;
-webkit-animation: shine 1s;
animation: shine 1s;
}
.normal-layout3 .author-cat-wrap {
border-bottom: none;
}
.normal-post-layout3 .author-cat-wrap p {
padding: 8px 23px 6px 13px;
}
.subscribe-box {
position: relative;
width: 100%;
border-radius: 5px;
background: rgba(190, 128, 248, 1);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(190, 128, 248, 1)), color-stop(100%, rgba(73, 139, 238, 1)));
background: linear-gradient(135deg, rgba(190, 128, 248, 1) 0%, rgba(73, 139, 238, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#be80f8', endColorstr='#498bee', GradientType=1);
float: left;
margin-bottom: 32px;
border: 1px solid #EBEBEB;
-webkit-box-shadow: 0px 9px 4px rgba(201, 201, 201, 0.5);
box-shadow: 0px 9px 4px rgba(201, 201, 201, 0.5);
padding: 25px 22px;
}
.subscribe-box h3 {
font-size: 30px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
margin: 0;
padding: 0;
}
.subscribe-box p {
font-size: 13px;
color: #fff;
margin-top: 8px;
}
.subscribe-box .form-control {
height: 40px;
}
.subscribe-box .es_lablebox {
float: left;
width: 100%;
display: none;
}
.subscribe-box .es_lablebox label {
font-weight: normal;
color: #fff;
}
.subscribe-box .es_textbox {
padding-bottom: 15px;
float: left;
width: 100%;
}
.subscribe-box .es_textbox_class {
width: 200px;
display: block;
width: 100%;
height: 40px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.subscribe-box .es_button .es_textbox_button {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
white-space: nowrap;
line-height: 1.42857143;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff !important;
border-radius: 3px;
border: 2px solid #E9E9E9 !important;
background-color: transparent !important;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
padding: 9px 25px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
outline: none !important;
float: left;
width: 100%;
}
.subscribe-box .es_button .es_textbox_button:hover {
opacity: .8;
} .blog-inner-data-wrap {
font-size: 16px;
}
.blog-inner-data-wrap p {
font-size: 16px;
}
.blog-inner-data-wrap table,
.blog-inner-data-wrap th,
.blog-inner-data-wrap td,
.blog-inner-data-wrap .mce-item-table,
.blog-inner-data-wrap .mce-item-table th,
.blog-inner-data-wrap .mce-item-table td {
border: 1px solid #eaeaea;
}
.blog-inner-data-wrap table,
.blog-inner-data-wrap .mce-item-table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 28px;
width: 100%;
}
.blog-inner-data-wrap table th,
.blog-inner-data-wrap .mce-item-table th,
.blog-inner-data-wrap table caption {
border-width: 0 1px 1px 0;
font-size: 16px;
font-weight: 500;
padding: 7px;
text-align: left;
vertical-align: baseline;
}
.blog-inner-data-wrap table td,
.blog-inner-data-wrap .mce-item-table td {
border-width: 0 1px 1px 0;
font-size: 16px;
padding: 7px;
vertical-align: baseline;
}
.blog-inner-data-wrap img {
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle;
}
.blog-inner-data-wrap figure {
margin: 0;
}
.blog-inner-data-wrap del {
opacity: 0.8;
}
.blog-inner-data-wrap .alignleft {
float: left;
margin: 7px 28px 28px 0;
}
.blog-inner-data-wrap .alignright {
float: right;
margin: 7px 0 28px 28px;
}
.blog-inner-data-wrap .aligncenter {
clear: both;
display: block;
margin: 7px auto;
}
.blog-inner-data-wrap .wp-caption {
background: transparent;
border: none;
color: #707070;
margin: 0 0 28px 0;
max-width: 100%;
padding: 0;
text-align: inherit;
}
.blog-inner-data-wrap .wp-caption.alignleft {
margin: 7px 28px 21px 0;
}
.blog-inner-data-wrap .wp-caption.alignright {
margin: 7px 0 21px 28px;
}
.blog-inner-data-wrap .wp-caption.aligncenter {
margin: 7px auto;
}
.blog-inner-data-wrap .wp-caption .wp-caption-text,
.blog-inner-data-wrap .wp-caption-dd {
font-size: 16px;
line-height: 1.5;
padding: 7px 0;
}
.blog-inner-data-wrap .gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.blog-inner-data-wrap .gallery-columns-2 .gallery-item {
max-width: 50%;
}
.blog-inner-data-wrap .gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.blog-inner-data-wrap .gallery-columns-4 .gallery-item {
max-width: 25%;
}
.blog-inner-data-wrap .gallery-columns-5 .gallery-item {
max-width: 20%;
}
.blog-inner-data-wrap .gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.blog-inner-data-wrap .gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.blog-inner-data-wrap .gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.blog-inner-data-wrap .gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.blog-inner-data-wrap .gallery .gallery-caption {
color: #707070;
display: block;
font-size: 16px;
line-height: 1.5;
padding: 7px 0;
}
.blog-inner-data-wrap .gallery-columns-6 .gallery-caption,
.blog-inner-data-wrap .gallery-columns-7 .gallery-caption,
.blog-inner-data-wrap .gallery-columns-8 .gallery-caption,
.blog-inner-data-wrap .gallery-columns-9 .gallery-caption {
display: none;
}
.blog-inner-data-wrap .mce-content-body .wpview-wrap {
margin-bottom: 32px;
}
.blog-inner-data-wrap .mce-content-body .wp-audio-playlist {
margin: 0;
}
.blog-inner-data-wrap h1,
.blog-inner-data-wrap h2 {
color: #20272F;
font-family: 'Roboto Slab', serif;
} .full-page-overlay {
text-align: center;
background: #fff;
overflow-x: hidden;
overflow-y: auto;
}
.overlay-search-wrap {
border-bottom: 1px solid #979797;
margin-top: 30vh;
margin-bottom: 20vh;
}
.overlay-search-wrap .input-group {}
.overlay-search-wrap .form-control {
height: 80px;
border: 0 !important;
border-radius: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 40px;
color: #040202;
padding: 18px 20px !important;
font-family: 'Roboto Slab', serif;
}
.overlay-search-wrap .input-group-btn .btn-default {
height: 80px;
width: 80px;
background: transparent url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/search-lg.png) no-repeat center;
border: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline: none !important;
padding: 0 !important;
}
.full-page-overlay__close {
position: fixed;
right: 30px;
top: 30px;
padding: 10px;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.overlay-search-wrap .input-group-btn .btn-default:hover {
opacity: .8;
}
.overlay-search-tags {
float: left;
width: 100%;
text-align: center;
}
.overlay-search-tags__tag {
display: inline-block;
vertical-align: top;
font-size: 25px;
color: #4C4B4B;
font-family: 'Roboto Slab', serif;
cursor: pointer;
margin: 3px 5px;
line-height: 1.2;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.overlay-search-tags__tag:hover {
color: #000;
}
@media (max-width: 991px) {
.overlay-search-wrap .form-control {
height: 50px;
font-size: 20px;
padding: 10px 15px !important;
}
.overlay-search-wrap .input-group-btn .btn-default {
height: 50px;
width: 50px;
}
.full-page-overlay__close {
padding: 10px;
z-index: 1;
right: 10px;
top: 10px;
}
.overlay-search-tags__tag {
font-size: 20px;
}
}
@media (max-width: 767px) {
.overlay-search-wrap {
margin-top: 80px;
margin-bottom: 40px;
}
.overlay-search-tags__tag {
font-size: 18px;
}
} .blog-inner-data-wrap a:hover,
.blog-inner-data-wrap a:focus {
text-decoration: underline;
}
img.alignleft {
display: inline;
float: left;
margin-right: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
img.alignright {
display: inline;
float: right;
margin-left: 15px;
margin-top: 10px;
margin-bottom: 10px;
} .testimonials-hero-section {
float: left;
width: 100%;
position: relative;
}
.testimonial-top-card {
float: left;
width: 100%;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
border-radius: 5px;
padding: 24px;
min-height: 202px;
margin-bottom: 30px;
}
.testimonials-hero-section__total {
float: left;
width: 50%;
background: #f5f5f5;
padding: 20px;
}
.testimonials-hero-section__star-rating {
float: left;
width: 50%;
padding-left: 20px;
padding-top: 12px;
}
.testimonials-hero-section__total-row {
float: left;
width: 100%;
margin-top: 10px;
}
.testimonials-hero-section__total-row:first-child {
margin-top: 0;
}
.testimonials-hero-section__total-row b {
float: left;
width: 100%;
font-size: 32px;
color: #3A74E9;
font-weight: 600;
line-height: 1.2;
}
.testimonials-hero-section__total-row span {
float: left;
width: 100%;
font-size: 16px;
font-weight: 400;
color: #20272F;
line-height: 1.2;
}
.star-rating-row {
float: left;
width: 100%;
position: relative;
min-height: 16px;
margin-top: 14px;
display: table;
table-layout: fixed;
}
.star-rating-row:first-child {
margin-top: 0;
}
.star-rating-row__left {
float: left;
padding: 0;
width: 35px;
padding-top: 2px;
}
.star-rating-row__left span {
float: left;
font-size: 14px;
color: #3A74E9;
line-height: 1.1;
}
.star-rating-row__left span img {
vertical-align: top;
margin-right: 5px;
position: relative;
top: -2px;
}
.star-rating-row__progress {
float: left;
width: calc(100% - 35px);
padding: 0;
height: 16px;
background: #e0e0e0;
position: relative;
overflow: hidden;
}
.star-rating-row__progress-line {
float: left;
width: 0;
height: 16px;
background: #3A74E9;
position: absolute;
top: 0;
left: 0;
color: #fff;
overflow: hidden;
}
.star-rating-row__progress-count {
font-size: 11px;
color: #000;
font-weight: 400;
line-height: 16px;
float: left;
padding-right: 5px;
position: absolute;
right: 0;
top: 0;
}
.testimonial-top-card p {}
.testimonial-top-card .post-meta {
color: #20272F;
margin-top: 5px;
text-transform: uppercase;
font-weight: 500;
}
.testimonial-top-card__thumb-wrap {
float: left;
width: 120px;
}
.testimonial-top-card__thumb {
float: left;
width: 120px;
height: 120px;
background-color: #c5c5c5;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin-bottom: 10px;
}
.testimonial-top-card__media-body {
float: left;
width: calc(100% - 120px);
padding-left: 20px;
}
.testimonial-row {
float: left;
width: 100%;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
border-radius: 5px;
padding: 24px;
margin-bottom: 15px;
}
.testimonial-row__media-left {
position: relative;
float: left;
width: 250px;
max-width: 100%;
}
.testimonial-row__media-object {
position: relative;
float: left;
width: 100%;
height: 150px;
background-color: #c5c5c5;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin-bottom: 10px;
}
.testimonial-row__media-body {
position: relative;
float: left;
width: calc(100% - 250px);
padding-left: 20px;
}
.testimonial-content_full {
width: 100% !important;
padding-left: 0px;
}
.testimonial-row__media-body-top {
float: left;
width: 100%;
position: relative;
min-height: 60px;
}
.testimonial-row__media-body .post-meta {
float: left;
width: 100%;
margin-top: 15px;
color: #20272F;
font-size: 14px;
font-weight: 500;
}
.testimonial_rating img {
float: left;
margin-top: 2px;
margin-right: 2px;
}
.testimonial_rating_count {
float: left;
font-size: 16px;
color: #3A74E9;
font-weight: 600;
margin-right: 5px;
}
.generic-accordion {
margin-top: 20px;
}
.generic-accordion .panel-heading .panel-title a {
display: block;
padding: 15px 15px;
font-size: 17px;
font-weight: 600;
color: #fff !important;
text-decoration: none !important;
position: relative;
}
.generic-accordion .panel-heading .panel-title a:after {
content: '';
position: absolute;
right: 15px;
top: 50%;
width: 17px;
height: 11px;
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/inner/arrow-down.png);
background-repeat: no-repeat;
background-position: center;
margin-top: -5px;
}
.generic-accordion .panel-heading .panel-title a[aria-expanded="true"]:after {
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/inner/arrow-up.png);
}
.generic-accordion .panel-heading {
padding: 0;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
background-color: #3A74E9;
border-color: #3A74E9;
}
.generic-accordion .panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
border-radius: 5px;
position: relative;
overflow: hidden;
}
.generic-accordion .panel-body a {
text-decoration: underline;
}
.generic-card {
position: relative;
width: 100%;
float: left;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
border-radius: 5px;
margin-bottom: 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
overflow: hidden;
border: 1px solid #f1f1f1;
}
.generic-card:hover {
-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
}
.generic-card__img-wrap {
position: relative;
float: left;
width: 100%;
}
.generic-card__header {
float: left;
width: 100%;
font-size: 22px;
color: #20272F;
font-weight: 500;
line-height: 1.1;
margin: 0 0 10px 0;
}
.generic-card__sub-header {
float: left;
width: 100%;
font-size: 18px;
color: #464646;
margin: 0 0 10px 0;
line-height: 1.1;
}
.generic-card__body {
float: left;
width: 100%;
padding: 20px 15px;
}
.generic-card__body p {
width: 100%;
float: left;
}
.generic-card__body a {
color: #3A74E9 !important;
}
.other-support-staff-head {
font-size: 22px;
color: #4B5B6F;
font-weight: bold;
}
.generic-form-wrap {
background: #fff;
position: relative;
width: 100%;
float: left;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
border-radius: 5px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
overflow: hidden;
padding: 23px;
margin: 15px 0;
}
.generic-form-wrap .form-control {
height: 42px;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
}
.generic-search-frame .search-form input[type="search"] {
display: block;
width: 100%;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
height: 42px;
border-radius: 5px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline: none !important;
}
.generic-search-frame .search-form .screen-reader-text {
float: left;
width: 100%;
margin-bottom: 5px;
}
.generic-search-frame .search-form input[type="submit"] {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #498BEE !important;
border-radius: 3px;
border: 1px solid #3878D8 !important;
background-color: #fff !important;
font-size: 13px;
font-weight: 600;
padding: 9px 25px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
margin-top: 10px;
}
.generic-form-wrap .form-group {
position: relative;
float: left;
width: 100%;
}
.generic-form-wrap label {
font-weight: normal;
float: left;
width: 100%;
}
.generic-search-frame {
margin-top: 0;
}
.generic-search-frame label {
text-transform: uppercase;
font-weight: 500;
}
.generic-form-wrap__footer {
margin-top: 15px;
float: left;
width: 100%;
}
.generic-highlight-box {
position: relative;
float: left;
width: 100%;
border: 3px solid #3A74E9;
background-color: #fff;
padding: 42px;
margin: 40px 0;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
border-radius: 5px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.generic-highlight-box .generic-card__header {
margin-bottom: 25px;
font-family: 'Roboto Slab', serif;
}
.perks-box-wrap .generic-card .generic-card__sub-header {
font-size: 20px;
}
.perks-box-wrap .generic-card .generic-card__header {
font-size: 26px;
}
.perks-box-wrap .generic-card .generic-card__sub-header small {
font-size: 18px;
}
.perks-box-wrap .generic-card p {
font-size: 15px;
}
.perks-box-wrap {
margin-bottom: -30px;
}
.perks-box-wrap .generic-card__body {
padding-top: 80px;
padding-bottom: 120px;
}
.custom-grids-node {
position: absolute;
bottom: 16px;
left: 50%;
width: 92px;
height: 92px;
border-radius: 50%;
overflow: hidden;
margin-left: -46px;
background-color: #ebebeb;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
}
.custom-grids-node b {
float: left;
width: 100%;
padding: 0;
margin: 20px 0 0px 0;
font-weight: bold;
color: #3a74e9;
font-size: 42px;
line-height: 1;
}
.custom-grids-node span {
float: left;
width: 100%;
font-size: 16px;
color: #3a74e9;
line-height: 1;
}
.pagination>li>a,
.pagination>li>span {
color: #3A74E9;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
background-color: #3A74E9;
border-color: #3A74E9;
}
.pagination>li>span.current {
background-color: #3A74E9 !important;
border-color: #3A74E9 !important;
color: #fff;
}
.form-group {
position: relative;
}
.has-error .error {
margin-top: 5px;
color: #E602A0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
font-size: 12px;
}
.has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="number"],
.has-error input[type="password"] {
border-color: #E602A0 !important;
}
.subscribe-box .has-error .error {
color: #fff;
position: relative;
}
.subscribe-box #es_msg_pg {
display: inline-block;
vertical-align: top;
width: 100%;
padding-left: 30px;
position: relative;
color: #ffff;
padding-top: 5px;
margin-top: 10px;
}
.subscribe-box #es_msg_pg:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
background: transparent url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/check.png) no-repeat center;
background-size: contain;
display: none;
} .landing-banner {
float: left;
width: 100%;
position: relative;
height: 510px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 50px 0;
background: #fff;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.landing-banner--booking {
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/landing/booking/booking-banner.jpg);
}
.landing-banner--national-tour {
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/landing/booking/tour-banner.jpg);
background-size: cover;
background-position: right bottom;
}
.landing-banner--flyer-gen {
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/landing/booking/flyer-banner.jpg);
}
.landing-banner__main-head {
float: left;
width: 100%;
font-size: 50px;
font-weight: bold;
color: #4B5B6F;
line-height: 1.36;
margin: 0 0 12px 0;
}
.landing-banner__lead-text {
float: left;
width: 100%;
font-size: 22px;
color: #898989;
line-height: 1.65;
margin: 0 0 12px 0;
}
.landing-banner__btn-wrap {
float: left;
width: 100%;
margin-top: 40px;
}
.wider-data-wrap {
float: left;
width: 100%;
position: relative;
padding: 50px 0;
}
.wider-data-wrap--white {
background: #fff;
}
.wider-data-wrap--gray {
background: #f7f8fa;
}
.home-cards-outer-frame {
position: relative;
float: left;
width: 100%;
min-height: 117px;
}
.home-cards-outer-frame:before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 117px;
width: 100%;
background: #fff;
}
.home-highlight-box {
float: left;
width: 100%;
position: relative;
background: #fff;
overflow: hidden;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
border-radius: 5px;
margin-bottom: 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 50% 50% 50%;
transform-origin: 50% 50% 50%;
}
.home-highlight-box:hover { }
.home-highlight-box__img {
float: left;
width: 100%;
position: relative;
height: 117px;
background-color: #f6f9ff;
overflow: hidden;
}
.home-highlight-box__img-holder {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.home-highlight-box__content {
float: left;
width: 100%;
position: relative;
padding: 25px 30px;
}
.home-highlight-box__footer {
float: left;
width: 100%;
position: relative;
padding: 27px 30px;
padding-top: 0;
}
.home-highlight-box__head {
float: left;
width: 100%;
font-size: 24px;
font-weight: bold;
color: #4C4C4C;
margin: 0 0 20px 0;
line-height: 1.4;
}
.home-highlight-box__content p {
float: left;
width: 100%;
font-size: 15px;
line-height: 1.6;
color: #4C4C4C;
}
.home-highlight-box .text-link {
z-index: 2;
}
.text-link {
display: inline-block;
vertical-align: top;
font-size: 17px;
font-weight: normal;
color: #498BEE !important;
position: relative;
text-decoration: none !important;
}
.text-link:hover {
opacity: .8;
}
.text-link:after {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: #498BEE;
}
.text-link__arrow{
position: relative;
float: right;
margin: 5px 0 0 8px;
}
.section-header {
float: left;
width: 100%;
font-size: 32px;
font-weight: bold;
color: #4B5B6F;
margin: 0 0 20px 0;
}
.features-slick-slider .slick-prev, .features-slick-slider  .slick-next{
height: 40px;
width: 40px;
border-radius: 50%;
background-color: #fff;
}
.features-slick-slider .slick-prev{
left: -45px;
}
.features-slick-slider .slick-prev:before{
content: '';
width: 11px;
height: 19px;
background: transparent url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/arrow-prev.png) no-repeat;
position: absolute;
top: 10px;
left: 34%;
}
.features-slick-slider .slick-next{
right: -45px;
}
.features-slick-slider .slick-next:before{
content: '';
width: 11px;
height: 19px;
background: transparent url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/arrow-next.png) no-repeat;
position: absolute;
top: 10px;
left: 39%;
}
.section-header--lg {
font-size: 40px;
}
.lead-text {
float: left;
width: 100%;
color: #4C4C4C;
font-size: 17px;
line-height: 1.6;
margin: 0 0 20px 0;
}
.wider-data-wrap--customer-stories {
height: 510px;
background: #f0f7ff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
overflow: hidden;
}
.abs--customer-reviews-bg {
position: absolute;
left: 0;
top: 50px;
width: 100%;
height: calc(100% - 100px);
pointer-events: none;
}
@-webkit-keyframes slide-text {
100% {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
}
@keyframes slide-text {
100% {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
}
.abs--customer-reviews-bg p {
float: left;
width: 100%;
font-size: 40px;
font-weight: bold;
color: #498BEE;
white-space: nowrap;
opacity: 0.2;
line-height: 1.15;
position: relative;
-webkit-animation: slide-text 50s 0s infinite linear;
animation: slide-text 50s 0s infinite linear;
}
.abs--customer-reviews-bg p:nth-child(1) {
-webkit-animation-duration: 50s;
animation-duration: 50s;
}
.abs--customer-reviews-bg p:nth-child(2) {
-webkit-animation-duration: 75s;
animation-duration: 75s;
}
.abs--customer-reviews-bg p:nth-child(3) {
-webkit-animation-duration: 68s;
animation-duration: 68s;
}
.abs--customer-reviews-bg p:nth-child(4) {
-webkit-animation-duration: 55s;
animation-duration: 55s;
}
.abs--customer-reviews-bg p:nth-child(5) {
-webkit-animation-duration: 60s;
animation-duration: 60s;
}
.abs--customer-reviews-bg p:nth-child(6) {
-webkit-animation-duration: 78s;
animation-duration: 78s;
}
.abs--customer-reviews-bg p:nth-child(7) {
-webkit-animation-duration: 52s;
animation-duration: 52s;
}
.abs--customer-reviews-bg:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: transparent url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/landing/gradient.png) no-repeat center;
background-size: 50% 100%;
opacity: .8;
}
.favorite-thing-head {
float: left;
width: 100%;
font-size: 32px;
color: #4B5B6F;
font-weight: 500;
line-height: 1.42;
padding: 30px;
position: relative;
}
.favorite-thing-head span {
position: relative;
z-index: 1;
}
.zig-zag__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 100px;
margin-bottom: 100px;
}
@media (max-width: 767px) {
.zig-zag__row {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.zig-zag__col {
padding-top: 20px;
padding-bottom: 20px;
}
.wider-data-wrap--keep-in-touch {
background: #fff url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/landing/keep-in-touch-bg.svg) no-repeat 0 80px;
background-size: cover;
}
.keep-in-touch {
float: left;
width: 100%;
padding: 40px 30px;
background: #be80f8;
background: -webkit-gradient(linear, left top, right top, from(#be80f8), to(#498bee));
background: linear-gradient(to right, #be80f8 0%, #498bee 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#be80f8', endColorstr='#498bee', GradientType=1);
-webkit-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.09);
box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.09);
}
.keep-in-touch__header {
float: left;
width: 100%;
font-size: 30px;
font-weight: bold;
color: #fff;
margin: 0 0 10px 0;
line-height: 1.1;
}
.keep-in-touch p {
float: left;
width: 100%;
font-size: 12px;
color: #fff;
line-height: 1.5;
}
.keep-in-touch p:last-child {
margin-bottom: 0;
}
.keep-in-touch__form-wrap {
float: left;
width: 100%;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
}
.keep-in-touch__form-wrap .es_shortcode_form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.keep-in-touch__form-wrap .es_textbox {
width: auto;
margin-bottom: 10px;
margin-top: 10px;
margin-right: 10px;
position: relative;
padding-bottom: 0;
flex-grow: 1;
}
.keep-in-touch__form-wrap .es_lablebox {
display: none !important;
}
.keep-in-touch__form-wrap .es_textbox input[type="text"] {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
height: 40px;
}
.keep-in-touch__form-wrap .es_textbox input[type="email"] {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
height: 40px;
}
.keep-in-touch__form-wrap .es_textbox .error {
position: absolute;
right: 0;
bottom: 100%;
}
.keep-in-touch__form-wrap .es_button {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
width: 150px;
padding: 0;
}
.keep-in-touch__form-wrap .es_submit_button {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 13px;
font-weight: 600;
padding: 9px 25px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #fff !important;
border-radius: 3px;
border: 2px solid #E9E9E9 !important;
background-color: transparent !important;
text-transform: uppercase;
width: 100%;
}
.keep-in-touch__form-wrap .es_submit_button:hover {
opacity: .8;
}
.keep-in-touch-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wider-data-wrap--every-tool-in-one-place {
background: #e5ebf7;
}
.wider-data-wrap--every-tool-in-one-place .section-header--lg {
margin-bottom: 60px;
}
.wider-data-wrap--every-tool-in-one-place .lead-text {
margin-bottom: 60px;
}
.abs-hyperlink {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.wider-data-wrap .btn-lg,
.landing-banner__btn-wrap .btn-lg {
min-width: 210px;
}
.hdw-box-outer-wrap {
margin-top: 100px;
margin-bottom: -50px;
}
.hdw-box {
float: left;
width: 100%;
position: relative;
margin-bottom: 50px;
}
.hdw-box__image {
float: left;
width: 100%;
position: relative;
margin: 0 0 20px 0;
}
.hdw-box__header {
float: left;
width: 100%;
font-size: 26px;
font-weight: bold;
color: #498BEE;
margin: 0 0 20px 0;
}
.hdw-box p {
float: left;
width: 100%;
font-size: 16px;
line-height: 1.65;
color: #898989;
}
.wider-data-wrap--user-reviews {
background: #fff url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/landing/booking/user-reviews-bg.svg) no-repeat right 15%;
background-size: cover;
padding-top: 220px;
padding-bottom: 115px;
}
.review-flex-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.review-box {
float: left;
width: 100%;
background: #fff;
padding: 60px 50px;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.review-box p {
float: left;
width: 100%;
font-size: 25px;
color: #4C4C4C;
line-height: 1.65;
}
.review-box p b {
font-weight: bold;
line-height: inherit;
}
.review-box p:last-child {
margin-bottom: 0;
}
.review-box .review-by {
font-size: 25px;
color: #69C386;
line-height: 1.2;
float: left;
width: 100%;
margin-top: 35px;
}
.review-box .review-by b {
font-weight: bold;
}
.review-box__right {
padding: 30px 50px;
float: left;
width: 100%;
}
.sn-head {
float: left;
width: 100%;
font-size: 32px;
font-weight: bold;
color: #498BEE;
text-transform: uppercase;
margin: 25px 0 35px 0;
}
.sn-lead-text {
float: left;
width: 100%;
font-size: 17px;
color: #464646;
}
.sn-list {
float: left;
width: 100%;
list-style: none;
margin: 30px 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sn-list>li {
float: left;
width: 30%;
list-style: none;
font-size: 14px;
color: #464646;
min-height: 112px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
padding: 20px;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
box-shadow: 0px 1px 19px rgba(214, 214, 214, 0.5);
border-radius: 5px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
margin-right: 15px;
margin-bottom: 15px;
}
.sn-list>li span {
width: 45px;
height: 45px;
border: 2px solid #6CC789;
color: #6CC789;
font-size: 26px;
font-weight: bold;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 20px;
} .wfa-box-wrapper {
margin-top: 20px;
}
.wfa-box {
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.125);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.125);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.125);
background: #fff;
float: left;
padding: 35px 30px;
border-radius: 5px;
margin-bottom: 30px;
}
@media (min-width:992px) {
.wfa-box .btn {
min-width: 200px;
}
}
.wfa-box__ico {
float: left;
width: 100%;
position: relative;
margin-bottom: 20px;
}
.wfa-box p {
float: left;
width: 100%;
font-size: 14px;
line-height: 1.4;
color: #464646;
}
.wfa-box__head {
float: left;
width: 100%;
position: relative;
font-size: 22px;
font-weight: bold;
color: #4B5B6F;
margin: 0 0 20px 0;
}
.wfa-box__content {
float: left;
width: 100%;
position: relative;
margin-bottom: 15px;
}
.partners-sm-head {
float: left;
width: 100%;
font-size: 22px;
font-weight: bold;
color: #4B5B6F;
}
.partners-box-wrap {
float: left;
width: 100%;
position: relative;
margin-top: 35px;
margin-bottom: -60px;
}
.partners-box {
float: left;
width: 100%;
margin-bottom: 60px;
padding-right: 80px;
}
.partners-box p {
float: left;
width: 100%;
font-size: 16px;
color: #464646;
line-height: 1.65;
}
.partners-box__img {
float: left;
width: 100%;
margin-bottom: 25px;
}
.partners-box__img img{
max-height: 125px;
} .order-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.order-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
order: 12;
}
.w-100 {
width: 100% !important;
}
.h-100 {
height: 100% !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mr-0 {
margin-right: 0 !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.ml-0 {
margin-left: 0 !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.m-1 {
margin: .25rem !important
}
.mt-1,
.my-1 {
margin-top: .25rem !important
}
.mr-1,
.mx-1 {
margin-right: .25rem !important
}
.mb-1,
.my-1 {
margin-bottom: .25rem !important
}
.ml-1,
.mx-1 {
margin-left: .25rem !important
}
.m-2 {
margin: .5rem !important
}
.mt-2,
.my-2 {
margin-top: .5rem !important
}
.mr-2,
.mx-2 {
margin-right: .5rem !important
}
.mb-2,
.my-2 {
margin-bottom: .5rem !important
}
.ml-2,
.mx-2 {
margin-left: .5rem !important
}
.m-3 {
margin: 1rem !important
}
.mt-3,
.my-3 {
margin-top: 1rem !important
}
.mr-3,
.mx-3 {
margin-right: 1rem !important
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important
}
.ml-3,
.mx-3 {
margin-left: 1rem !important
}
.m-4 {
margin: 1.5rem !important
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important
}
.m-5 {
margin: 3rem !important
}
.mt-5,
.my-5 {
margin-top: 3rem !important
}
.mr-5,
.mx-5 {
margin-right: 3rem !important
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important
}
.ml-5,
.mx-5 {
margin-left: 3rem !important
}
.p-0 {
padding: 0 !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pr-0 {
padding-right: 0 !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pl-0 {
padding-left: 0 !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.p-1 {
padding: .25rem !important
}
.pt-1,
.py-1 {
padding-top: .25rem !important
}
.pr-1,
.px-1 {
padding-right: .25rem !important
}
.pb-1,
.py-1 {
padding-bottom: .25rem !important
}
.pl-1,
.px-1 {
padding-left: .25rem !important
}
.p-2 {
padding: .5rem !important
}
.pt-2,
.py-2 {
padding-top: .5rem !important
}
.pr-2,
.px-2 {
padding-right: .5rem !important
}
.pb-2,
.py-2 {
padding-bottom: .5rem !important
}
.pl-2,
.px-2 {
padding-left: .5rem !important
}
.p-3 {
padding: 1rem !important
}
.pt-3,
.py-3 {
padding-top: 1rem !important
}
.pr-3,
.px-3 {
padding-right: 1rem !important
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important
}
.pl-3,
.px-3 {
padding-left: 1rem !important
}
.p-4 {
padding: 1.5rem !important
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important
}
.p-5 {
padding: 3rem !important
}
.pt-5,
.py-5 {
padding-top: 3rem !important
}
.pr-5,
.px-5 {
padding-right: 3rem !important
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important
}
.pl-5,
.px-5 {
padding-left: 3rem !important
}
.zig-link {
position: relative;
width: 100%;
float: left;
text-decoration: none !important;
}
.zig-link:before {
position: absolute;
content: '';
top: 0;
left: -10px;
width: 1px;
height: 90%;
background-color: transparent;
}
.zig-link:hover {
text-decoration: none;
}
.zig-link:hover span {
color: #498BEE;
}
.zig-link:hover::before {
background-color: #498BEE;
}
.zig-link span {
font-size: 19px;
font-weight: 600;
color: #4C4C4C;
}
.zig-link p {
color: #4C4C4C;
}
.convince-box {
position: relative;
width: 100%;
float: left;
border-top: solid 2px #498BEE;
padding: 18px 0px 30px 0px;
}
.convince-box span {
font-weight: 500;
color: #498BEE;
font-size: 19px;
}
.convince-box span a {
position: relative;
float: right;
font-weight: normal;
color: #498BEE;
text-decoration: none !important;
}
.convince-box span a:hover {
color: #69C386 !important;
}
.convince-box span a:after {
position: absolute;
content: '';
bottom: 2px;
left: 0;
width: 100%;
height: 2px;
background-color: #69C386;
}
.video-thumb {
display: inline-block;
vertical-align: top;
position: relative;
border-radius: 10px;
overflow: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
border: solid 18px #6CC789;
}
.video-thumb:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.14);
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.video-thumb__play {
position: absolute;
top: 50%;
left: 50%;
overflow: hidden;
cursor: pointer;
margin-left: -56px;
margin-top: -62px;
}
.embed-responsive-item {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.video-thumb:hover:before {
opacity: 1;
}
.get-start-video-thumb--home {
margin-top: -95px;
margin-bottom: 0;
}
.get-start-video-thumb--flyer {
width: 100%;
margin-top: -95px;
margin-bottom: 0;
}
.flyer-features {
background-color: #F7F8F9;
}
.flyer-feature-wrapper {
position: relative;
width: 100%;
margin-bottom: 70px;
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flyer-feature-wrapper .counter {
position: relative;
width: 75px;
float: left;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.flyer-feature-wrapper .counter .count {
color: #498BEE;
font-size: 26px;
font-weight: 600;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
border-radius: 50%;
border: solid 2px #498BEE;
}
.flyer-feature-wrapper .feature-text {
position: relative;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
float: left;
}
.flyer-feature-wrapper .feature-text h3 {
font-size: 26px;
color: #4B5B6F;
font-weight: 600;
line-height: 1.4;
}
.flyer-feature-wrapper .feature-text p {
font-size: 17px;
color: #4C4C4C;
}
.landing-banner-tickets {
height: 607px;
}
.mt-160 {
margin-top: -170px;
}
.signed-artist-form .form-group {
width: calc(50% - 30px);
float: left;
margin-right: 30px;
}
.signed-artist-form .generic-form-wrap__footer .btn-solid-blue {
width: 97%;
} .bs-wizard {
border-bottom: solid 1px #e0e0e0;
padding: 0 0 10px 0;
}
.bs-wizard>.bs-wizard-step {
padding: 0;
position: relative;
}
.bs-wizard>.bs-wizard-step+.bs-wizard-step {}
.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
color: #595959;
font-size: 16px;
margin-bottom: 5px;
}
.bs-wizard>.bs-wizard-step .bs-wizard-info {
position: relative;
width: 90%;
left: 5%;
float: left;
}
.bs-wizard>.bs-wizard-step .bs-wizard-info h3 {
font-size: 26px;
font-weight: 600;
color: #4B5B6F;
}
.bs-wizard>.bs-wizard-step .bs-wizard-info p {
font-size: 17px;
color: #4C4C4C;
}
.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
position: absolute;
width: 46px;
height: 46px;
display: block;
background: #fff;
border: solid 2px #498BEE;
top: 34px;
left: 50%;
margin-top: -15px;
margin-left: -15px;
border-radius: 50%;
font-size: 26px;
font-weight: 600;
color: #498BEE;
line-height: 46px;
text-align: center;
}
.bs-wizard>.bs-wizard-step>.progress {
position: relative;
border-radius: 0px;
height: 2px;
-webkit-box-shadow: none;
box-shadow: none;
margin: 44px 0;
}
.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
width: 0px;
-webkit-box-shadow: none;
box-shadow: none;
background: #498BEE;
}
@media(max-width:991px) {
.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
display: none;
}
}
.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
width: 100%;
}
.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
width: 50%;
}
.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
width: 0%;
}
.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
width: 100%;
}
.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
background-color: #f5f5f5;
}
.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
opacity: 0;
}
.bs-wizard>.bs-wizard-step:first-child>.progress {
left: 50%;
width: 50%;
}
.bs-wizard>.bs-wizard-step:last-child>.progress {
width: 50%;
}
.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
pointer-events: none;
}
.slider-banner-js {
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.slider-banner-js .landing-banner {
display: none;
}
.slider-banner-js.slick-initialized .landing-banner {
display: block;
}
.slick-slide,
.slick-slider .slick-list,
.slick-slider .slick-track {
outline: 0;
border: 0;
}
.sn-form-head {
float: left;
width: 100%;
font-size: 22px;
color: #4B5B6F;
font-weight: bold;
margin: 0 0 30px 0;
}
.sn-form-wrap {
float: left;
width: 100%;
position: relative;
}
.sn-form-wrap .form-group {
margin-bottom: 28px;
}
.sn-form-wrap .form-group label {
font-size: 12px;
text-transform: uppercase;
color: #464646;
font-weight: 500;
margin-bottom: 0;
}
.sn-form-wrap .form-control {
height: 40px;
border: 1px solid #DCDCDC;
font-size: 16px;
color: #464646;
border-radius: 4px;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.sn-form-wrap .form-control::-webkit-input-placeholder {
color: #C9CED9;
}
.sn-form-wrap .form-control::-moz-placeholder {
color: #C9CED9;
}
.sn-form-wrap .form-control:-ms-input-placeholder {
color: #C9CED9;
}
.sn-form-wrap .form-control:-moz-placeholder {
color: #C9CED9;
}
.sn-form-wrap .form-control:focus,
.sn-form-wrap .form-control:active {
border: 1px solid #498BEE;
}
.sn-form-footer {
float: left;
width: 100%;
position: relative;
margin: 40px 0;
}
.sn-form-footer p {
float: left;
width: 100%;
font-size: 12px;
color: #A1A1A1;
}
.sn-form-footer p a {
display: inline-block;
font-size: 12px;
color: #A1A1A1;
margin-right: 10px;
font-weight: 500;
}
.wider-data-wrap--privacy {
overflow-wrap: break-word;
}
.wider-data-wrap--privacy .sub-section-header {
font-size: 28px;
font-weight: bold;
color: #4B5B6F;
margin: 20px 0;
}
.wider-data-wrap--privacy .sub-section-header__sub {
font-size: 24px;
font-weight: bold;
color: #4C4C4C;
margin: 20px 0;
}
.wider-data-wrap--privacy .sm-heads {
font-size: 19px;
font-weight: 600;
color: #4C4C4C;
margin: 10px 0;
}
.wider-data-wrap--privacy .definitions-list h5 {
font-size: 19px;
font-weight: 600;
color: #4C4C4C;
margin: 10px 0;
}
.wider-data-wrap--privacy p {
color: #4C4C4C;
font-size: 17px;
line-height: 1.6;
margin: 0 0 20px 0;
}
.wider-data-wrap--privacy .definitions-list {
list-style: none;
margin: 20px 0;
padding: 0 0 0 15px;
}
.wider-data-wrap--privacy .definitions-list > li {
color: #4C4C4C;
font-size: 17px;
line-height: 1.6;
position: relative;
padding-left: 15px;
margin-bottom: 5px;
}
.wider-data-wrap--privacy .definitions-list > li:before {
content: '';
position: absolute;
left: 0;
top: 10px;
border-radius: 50%;
width: 5px;
height: 5px;
background: #4C4C4C;
} @media (min-width: 768px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0 {
margin-left: 0 !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0 {
padding-left: 0 !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.order-sm-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10;
}
}
@media (min-width: 992px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mr-md-0 {
margin-right: 0 !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0 {
margin-left: 0 !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pr-md-0 {
padding-right: 0 !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0 {
padding-left: 0 !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.order-md-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10;
}
}
@media (min-width: 1200px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0 {
margin-left: 0 !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0 {
padding-left: 0 !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.order-lg-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10;
}
}
.text-justify {
text-align: justify !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.top-navbar-btn {
padding: 9px 20px !important;
}
@media (min-width: 768px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
.float-left {
float: left !important
}
.float-right {
float: right !important
}
.float-none {
float: none !important
}
@media (min-width:768px) {
.float-sm-left {
float: left !important
}
.float-sm-right {
float: right !important
}
.float-sm-none {
float: none !important
}
}
@media (min-width:992px) {
.float-md-left {
float: left !important
}
.float-md-right {
float: right !important
}
.float-md-none {
float: none !important
}
}
@media (min-width:1200px) {
.float-lg-left {
float: left !important
}
.float-lg-right {
float: right !important
}
.float-lg-none {
float: none !important
}
} @media(min-width:768px) {
.wfa-box-row {
margin-left: -5px;
margin-right: -5px;
}
.wfa-box-col {
padding-left: 5px;
padding-right: 5px;
}
}
@media(max-width:1199px) {
.layout2-inner p {
height: 72px;
overflow: hidden;
display: block;
text-overflow: ellipsis;
}
}
@media(max-width:991px) {
.landing-banner__main-head {
font-size: 40px;
}
.zig-zag__row {
margin-top: 0;
margin-bottom: 20px;
}
.zig-zag__row:last-child {
margin-bottom: 0;
}
.review-box__right {
text-align: center;
padding-left: 0;
padding-right: 0;
}
.wfa-box {
padding-left: 15px;
padding-right: 15px;
}
}
@media(max-width:767px) {
.signed-artist-form .form-group {
width: 100%;
margin-right: 0px;
}
.signed-artist-form .generic-form-wrap__footer .btn-solid-blue {
width: 100%;
}
.mt-160 {
margin-top: 0px;
}
.landing-banner__btn-wrap {
margin-top: 0;
}
.landing-banner__main-head br {
display: none;
}
.landing-banner__lead-text br {
display: none;
}
.landing-banner__main-head {
font-size: 22px;
}
.navbar-default .custom-margin {
margin-left: 6px;
}
.normal-post-layout1 {
width: 98%;
}
.normal-post-layout2 .card__img-holder {
width: 100%;
}
.normal-post-layout2 .card__data {
width: 100%;
}
.normal-post-layout3 .card__header a {
line-height: 1;
}
.normal-post-layout2 .card__img-holder {
height: 222px;
}
.latest-news-wrapper .card__img-holder {
height: 260px;
}
.author-cat-wrap p {
padding: 8px 10px 6px 10px;
}
.latest-news-wrapper .card__data {
padding: 10px;
}
.xs-pull-left {
float: left !important;
}
.featured-post_wrapper__header {
font-size: 40px;
}
.normal-post-layout1__header {
font-size: 30px;
}
.page-header {
font-size: 30px;
}
.generic-highlight-box {
padding: 20px;
}
.perks-box-wrap .generic-card__body {
padding-top: 30px;
}
.about-inline-image {
margin-left: 0 !important;
margin-right: 15px;
}
.landing-banner {
height: auto;
}
.wider-data-wrap--why-choose-us {
padding-top: 0;
}
.wider-data-wrap--customer-stories {
height: 300px;
}
.favorite-thing-head {
font-size: 22px;
}
.landing-banner__lead-text {
font-size: 14px;
}
.section-header {
font-size: 22px;
}
.wider-data-wrap--keep-in-touch {
padding-top: 0;
}
.abs--customer-reviews-bg p {
font-size: 20px;
}
.convince-box span {
font-size: 16px;
}
.sn-list>li {
width: 100%;
margin-right: 0;
}
.video-thumb__play {
width: 60px;
margin-left: -30px;
margin-top: -33px;
}
.get-start-video-thumb--flyer {
margin-top: 0;
}
.home-highlight-box__img {
width: 100%;
height: 125px;
}
.video-banner-container__btns{
display: block !important;
}
.video-banner-container__btns .btn-solid-blue{
margin-bottom: 15px;
}
.home-highlight-box__content {
width: 100%;
padding: 20px 20px;
margin-bottom: 40px;
padding-bottom: 0;
}
.home-highlight-box__footer {
position: absolute;
padding: 0;
left: 0;
bottom: 0;
padding: 0 20px 20px 20px;
}
.home-highlight-box__footer .text-link {
font-size: 14px;
}
.home-highlight-box__head {
font-size: 18px;
margin-bottom: 5px;
}
.home-highlight-box__content p {
font-size: 14px;
line-height: 1.2;
}
.home-highlight-box {
margin-bottom: 10px;
min-height: 160px;
}
.lead-text {
font-size: 15px;
}
.hdw-box__header {
font-size: 22px;
}
.hdw-box p {
font-size: 14px;
}
.wider-data-wrap--user-reviews {
padding-top: 50px;
padding-bottom: 50px;
}
.review-box p {
font-size: 16px;
}
.review-box {
padding: 40px 20px;
}
.review-box .review-by {
font-size: 16px;
margin-top: 15px;
}
.zig-zag__row-all-in-one {
text-align: center;
}
.disp-block{
display:inline-block;
}
.flyer-feature-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 25px;
}
.flyer-feature-wrapper .feature-text {
text-align: center;
}
.flyer-feature-wrapper .counter {
width: auto;
margin-bottom: 20px;
}
.flyer-feature-wrapper .feature-text h3 {
font-size: 22px;
}
.flyer-feature-wrapper .feature-text p {
font-size: 15px;
}
.bs-wizard>.bs-wizard-step .bs-wizard-info h3 {
font-size: 22px;
margin-top: 0;
}
.sn-head {
font-size: 22px;
text-align: center;
}
.sn-lead-text {
font-size: 15px;
text-align: center;
}
.sn-list {
margin-top: 20px;
}
.sn-list>li {
margin-bottom: 10px;
}
.sn-form-head {
font-size: 22px;
text-align: center;
}
.sn-form-footer p {
text-align: center;
}
.bs-wizard>.bs-wizard-step .bs-wizard-info p {
font-size: 15px;
}
.wider-data-wrap--every-tool-in-one-place .section-header--lg {
margin-bottom: 20px;
}
.wider-data-wrap--every-tool-in-one-place .lead-text {
margin-bottom: 20px;
}
.wfa-box {
padding: 30px 15px;
margin-bottom: 10px;
}
.wfa-box__ico img {
max-height: 85px;
}
.wfa-box__head {
margin-bottom: 15px;
font-size: 17px;
}
.partners-box__img img {
max-width: 100px;
}
.partners-box p {
font-size: 14px;
}
.partners-box {
margin-bottom: 25px;
padding-right: 0;
}
.wider-data-wrap--privacy .sub-section-header {
font-size: 22px;
}
.wider-data-wrap--privacy .sub-section-header__sub {
font-size: 20px;
}
.wider-data-wrap--privacy .sm-heads {
font-size: 18px;
}
.wider-data-wrap--privacy .definitions-list h5 {
font-size: 18px;
}
.hdw-box-outer-wrap{
margin-top: 50px;
}
}
@media (min-width: 350px) and (max-width: 767px) {
.wfa-box__content {
position: relative;
padding-left: 120px;
}
.wfa-box {
text-align: left;
position: relative;
}
.wfa-box__ico {
position: absolute;
left: 0;
top: 0;
width: 100px;
}
.wfa-box .btn {
position: absolute;
left: 15px;
bottom: 15px;
color: #3878D8 !important;
background: transparent !important;
padding: 0 !important;
border: 0 !important;
}
}
@media (max-width: 575px) {
.testimonials-hero-section__total {
width: 100%;
margin-bottom: 15px;
}
.testimonials-hero-section__star-rating {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.testimonial-top-card__media-body {
width: 100%;
padding-left: 0;
margin-top: 15px;
}
.testimonial-row__media-body {
width: 100%;
padding-left: 0;
margin-top: 15px;
}
.meet-the-team-wrap__col {
width: 100% !important;
}
.generic-accordion .panel-heading .panel-title a {
font-size: 15px;
}
.keep-in-touch__form-wrap .es_textbox {
width: 100%;
margin-right: 0;
}
.keep-in-touch {
padding: 25px 20px;
}
}
@media (max-width: 480px) {
.about-inline-image {
width: 100%;
height: auto;
margin-top: 0;
}
.fixed-bottom-button-for-mobile{
position: fixed;
right: 0;
left: 0;
bottom: 0;
z-index: 1030;
border-radius: 0;
font-size: 15px;
opacity: 1 !important;
padding: 15px;
}
}
.entry-content {
font-size: 17px;
}
.entry-content h2 {
margin: 45px 0 15px;
}
.entry-content h3 {
margin: 30px 0 15px;
} .ap-box-wrap {
margin-top: 10px;
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -4px;
margin-right: -4px;
}
.ap-box {
float: left;
width: 125px;
text-align: center;
border: 1px solid #EBEBEB;
border-top-width: 5px;
border-top-color: #56d27a;
border-radius: 4px;
background: #fff;
margin-right: 4px;
margin-left: 4px;
margin-bottom: 8px;
position: relative;
}
@media (min-width: 992px) {
.ap-box {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
}
.ap-box:after {
content: 'or';
position: absolute;
right: 0;
top: 50%;
width: 30px;
height: 30px;
border-radius: 50%;
background: #6b6b6b;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 12px;
text-transform: uppercase;
margin-top: -15px;
margin-right: -20px;
z-index: 1;
line-height: 1;
}
.ap-box:last-child:after {
display: none;
}
.ap-box__head {
float: left;
width: 100%;
padding: 12px 15px 0 15px;
}
.ap-box__f-count {
font-size: 12px;
font-weight: bold;
position: relative;
float: left;
width: 100%;
color: #4A90E2;
padding: 0 0 8px 0;
}
.ap-box__f-count:after {
content: '';
position: absolute;
left: 50%;
width: 66px;
height: 2px;
margin-left: -33px;
bottom: 0;
background: #8db7f3;
}
.ap-box__body {
float: left;
width: 100%;
padding: 10px 15px;
border-bottom: 1px solid #f0f0f0;
}
.ap-box__body strong {
float: left;
width: 100%;
font-size: 35px;
font-weight: bold;
font-family: "Roboto Slab";
color: #4B5B6F;
line-height: 1.1;
margin-bottom: 5px;
}
.ap-box__body small {
float: left;
width: 100%;
font-size: 10px;
font-weight: bold;
color: #4B5B6F;
}
.ap-box__footer {
float: left;
width: 100%;
padding: 10px 15px;
}
.ap-box__footer span {
float: left;
width: 100%;
font-size: 10px;
color: #6B6B6B;
}
.ap-box--red {
border-color: #ff5b51;
background: #ebebeb;
}
.ap-box--red .ap-box__f-count {
color: #ff5b51;
}
.ap-box--red .ap-box__f-count:after {
background: #9b9b9b;
}
.ap-box--red .ap-box__body small {
color: #ff5b51;
}
.ap-box--red .ap-box__body strong {
color: #ff5b51;
}
.ap-box--red .ap-box__body {
border-bottom-color: transparent;
}
.ap-box--red .ap-box__footer span {
font-weight: bold;
}
.ap-help-text {
float: left;
width: 100%;
font-size: 14px;
color: #9B9B9B;
} .fixed-bottom-button{
position: fixed;
right: 0;
left: 0;
bottom: 0;
z-index: 1030;
border-radius: 0;
font-size: 15px;
opacity: 1 !important;
} .landing-video-banner {
width: 100%;
float: left;
position: relative;
padding:0 0 56px;
z-index: 10;
}
.video-banner-container{
width: 100%;
width: calc(100% + 120px);
height: 460px;
float: left;
margin-left: -60px;
position: relative;
background: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 8px;
box-shadow: 0px 40px 40px rgba(0,0,0,.6);
}
.video-banner-navbar{
border-bottom: 0 !important;
background: transparent;
}
.video-banner-container__data{
width: 35%;
height: 100%;
float: left;
padding: 15px 25px 15px 25px;
display: flex;
flex-wrap: wrap;
align-content: center;
background: linear-gradient(314.98deg, #9B2EFF 0%, #498BEE 100%);
border-bottom-left-radius: 8px;
border-top-left-radius: 8px;
overflow: hidden;
}
.video-banner-container__data-head{
width: 100%;
float: left;
margin: 0;
font-family: Hind;
font-style: normal;
font-weight: bold;
font-size: 35px;
line-height: 1.2;
letter-spacing: -0.769231px;
text-transform: uppercase;
color: #FFFFFF;
}
.video-banner-container__data-head span{
color: #6CC789;
}
.video-banner-container__data-desc{
width: 100%;
float: left;
margin: 10px 0 15px;
font-family: Hind;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 1.6;
color: #fff;
}
.video-banner-container__data-desc strong{
font-weight: 500;
}
.video-banner-container__btns{
width: 100%;
float: left;
margin: 15px 0 20px;
display: flex;
}
.video-banner-container__btns span{
font-family: Hind;
font-style: italic;
font-weight: 400;
font-size: 14px;
line-height: 1.6;
color: #ccc;
margin: 0 10px;
}
.video-banner-container__btns .btn-solid-blue{
background: #498BEE;
border: 1px solid #498BEE !important;
border-radius: 3px;
padding: 16px 25px;
font-size: 16px;
font-weight: 500;
width: 100%;
margin-right: 10px;
}
.video-banner-container__btns .btn-solid-blue:hover{
opacity: .8;
}
.video-banner-container__btns .btn-solid-white{
background: #fff;
border: 1px solid #FFFFFF !important;
border-radius: 3px;
padding: 16px 25px;
font-size: 16px;
color: #498BEE;
font-weight: 500;
width: 100%;
}
.video-banner-container__btns .btn-text-white{
padding: 10px 10px;
font-size: 16px;
font-weight: 500;
color: #fff;
display: inline-block;
}
.video-banner-container__data .btn-text-white{
padding: 10px 0px;
font-size: 16px;
font-weight: 500;
color: #fff;
display: inline-block;
}
.video-banner-container__video{
width: 65%;
float: left;
background: #000;
border-bottom-right-radius: 8px;
border-top-right-radius: 8px;
overflow: hidden;
}
.rtopVideoPlayerWrapper .rtopVideoPlayer .rtopVideoHolder.hasFAIcons:after{
display: none;
}
.rtopVideoPlayerWrapper .rtopVideoPlayer .vidControls #playPause{
display: none;
}
.rtopVideoPlayerWrapper .rtopVideoPlayer .vidControls #progressholder{
display: none;
}
@media(max-width:1366px) {
.video-banner-container{}
}
@media(max-width:1199px) {
.video-banner-container{
width: 100%;
height: 317px;
margin-left: 0;
}
.video-banner-container__data{
width: 40%;
padding: 15px 25px 15px 30px;
}
.video-banner-container__video{
width: 60%;
}
.video-banner-container__data-head{
font-size: 28px;
}
.video-banner-container__btns{
margin-top: 10px;
}
}
@media(max-width:991px) {
.video-banner-container{
height: auto;
}
.video-banner-container__data{
width: 100%;
display: block;
height: auto;
padding: 30px;
border-bottom-left-radius: 0;
border-top-right-radius: 8px;
}
.video-banner-container__video{
width: 100%;
border-top-right-radius: 0;
border-bottom-left-radius: 8px;
}
.video-banner-container__btns .btn-solid-blue{
padding: 10px 20px;
}
}
@media(max-width:767px) {
.video-banner-container__data{
width: 100%;
}
.video-banner-container__video{
width: 100%;
}
.video-banner-container__btns .btn-solid-blue, .video-banner-container__btns .btn-solid-white{
padding: 18px 20px;
}
.video-banner-container__btns span{
font-size: 14px;
}
.video-banner-container__data-desc{
font-size: 14px;
}
.video-banner-container__data-head {
font-size: 24px;
}
}
@media(max-width:574px) {
.video-banner-container__data{
padding: 30px 20px;
}
}
.why-choose-us_ul{
width: 100%;
margin: 0;
padding: 0;
}
@media(max-width:767.98px) {
.why-choose-us_ul{
padding: 0 30px !important;
}
}
.why-choose-us_ul li{
font-size: 16px;
margin-bottom: 7px;
}
.artist-testimonials{
font-size: 27px;
font-weight: 600;
color: #498BEE !important;
} .main-footer {
float: left;
width: 100%;
background: #ffffff;
padding: 65px 0;
border-top: 3px solid #4a8bef;
position: relative;
z-index: 916;
}
.main-footer__col {
float: left;
padding-right: 15px;
padding-bottom: 20px;
}
.main-footer__col--1 {
width: 15%;
}
.main-footer__col--2 {
width: 15%;
}
.main-footer__col--3 {
width: 25%;
}
.main-footer__col--4 {
width: 25%;
}
.main-footer__col--5 {
width: 15%;
}
.main-footer__col--6 {
width: 30%;
text-align: right;
}
.main-footer__social-float {}
.social-float__box {
width: 70px;
padding: 10px 0;
background: #fff;
position: fixed;
right: 0;
bottom: 100px;
text-align: center;
box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, .2);
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.social-float__box a {
margin: 15px 0;
position: relative;
display: block;
}
.main-footer__sm-head {
float: left;
width: 100%;
font-size: 16px;
font-weight: bold;
color: #575757;
margin: 7px 0 25px 0;
}
.main-footer__list {
float: left;
width: 100%;
list-style: none;
padding: 0;
margin: 0;
}
.main-footer__list>li {
float: left;
width: 100%;
list-style: none;
padding: 0;
margin: 0 0 3px 0;
}
.main-footer__list>li a {
float: left;
font-size: 12px;
color: #575757;
text-decoration: none !important;
}
.main-footer__list>li a:hover,
.main-footer__latest-news>li a:hover {
color: #498bee;
}
.main-footer__latest-news {
float: left;
width: 100%;
list-style: none;
padding: 0;
margin: 0 0 10px 0;
}
.main-footer__latest-news>li:first-child {
padding-top: 0;
}
.main-footer__latest-news>li {
float: left;
width: 100%;
list-style: none;
padding: 15px 0;
margin: 0;
border-bottom: 1px solid #c2c2c2;
}
.main-footer .text-link {
font-size: 14px;
}
.main-footer__latest-news>li a {
float: left;
font-size: 12px;
color: #575757;
text-decoration: none !important;
}
.main-footer__latest-news>li:last-child {
border-bottom: 0;
}
.main-footer-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 991px) {
.main-footer {
padding: 30px 0 5px;
}
.main-footer__sm-head {
margin: 30px 0 15px 0;
}
.main-footer__col--1 {
width: 50%;
padding: 0 15px;
}
.main-footer__col--2 {
width: 50%;
padding: 0 15px;
}
.main-footer__col--3 {
width: 50%;
padding: 0 15px;
}
.main-footer__col--4 {
width: 50%;
padding: 0 15px;
}
.main-footer__col--5 {
width: 50%;
padding: 0 15px;
}
.main-footer__col--6 {
width: 100%;
padding: 0 15px;
text-align: center;
}
.main-footer__social-float {
width: 100%;
float: left;
}
.social-float__box {
width: 100%;
float: left;
position: relative;
box-shadow: 0 0 0;
border-top: 1px solid #ccc;
padding-top: 15px;
border-radius: 0;
bottom: 0;
}
.social-float__box a {
display: inline-block;
margin: 0 10px;
}
}
@media (max-width: 767px) {
.main-footer {
padding: 30px 0 65px;
}
.main-footer--blog{
padding-bottom: 5px;
}
}
@media (max-width: 374px) {
.social-float__box a {
margin: 0 6px;
}
.main-footer__col--1 {
width: 100%;
padding: 0 15px;
}
.main-footer__col--2 {
width: 100%;
padding: 0 15px;
}
.main-footer__col--3 {
width: 100%;
padding: 0 15px;
}
.main-footer__col--4 {
width: 100%;
padding: 0 15px;
}
.main-footer__col--5 {
width: 100%;
padding: 0 15px;
}
.main-footer__col--6 {
width: 100%;
padding: 0 15px;
}
} .floating-btn-contact {
width: 56px;
height: 56px;
padding: 12px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
background: #498bee;
border-radius: 50%;
overflow: hidden;
outline: none !important;
border: 0 !important;
bottom: 2rem;
position: fixed;
right: 2rem;
z-index: 1051;
}
.contact-us-modal .modal-content {
background: #FFFFFF;
box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.125028);
border-radius: 4px;
border: 0;
}
.contact-us-modal__iframe {
width: 100%;
border: 0;
outline: none;
min-width: 1px;
min-height: 590px;
}
.contact-us-modal .modal-body {
padding: 48px 60px;
}
.contact-us-modal__head {
float: left;
width: 100%;
font-weight: bold;
line-height: 1.1;
font-size: 27px;
text-transform: uppercase;
color: #000000;
margin: 6px 0 12px 0;
}
.contact-us-modal__copy {
font-weight: normal;
line-height: 1.5;
font-size: 16px;
letter-spacing: 0.25px;
color: #464646;
}
.modal-backdrop {
background-color: #F7F8F9;
}
.modal-backdrop.in {
opacity: .9;
filter:alpha(opacity=90);
}
@media (max-width: 991px) {
.floating-btn-contact{
bottom: 60px;
right: 10px;
}
}
@media (max-width: 767px) {
.contact-us-modal__top-frame-data {
width: 100%;
}
.contact-us-modal .modal-body {
padding: 25px 25px 43px 25px;
margin-top: 75px;
margin-bottom: 75px;
}
.contact-us-modal__head {
font-size: 24px;
line-height: 1.22;
margin-bottom: 10px;
letter-spacing: -0.5px;
}
.contact-us-modal__top-frame-img {
display: none;
}
.contact-us-modal .close {
display: block;
position: absolute;
right: 0;
top: -62px;
padding: 12px 10px;
}
}
@media (min-width: 768px) {
.contact-us-modal .modal-dialog {
width: 624px;
}
.modal.contact-us-modal {
text-align: center;
}
.modal.contact-us-modal:before {
display: inline-block;
vertical-align: middle;
content: " ";
height: 100%;
}
.contact-us-modal .modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
}
.bbb-badge-home{
position: relative;
width: 100%;
float: left;
margin-top: 15px;
}
.bbb-badge-xs-none{
display: block;
}
.bbb-badge-md-none{
display: none;
}
@media( max-width: 767.98px){
.bbb-badge-xs-none{
display: none;
}
.bbb-badge-md-none{
display: block;
}
.landing-video-banner{
padding:0 0 30px;
}
}
.bbb-wrapper{
justify-content: center;
align-items: center;
display: flex;
}
.landing-banner--ls-landing{
background-image: url(//myafton.com/myaftonv3/wp-content/themes/myaftonblog/assets/images/landing/livestream/banner.jpg);
}
.landing-banner--ls-landing .landing-banner__main-head{
color: #fff;
}
.landing-banner--ls-landing .landing-banner__lead-text{
color: #fff;
}
.wider-data-wrap--read-to-stream{
border-top: 1px solid #ECF4FF;
}
.rs-ul{
width: 100%;
float: left;
padding: 0;
margin: 0;
list-style: circle;
}
.rs-ul li{
width: 40%;
float: left;
margin: 15px 0;
margin-left: 10%;
font-size: 24px;
line-height: 1;
color: #498BEE;
font-weight: 500;
min-height: 60px;
}
.rs-ul li span{
font-size: 19px;
line-height: 1.3;
}
@media(max-width:991px) {
.wider-data-wrap--choose{
padding-top: 15px;
text-align: center;
}
}
@media(max-width:767px) {
.rs-ul{
padding-left: 20px;
}
.rs-ul li{
width: 100%;
min-height: 10px;
margin-left: 0;
font-size: 24px;
}
.rs-ul li span {
font-size: 18px;
}
.why-choose-row .review-box__right{
padding-top: 0;
}
}