/* 
Theme Name:		 Legendary Toolkit Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Legendary Toolkit Child is a child theme of Legendary Toolkit, created by ChildTheme-Generator.com
Author:			 Legendary Lion
Author URI:		 http://childtheme-generator.com/
Template:		 legendary-toolkit
Version:		 1.0.0
Text Domain:	 legendary-toolkit-child
*/


/*
    Add your custom styles here
*/

body{
    font-family: 'Cyntho Next',sans-serif !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-weight: 600;
    font-family: 'Cyntho Next',sans-serif !important;
    line-height: 1.1;
}
body p{
    font-family: 'Cyntho Next',sans-serif !important;
}
p:last-child {
    margin-bottom: 0;
}
body .container {
    max-width: 1550px;
    padding: 0 50px;
}
body a:hover,
body a:focus{
    opacity: 1;
}
strong {
    font-weight: 700;
}
div#content {
    margin-top: 0 !important;
}
.hero-section {
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.hero-section .hero-inner {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    max-width: 1300px;
    padding: 10vw 0;
    position: relative;
}
.hero-inner .btn-group .btn {
    border-radius: 4px !important;
}
#site-navigation-wrap .dropdown-menu > li > a .nav-arrow {
    padding-left: 0px;
}

.hero-inner p {
    max-width: 900px;
    font-weight: 700;
}

.hero-tag {
    width: 100%;
    position: relative;
    padding-left: 125px;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hero-tag:before {
    content: "";
    height: 2px;
    width: 95px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.hero-inner * {
    color: #fff;
}

.hero-inner h1 {
    margin-bottom: 34px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 80px;
}

.btn-group {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.btn:not(.menu-item) {
    font-weight: 600;
    color: #000;
    background: #344057;
    padding: 18px 39px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    text-align: center;
    color: #fff;
    border: 1px solid #344057;
}

.btn:not(.menu-item):hover,
.btn:not(.menu-item):focus {
    color: #344057;
    border-color: #344057;
    background: transparent;
}

.btn-white:not(.menu-item) {
    color: #344057;
    background: #fff;
    border-color: #fff;
}

.btn-white:not(.menu-item):hover,
.btn-white:not(.menu-item):focus {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.btn-transparent:not(.menu-item) {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-transparent:not(.menu-item):hover,
.btn-transparent:not(.menu-item):focus {
    background: #fff;
    color: #344057;
    border-color: #fff;
}

.btn-group .btn,
.btn-transparent {
    /* min-width: 320px; */
}

.btn-group .btn + .btn {
    margin-left: 16px;
}

header.is_transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.testimonial-cover {
    background: rgb(69 87 117 / 8%);
    padding: 80px 0;
}
.about-img {
    width: 51%;
    border: 10px solid #fff;
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.25));
    position: absolute;
    bottom: -10%;
    left: 0;
}

.about-img img {
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.25));
    width: 100%;
}

.about-content-inner {
    background: #455775;
    background-image: url(../../../wp-content/uploads/2021/11/img-vector.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 70px;
    padding-left: 45%;
}
.about-content {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    border: 15px solid #fff;
    width: 80%;
    margin: 0 0 10% auto;
}

a.play-button {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0,-50%);
    z-index: 1;
    box-shadow: 0px 10px 28px rgb(0 0 0 / 15%);
}

.about-items {
    position: relative;
}
.about-content-inner h2 {
    color: #fff;
    margin-bottom: 35px;
}
a.play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
a.play-button img {
    position: relative;
    z-index: 3;
}
.hero-inner .btn {
    font-size: 19px;
    padding: 16px 42px;
    border: 2px solid white;
}



@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.block-left .btn {
    padding: 18px 60px;
}
.block-left {
    width: 56%;
    padding-right: 10%;
}

.block-right {
    width: 44%;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    border: 15px solid #fff;
    height: 100%;
}

.block-right img {
    width: 100%;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
}

.about-cover {
    margin: 12vw 0;
}

.about-content-inner p {
    color: #A0B1CD;
    line-height: 1.6;
}

.btn.btn-secondary {
    background: #D7B794;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0;
    padding-left: 35px;
    padding-right: 35px;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus{
    border-color: #D7B794;
    color: #D7B794;
}
.about-content-inner .btn.btn-secondary{
    font-size: 18px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.block-left h2 {
    margin-bottom: 30px;
}

.block-left .btn {
    margin: 0 auto;
    text-align: center;
}

.block-cover {
    margin: 12vw 0;
}

.slick-dots li button {
    display: none;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    height: 10px;
    width: 10px;
    background: #C4C4C4;
    margin: 0 5px;
    border-radius: 10px;
    border: 2px solid transparent;
}

.slick-dots {
    text-align: center;
    padding: 0;
    margin: 0;
}

.slick-dots li.slick-active {
    border: 2px solid #fff;
}

.testimonial-slider {
    max-width: 1160px;
    margin: 0 auto;
}

.testimonial-item p {
    font-size: 28px;
    font-weight: 300;
}
#footer_columns {
    padding: 7vw 0;
    background-image: url(../../../wp-content/uploads/2021/11/Vector.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
.testimonial-item .testimonial-name {
    font-size: 20px;
}
.testimonial-cover h2 {
    margin-bottom: 60px;
}

#footer_columns h3 {
    color: #fff;
}

#footer_columns p {
    color: #fff;
}

#footer_columns .btn:hover {
    /* background: transparent; */
    color: #fff;
    border-color: #fff;
}

.footer-bottom-link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #000000;
    font-size: 18px;
}

.footer-bottom-link ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.footer-bottom-link ul {
    margin-bottom: 0;
}

.footer-bottom-link ul li:after {content: "-";}

.footer-bottom-link ul li:last-child:after {
    display: none;
}

.menu-item.btn a {
    border: 1px solid #fff;
    padding: 11px 38px !important;
    border-radius: 6px;
}
header#masthead {
    background: transparent !important;
    box-shadow: none !important;
}
header#masthead .container {
    max-width: 1800px;
}

header#masthead .navbar li a {
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: inherit;
}

header#masthead .navbar li {
    margin: 0 2vw;
}

.menu-item.btn {
    padding: 0;
    margin: 0;
}
slide-drawer {
    display: none;
}
div#footer #footer_columns h3 {
    font-weight: 300;
    margin-bottom: 60px;
}

div#footer #footer_columns p {
    font-size: 24px;
}

#footer_columns .container {
    max-width: 1124px;
}

#footer_columns .container .btn {
    margin-top: 30px;
}
#footer_columns .container {
    max-width: 1124px;
}

#footer_columns .container .btn {
    margin-top: 30px;
    background: #1A1E31;
}

#footer_columns .container .btn:hover,
#footer_columns .container .btn:focus{
    background: transparent;
}

.site-footer {
    padding: 40px 0;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-bottom-link {
    font-size: 18px;
    font-weight: 300;
}
ul.slick-dots {
    margin-top: 30px;
}
.tkmm-toggle span{
    background: #fff;
}
.nav-content-cover .menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 35px;
}

.nav-content-cover .menu li a {
    font-size: 18px;
    color: #000;
}

.inner-banner .container {
    max-width: 1800px;
}

.nav-content-cover .menu ul {
    margin-bottom: 0;
}
.nav-content-cover {
    display: flex;
    align-items: center;
}
.site-call:before {
    background-image: url(../../../wp-content/uploads/2021/11/marie-call-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 30px;
    content: "";
    height: 50px;
    width: 50px;
    border: 2px solid #d7b794;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.site-call {
    position: relative;
    padding-left: 70px;
    line-height: 50px;
    margin-left: 0;
    font-size: 22px;
    font-weight: 600;
}
header.inner-banner {
    background: rgb(215 206 196 / 18%);
    padding: 20px 0;
}
.nav-content-cover ul {
    margin-bottom: 0;
}

.nav-content-cover .menu li.btn a {
    background: #455775;
    color: #fff;
    padding: 15px 30px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-content-cover .menu li.btn:hover a{
    background: transparent;
    border-color: #455775;
    color: #455775;
}
.nav-content-cover slide-drawer {
    background: #465775;
    width: 35px;
    height: 35px;
    padding: 5px 3px;
}
#menu-wrapper li {
    border-bottom: 1px solid #f1f1f1;
}
.aboutpage-left {
    width: 50%;
    padding-right: 60px;
}

.aboutpage-right {
    height: 100%;
    width: 50%;
}

.aboutpage-right img {
    width: 100%;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
}


.aboutpage-right {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    border: 12px solid #fff;
}


.aboutpage-left h1 {
    margin-bottom: 4vw;
}
.about-bottom-content {
    margin-top: 50px;
}

.page-content-cover {
    margin: 3vw 0;
}

.page-content-cover {
    background: url(../../../wp-content/uploads/2021/11/Icons_RGB-03-2.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 474px;
}
.faq-banner {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    background: #fff;
    border: 12px solid #fff;
}

.faq-banner img {
    width: 100%;
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.25));
}

.faq-item {
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #fff;
}

.faq-item h6 {
    font-size: 20px;
    margin-bottom: 0;
    padding: 20px 15px;
    cursor: pointer;
}

.faq-answer {
    display: none;
}

.faq-item:last-child {
    margin-bottom: 0;
}
.faq-answer {
    padding: 15px;
}
.faq-content > h1 {
    margin-bottom: 25px;
}

.faq-banner {
    margin-bottom: 50px;
}

.session-title h1 {
    margin-bottom: 38px;
}

.price-section {
    padding: 70px 0;
}

.price-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    border: 10px solid #fff;
    width: 430px;
}

.price-inner-box {
    background: #1A1E31;
    padding: 45px 36px;
    color: #fff;
}

.price-tag {
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}
.price-condition {
    margin-top: 17px;
}

.price-content {
    width: calc(100% - 430px);
    padding-left: 5vw;
}
.price-tag:before {content: "";height: 1px;width: 20px;background: #fff;position: absolute;left: 0;top: 50%;}

.price-tag {
    margin-bottom: 28px;
}

.price-title {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1;
}

.price {
    font-size: 64px;
    font-weight: 800;
    color: #D7CEC4;
    line-height: 1;
    margin-bottom: 10px;
}

.price small {
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: -18px;
}

.price span {
    font-size: 23px;
    display: block;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}

.price-condition p{
    font-size: 16px;
    color: #D7CEC4;
    line-height: 1.2;
}
.price-condition p a{
    color: inherit;
}

.price-main-title h3 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.price-main-title h3 strong {
    color: #D7CEC4;
    display: block;
}

.price-main-title p {
    font-size: 16px;
    line-height: 1.8;
}
.session-relationship {
    margin: 3vw 0;
}

.session-relationship h3 {
    margin-bottom: 60px;
}

.session-item {
    margin-bottom: 4vw;
}

.session-items h4 {
    margin-bottom: 22px;
}

.contactpage-content {
    position: relative;
    padding: 55px 0;
    overflow: hidden;
}

.contactpage-img {
    position: absolute;
    top: 0;
    right: 0;
}

.contactpage-inner-content {
    max-width: 980px;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    border: 10px solid #fff;
	position: relative;
}
.contact-form-items:before {
    content: "";
    height: 190px;
    width: 190px;
    background: url(../../../wp-content/uploads/2021/11/contact-bottom-vector.png);
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    pointer-events: none;
}
.contact-form-items {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    padding: 80px;
    background-image: url(../../../wp-content/uploads/2021/11/contact-vector.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}
.contact-item h1 {
    font-size: 60px;
}

.contact-form-cover form input {
    border: 0 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 68px !important;
    font-family: 'Cyntho Next',sans-serif !important;
    font-weight: 500 !important;
    color: #666666 !important;
    font-size: 22px !important;
    background: transparent !important;
}

.contact-form-cover form textarea {
    border: 0 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 100px !important;
    font-family: 'Cyntho Next',sans-serif !important;
    font-weight: 500 !important;
    color: #666666 !important;
    font-size: 22px !important;
    margin-top: 15px !important;
}
button.frm_button_submit {
    background: #455775 !important;
    color: #fff;
    padding: 15px 93px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px !important;
    font-family: 'Cyntho Next',sans-serif !important;
    transition: 0.5s ease;
}

button.frm_button_submit:hover,
button.frm_button_submit:focus{
    background: #fff !important;
    color: #455775;
}

.contact-form-cover {
    position: relative;
    z-index: 1;
}
.with_frm_style .frm_submit{
    margin-top: 20px;
}
.contact-item {
    margin-bottom: 40px;
}
.contactpage-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
}

.contactpage-map iframe {
    width: 100%;
    height: 100%;
}
div#map {
    height: 100%;
    width: 100%;
}


.blog-cover {
    max-width: 730px;
    margin: 0 auto;
}

.blog-img img {
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.25));
    width: 100%;
}

.blog-img {
    border: 20px solid #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
}

.blog-title h2 {
    font-size: 36px;
}

.blog-content {
    padding: 0 0 30px 0;
}

.blog-img{
    margin-bottom: 30px;
}

.blog-title p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.blog-title li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    text-decoration: underline;
}

.blog-title li:after {content: ",";}
.blog-title li:last-child:after{display: none;}
.blog-title ul {
    padding: 0;
}
.blog-item {
    border-bottom: 1px solid #D7CEC4;
    margin-bottom: 60px;
    padding-bottom: 30px;
}
.nav-links > * {
    border: 1px solid #DEDEDE;
    width: 34px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
}
.nav-links {
    display: flex;
    justify-content: center;
        width: 100%;
}
a.next.page-numbers {
    background: #EBEBEB;
    position: relative;
    font-size: 0;
}
a.prev.page-numbers {
    background: #EBEBEB;
    position: relative;
    font-size: 0;
}
a.next.page-numbers:before {content: "";height: 9px;width: 9px;border: 2px solid #BDBDBD;display: inline-block;vertical-align: top;border-bottom: 0;border-left: 0;transform: rotate(45deg);position: relative;top: 8px;left: -2px;}
a.prev.page-numbers:before {content: "";height: 9px;width: 9px;border: 2px solid #BDBDBD;display: inline-block;vertical-align: top;border-bottom: 0;border-left: 0;transform: rotate(-135deg);position: relative;top: 8px;left: 2px;}
.nav-links > *:first-child {
    border-radius: 4px 0 0 4px;
}

.nav-links > *:last-child {
    border-radius: 0 4px 4px 0;
}
.nav-links a {
    color: #BDBDBD;
}

.nav-links .page-numbers.current {
    color: rgb(0 0 0 / 50%);
}
.blog-single-cover .blog-item {
    max-width: 730px;
    margin: 0 auto;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}



@media (max-width: 1700px){
    .hero-inner h1{
        font-size: 70px;
    }
    .hero-section .hero-inner{
        max-width: 1150px;
    }
    body h2 {
        font-size: 55px;
    }
    .nav-content-cover .menu li{
        margin: 0 18px;
    }
    .page-content-cover{
        background-position: right -10% top;
    }
}

@media (max-width: 1440px){
    .hero-inner h1{
        font-size: 60px;
    }
    body h1 {
        font-size: 54px;
    }
    .hero-section .hero-inner{
        max-width: 1050px;
    }
    body h2 {
        font-size: 50px;
    }
    body h3{
        font-size: 44px;
    }
    .about-img{
        top:50%;
        transform: translateY(-50%);
        bottom: auto;
    }
    .about-content-inner{
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-content-inner h2{
        margin-bottom: 15px;
    }
    .block-left {
        width: 50%;
        padding-right: 30px;
    }
    .block-right{
        width: 50%;
    }
    header#masthead .navbar li {
        margin: 0 10px;
    }
    .nav-content-cover .menu li{
        margin: 0 6px;
    }
    .site-call{
        padding-left: 60px;
    }
    .inner-logo-cover img {
        max-width: 230px;
    }
    .site-call:before{
        height: 40px;
        width: 40px;
    }
    .site-call{
        line-height: 40px;
    }
}

@media (max-width: 1199px){
    html body,
    html body p{
        font-size: 18px;
    }
    body h1 {
        font-size: 48px;
    }
    body h2 {
        font-size: 38px;
    }
    body h3{
        font-size: 34px;
    }
    .hero-inner h1 {
        font-size: 54px;
    }
    .testimonial-item p{
        font-size: 24px;
    }
    .testimonial-cover h2 {
        margin-bottom: 40px;
    }
    slide-drawer {
        display: block;
    }
    .hero-section .hero-inner{
        padding: 150px 0 80px 0;
    }
    .hero-inner .btn-group .btn {
        margin: 10px;
    }
    .btn-group .btn + .btn{
        margin-left: 10px;
    }
    .hero-inner .btn-group{
        margin: 0 -10px;
    }
    .about-content,
    .block-right{
        border-width: 10px;
    }
    div#footer #footer_columns h3{
        margin-bottom: 30px;
    }
    #footer_columns .container .btn {
        margin-top: 0;
    }
    div#footer #footer_columns p {
        font-size: 20px;
    }
    .tkmm-toggle span{
        background: #fff !important
    }
    
    header#masthead .navbar li a {
        color: #455775 !important;
    }
    #mobile_menu .btn a{
        border-color: #455775;
    }
    #menu_top {
        background: #455775;
        width: 100%;
        padding: 0 10px 0 40px !important;
    }
    #menu-wrapper {
        justify-content: flex-start !important;
    }
    ul#mobile_menu {
        margin-top: 15px;
    }
    #menu-wrapper li a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    header#masthead .navbar li a{
        font-weight: 400 !important;
    }
    header#masthead .navbar li{
        margin: 0 20px !important;
        text-align: left;
    }
    
    header#masthead .navbar li a{
        color: #455775
    }
    #mobile_menu .btn a {
        width: 100%;
        padding: 10px 0 !important;
        border: 0 !important;
        text-align: left;
    }
    ul#mobile_menu{
        overflow: hidden;
    }
    #toggle_close{
        left: -30px;
    }
    #menu-wrapper ul{
        margin-top: 20px !important;
    }
    
    
    .nav-content-cover > .menu {
        display: none;
    }
    
    a.site-call {
        display: none;
    }
    
    .nav-content-cover ul li a {
        color: #000 !important;
        font-size: 18px !important;
    }
    .nav-content-cover ul {
        padding: 0 10px !important;
    }
    .aboutpage-right img,
    .faq-banner{
        border-width: 10px;
    }
    body #menu-wrapper li a:hover {
        background-color: transparent;
    }
    body h4 {
        font-size: 30px;
    }
    .contact-item h1 {
        font-size: 38px;
    }
    .contact-form-items{
        padding: 40px;
    }
    .contactpage-inner-content{
        max-width: 60%;
    }
    .contact-form-cover form input,
    .contact-form-cover form textarea{
        font-size: 18px !important;
    }
}

@media (max-width: 991px){
    body h2 {
        font-size: 34px;
    }
    body h4 {
        font-size: 28px;
    }
    .hero-inner h1 {
        font-size: 40px;
    }
    .about-content{
        width: 100%;
        margin: 0;
    }
    .about-img{
        position: static;
        transform: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .about-content-inner{
        padding: 30px;
    }
    .block-left {
        width: 100%;
        padding-right: 0;
    }
    .block-right {
        width: 100%;
        margin-bottom: 30px;
        order: -1;
    }
    .testimonial-item p {
        font-size: 20px;
    }
    a.play-button{
        right: auto;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    a.play-button img {
        max-width: 80px;
    }
    .aboutpage-left{
        padding-right: 30px;
    }
    .price-box{
        width: 40%;
    }
    .price-content{
        width: 60%;
    }
    .price-title{
        font-size: 28px;
        margin-bottom: 5px;
    }
    .contact-form-items{
        padding: 30px;
    }
    .contact-item h1{
        font-size: 30px;
    }
    .contact-form-cover form input{
        height: 60px;
    }
    .contact-item {
        margin-bottom: 20px;
    }
    .blog-title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px){
    body .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    body h1 {
        font-size: 42px;
    }
    body h3{
        font-size: 32px;
    }
    .hero-inner h1 {
        font-size: 36px;
    }
    .hero-tag:before{
        width: 45px;
    }
    .hero-tag{
        padding-left: 65px;
        font-size: 18px;
    }
    .btn-group{
        margin-top: 25px;
    }
    div#footer #footer_columns h3{
        margin-bottom: 20px;
    }
    .testimonial-item p {
        font-size: 18px;
    }
    header#masthead #site_logo {
        max-width: 200px;
    }
    .hero-section .hero-inner{
        padding: 100px 0 50px 0;
    }
    .hero-inner .btn{
        font-size: 16px;
    }
    div#footer #footer_columns p {
        font-size: 18px;
    }
    .footer-bottom-link{
        font-size: 16px;
    }
    .footer-logo img {
        max-width: 180px;
    }
    .about-content-inner .btn.btn-secondary {
        font-size: 16px;
    }
    a.play-button img {
        max-width: 50px;
    }
    .aboutpage-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .aboutpage-right {
        height: auto;
        width: 100%;
    }
    body:not(.home) #content.site-content {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }
    .faq-item{
        margin-bottom: 15px;
    }
    .faq-item h6{
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .faq-answer{
        padding-top: 0;
    }
    .faq-banner {
        margin-bottom: 30px;
    }
    .session-item {
        margin-bottom: 30px;
    }
    .session-items h4 {
        margin-bottom: 15px;
    }
    .session-relationship h3 {
        margin-bottom: 40px;
    }
    .price-box {
        width: 100%;
        margin-bottom: 30px;
    }
    .price-content {
        width: 100%;
        padding-left: 5px;
    }
    .price-title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .price{
        font-size: 52px;
    }
    .price-section {
        padding: 40px 0;
    }
    .contact-form-cover form input, .contact-form-cover form textarea {
        font-size: 16px !important;
    }
    .contactpage-img{
        position: static;
    }
    .contact-form-items{
        background-size: 50%;
    }
    .contactpage-inner-content {
        max-width: 100%;
    }
    .contactpage-inner-content{
        margin-top: 30px;
    }
    button.frm_button_submit{
        padding: 12px 60px !important;
        font-size: 16px !important;
    }
    .contactpage-content{
        padding-top: 0;
    }
	div#map{
		height: 250px;
		
	}
	.contactpage-map{
		width: 100%;
		position: static;
	}
    .blog-title h2 {
        font-size: 26px;
    }
    .blog-img {
        border-width: 10px;
    }
}

@media (max-width: 480px){
    body .container{
        padding: 0 20px;
    }
    body h1 {
        font-size: 36px;
    }
    body h4 {
        font-size: 26px;
    }
    .hero-tag{
        padding-left: 45px;
        font-size: 16px;
    }
    .hero-tag:before {
        width: 35px;
    }
    .hero-inner h1{
        margin-bottom: 20px;
    }
    .inner-logo-cover img {
        max-width: 180px;
    }
    .page-content-cover{
        background-size: contain;
    }
    #footer_columns{
        padding: 40px 0;
    }
}

.spwidget-button {
    display: inline-block;
    padding: 12px 24px;
    color: #fff;
    background: #445674;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid white !important;
}

.spwidget-button:focus, .spwidget-button:hover  {
    background: #445674;
    color: #fff !important;
}

.spwidget-button:active {
    /*color: rgba(255, 255, 255, .75) !important;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset
}

.nav-content-cover .spwidget-button{
    margin-right: 20px !important;
}

.nav-content-cover .spwidget-button.mobile-sp-button{
    width: 90%;
    margin: 10px 0 !important;
    margin-top: 10px;
    text-align: center;
}

.spwidget-button{
    text-align: center;
    min-width: 202px;
    font-size: 18px;
}

@media all and (max-width: 1470px) and (min-width:1000px) {

}

@media all and (max-width: 999px) and (min-width:600px) {
    .inside-sp-button{
        display: none;
    }
}

@media all and (max-width: 600px) and (min-width:200px) {
    .inside-sp-button{
        display: none;
    }

    .btn-group .spwidget-button{
        margin-left: 10px;
    }


}

.session-item h1{
    font-size: 36px;
    font-weight: 400;
}

.price-condition a{
    text-decoration: underline;
}