/*
Theme Name: Seattle One Defensive Driving School
Description: This is a custom child theme for Seattle One
Theme URI:   https://seattle.com
Author: iSEO Ranker
Author URI:  https://iseoranker.com
Template: salient
Version: 1.0
*/

/* ---===> Secondary Header CSS <===--- */
body #header-secondary-outer .nectar-center-text {
    max-width: 100%;
    padding: 0px 0 !important;
}
#header-secondary-outer .topNav {
    width: 100%;
    position: relative;
}
#header-secondary-outer .topNav .col.span_12 {
    display: flex;
    width: 100%;
}
#header-secondary-outer .topNav .col.span_12 .col.span_8 {
    margin: 0;
    text-align: left;
}
#header-secondary-outer .topNav .col.span_4 ul{
    justify-content: right;
}
#header-secondary-outer .topNav .col.span_4 ul,
#header-secondary-outer .topNav .col.span_8 ul {
    float: none;
    display: flex;
    gap: 20px;
    align-items: center;
}
#header-secondary-outer .topNav .col.span_4 {
    width: 34%;
}
#header-secondary-outer .topNav .col.span_4 ul li,
#header-secondary-outer .topNav .col.span_8 ul li{
    padding-left: 40px;
    position: relative;
}
#header-secondary-outer .topNav .col.span_4 ul li *,
#header-secondary-outer .topNav .col.span_4 ul li,
#header-secondary-outer .topNav .col.span_8 ul li *,
#header-secondary-outer .topNav .col.span_8 ul li{
    transition: all .3s ease-in-out;
}
#header-secondary-outer .topNav .col.span_4 ul li a,
#header-secondary-outer .topNav .col.span_8 ul li a{
    font-size: 15px;
}
#header-secondary-outer .topNav .col.span_4 ul li a i,
#header-secondary-outer .topNav .col.span_8 ul li a i{
    position: absolute;
    left: 0;
    border: 1.5px solid #fff;
    padding: 7px;
    top: -8px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
div#header-secondary-outer {
    padding: 6px 0px;
}
#header-secondary-outer .topNav .col.span_4 ul li:hover a i,
#header-secondary-outer .topNav .col.span_8 ul li:hover a i{
    background: #fc9211;
    color: #fff;
    border-color: #fc9211;
    transform: rotate(360deg);
}
/* ---===> Main Header CSS <===--- */
.current-menu-item span.menu-title-text {
    color: #FC9211;
}
header#top .col.span_9 ul li a span{
    transition: all .3s ease-in-out;
}
header#top .col.span_9 ul li a span:hover{
    color: #FC9211;
}
header#top .col.span_9 ul li a span:after{
    display: none !important;
}
header#top .col.span_9 ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
header#top ul.buttons.sf-menu .nectar-header-text-content {
    padding: 0;
}
header#top ul.buttons.sf-menu .nectar-header-text-content a {
    background: #FC9211;
    color: #fff;
    padding: 16px 20px 16px 60px;
    position: relative;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}
header#top ul.buttons.sf-menu .nectar-header-text-content a:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(https://testing.dwssol.com/seattle/wp-content/uploads/2026/04/arrow-icon.png);
    position: absolute;
    left: 0;
    background-color: #000;
    background-repeat: no-repeat;
    top: 0;
    background-position: center;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    transform: translate(5px, 5px);
}
header#top ul.buttons.sf-menu .nectar-header-text-content a:after{
    content: '';
    width: 40px;
    height: 40px;
    background: url(https://testing.dwssol.com/seattle/wp-content/uploads/2026/04/arrow-icon.png);
    position: absolute;
    right: 5px;
    background-color: #000 !important;
    background-repeat: no-repeat;
    top: 5px;
    background-position: center;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    transform: none;
    bottom: 0;
    left: auto;
    display: none;
}
header#top ul.buttons.sf-menu .nectar-header-text-content a:hover{
    padding: 16px 60px 16px 20px;
    background: #0262ac;
}
header#top ul.buttons.sf-menu .nectar-header-text-content a:hover:before{
    transform: translate(189px, 5px);
}
/* ---===> Footer CSS <===--- */
.txtElmnt p{
    font-size: 16px;
    line-height: 25px;
}
.txtElmnt p a:hover{
	color: inherit;
}
div#so_ftrSec .txtElmnt {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
div#so_ftrSec .txtElmnt p,
div#so_ftrSec .txtElmnt h3 {
    margin: 0;
    color: #fff;
}
div#so_ftrSec .txtElmnt h3:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px 0 0 0;
}
div#so_ftrSec ul.ftr_icon{
    padding-left: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}
div#so_ftrSec ul.ftr_icon li{
    display: inline-block;
    margin-bottom: 0;
}
div#so_ftrSec ul.ftr_icon li a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: all .3s ease-in-out;
    border: 2px solid #fff;
}
div#so_ftrSec ul.ftr_icon li a:hover {
    background: #fc9211;
    transform: scale(1.1);
    border-color: #fc9211;
}
div#so_ftrSec .menu {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
div#so_ftrSec .menu li{
    list-style-type: none;
    color: #fff;
    font-size: 16px;
}
div#so_ftrSec .row-bg-overlay.row-bg-layer {
    opacity: .9 !important;
}
div#so_ftrSec .so_ftrRow1 .txtElmnt ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
div#so_ftrSec .so_ftrRow1 .txtElmnt ul li{
    list-style-type: none;
    padding-left: 45px;
    position: relative;
}
div#so_ftrSec .so_ftrRow1 .txtElmnt ul li a{
    font-size: 16px;
    color: #fff;
}
div#so_ftrSec .so_ftrRow1 .txtElmnt ul li a i{
    position: absolute;
    left: 0;
    border: 2px solid #fff;
    padding: 6px;
    top: -2px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 18px;
}
div#so_ftrSec .so_ftrRow1 .txtElmnt ul li a *,
div#so_ftrSec .so_ftrRow1 .txtElmnt ul li a{
    transition: all .3s ease-in-out;
}
div#so_ftrSec .so_ftrRow1 .txtElmnt ul li a:hover{
    color: #fc9211;
}
div#so_ftrSec .so_ftrRow1 .txtElmnt ul li a:hover i{
    background: #fc9211;
    color: #fff;
    border-color: #fc9211;
    transform: rotate(360deg);
}
div#so_ftrSec .so_ftrRow1{
    padding-bottom: 30px;
}
div#so_ftrSec .so_ftrRow2 {
    border-top: 1px solid #1A91ED;
    padding-top: 30px;
}
div#so_ftrSec .so_ftrRow2 ul {
    margin: 0;
    display: flex;
    gap: 30px;
    justify-content:end;
}
div#so_ftrSec .so_ftrRow2 ul li{
    list-style-type: none;
}
div#so_ftrSec .so_ftrRow2 .txtElmnt ul li a{
    font-size: 16px;
    color: #fff;
}
div#so_ftrSec .so_ftrRow2 .txtElmnt ul li a:hover{
    color: #fc9211;
}
div#so_ftrSec .so_ftrRow2 .txtElmnt p a{
	color: #fff;
}
div#so_ftrSec .so_ftrRow2 .txtElmnt p a:hover{
    color: #fc9211;
}

@media(max-width:1200px){
	header#top ul.buttons.sf-menu .nectar-header-text-content a{
		margin-right:20px;
	}
}
@media(max-width:1024px){
	.mnhdng h1 {
    font-size: 60px !important;
    line-height: 65px !important;
}
	.txtElmnt h2 {
    font-size: 45px !important;
    line-height: 50px !important;
}
	div#so_ftrSec .so_ftrRow2 ul{
		gap: 10px;
	}
	div#so_ftrSec .so_ftrRow2 .txtElmnt ul li a{
		font-size: 14px;
	}
	div#so_ftrSec .txtElmnt p {
    font-size: 14px;
}
	div#so_ftrSec .menu li {
    font-size: 14px;
}
	div#so_ftrSec .txtElmnt h3 {
    font-size: 22px;
}
	div#so_ftrSec .so_ftrRow1 .txtElmnt ul li a {
    font-size: 14px;
}
}
@media(max-width:999px){
	.nectar-header-text-content.mobile-only {
    display: none !important;
}
}
@media(max-width:800px){
	.mnhdng h1 {
    font-size: 55px !important;
    line-height: 65px !important;
}
	#bnr-inr .wpb_wrapper {
    gap: 10px !important;
}
	#bnr-inr .p-txt p {
    width: 100% !important;
}
	div#so_ftrSec .txtElmnt p {
        font-size: 14px;
    }
	div#so_ftrSec .so_ftrRow2 {
    padding-top: 10px;
}
	.so_ftrRow2 p{
		text-align:center;
	}
	.so_ftrRow2 .vc_col-sm-7 {
    margin-bottom: 10px !important;
}
	div#so_ftrSec .so_ftrRow2 ul{
		justify-content:center;
	}
	.btnElmnt a.globlBtn {
    padding: 15px 15px 15px 50px !important;
}
	.btnElmnt a.globlBtn:before{
		width: 33px !important;
   		height: 33px !important;
		transform: translate(7px, 7px) !important;
	}
	.btnElmnt a.globlBtn:hover {
    padding: 15px 50px 15px 15px !important;
}
	.btnElmnt a.globlBtn:hover:before {
    transform: translate(100px, 7px) !important;
}
	.txtElmnt h2 {
    font-size: 40px !important;
    line-height: 45px !important;
}
}
@media (max-width: 480px) {
	.txtElmnt {
    gap: 5px !important;
}
	#bnr-inr .sbhdng h3 {
    font-size: 18px !important;
}
	    #bnr-inr .p-txt p {
        font-size: 14px !important;
        line-height: 22px !important;
    }
	    .mnhdng h1 {
        font-size: 40px !important;
        line-height: 45px !important;
    }
	div#so_ftrSec .so_ftrRow1 {
    padding-bottom: 10px;
}
	.secondary-header-text {
    display: none;
}
    .txtElmnt h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
	.txtElmnt p {
    font-size: 14px;
    line-height: 22px;
}
	div#so_ftrSec ul.ftr_icon li a {
    width: 34px;
    height: 34px;
	}
	div#so_ftrSec .txtElmnt p {
        font-size: 13px;
    }
	div#so_ftrSec .txtElmnt h3:after{
		margin: 5px 0 5px 0;
	}
}
@media (max-width: 390px){
	    .mnhdng h1 {
        font-size: 35px !important;
        line-height: 40px !important;
    }
	.txtElmnt h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
	.txtElmnt p {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width: 360px) {
    div#so_ftrSec .so_ftrRow2 .txtElmnt ul li a {
        font-size: 12px;
    }
}
@media (max-width: 330px) {
    div#so_ftrSec .so_ftrRow2 ul {
        gap: 5px;
    }
}