@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@200;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

header.site-header{
    background:url('images/header-bg.jpg') no-repeat top center;
    position: fixed !important;
    width: 100%;
    z-index: 99;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.ammusic img {
    filter: unset !important;

}

.yticon  img {
    filter: unset  !important;

}


.top-bar{
	/*display:none !important;*/
	min-height:51px;
	background:#169BC6;
	display:flex;
	align-items:center;
}
.top-bar p{
	margin-bottom:0;
	color: #FFFFFF;
	font-family: "Open Sans", Sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.site-header.scrolling{top:0;}
.site-header .wrap {
    padding: 0 1%;
}


.title-area a.logo img {
    display: none;
}

.title-area a.logo{
    min-height:71px;
    max-width:215px;
    width:100%;
    background:url('images/tomwoods-logo2022.svg');
}
.home header{background:transparent;}
.home header.scrolling{
    background:url('images/header-bg.jpg') no-repeat top center !important; 
	top:0;
}

footer.site-footer{
    display:none;
}


#footer-copyright{
    background:#000C1F;
    display:flex;
    flex-direction:column;
    justify-content: center;
}

#footer-copyright .wrap{
    max-width:1150px;
    width:100%;
}

header.site-header .wrap{
    max-width:1175px;
    width:100%;
}

.ftbtm-sect2 ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    padding: 0px;
    margin: 0;
}

.ftbtm-sect2 ul li {
    list-style: none;
}

.footer-btm-sect {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.ftbtm-sect1 p {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    color: #fff;
    font-weight: 700;
}

.footer-btm-sect > div {
    flex-basis: 33.3%;
}

.ftbtm-sect3 {
    text-align: right;
}

#footer-copyright .wrap {
    max-width: 1150px;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 28px 0;
}

.ftbtm-sect3 a {
    color: #FFFFFF;
    opacity: .3;
}

#footer-menus-section {
    background: #000C1F;
    padding: 90px 0;
}

#footer-menus-section .menu {
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    gap: 19px; 
}


#footer-menus-section .wrap {
    display: flex;
    align-items: center;
    max-width: 1150px;
    justify-content: space-between;
}

#footer-menus-section .wrap:before,#footer-menus-section .wrap:after{
    content:none;
}

#footer-menus-section .widget_media_image {
    max-width: 191px;
    width: 100%;
}

#footer-menus-section .widget_nav_menu {
    max-width: 794px;
    width: 100%;
    margin: 0px;
}

#footer-menus-section .menu li {
    list-style: none;
}

#footer-menus-section .menu li a {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 17px;
}

#ebook-section{
  background:url('images/ebook-bg.jpg') repeat-x bottom center;
  padding-top: 6em;
}

.ebook-ctm-sect{
    background:url('images/ebookinner-bg.jpg') no-repeat top center;
    max-width:100%;
    min-height:414px;
}

#ebook-section .wrap {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
}

.ebook-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 880px;
    margin: 0 auto;
    width: 100%;
    padding: 0px;
    justify-content: space-between;
}

.ebook-ctm-left {
    max-width: 375px;
    width: 100%;
}

.ebook-ctm-right {
    max-width: 450px;
    padding-top: 50px;
    width: 100%;
}

.ebook-ctm-left img {
    margin-top: -95px;
    -webkit-box-shadow: 17px 16px 27px 4px #08080863;
    box-shadow: 17px 16px 27px 4px #08080863;
}

.ebook-ctm-right h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: oswald;
    text-transform: uppercase;
    line-height: 1.2;
}

.ebook-ctm-right h3 {
    font-weight: 200 !important;
    color: #fff;
    font-family: 'Oswald';
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 13px;
    margin-top: 1px;
}
.gform_confirmation_message {
    text-align: center;
    color: #fff;
    padding-top: 2em;
}

#gform_wrapper_1 {
    max-width: 358px;
    width: 100%;
    float: left;
    margin: 0 0 0 20px;
}

.ebook-ctm-sect #gform_wrapper_1 {
    max-width: 358px;
    width: 100%;
    float: none;
    margin: 0 auto !important;
}

.gform_wrapper input[type="email"] {
    border-radius: 0px;
    border: 0;
    padding: 22px 0 22px 27px !important;
    font-size: 16px !important;
}

.gform_wrapper input[type="submit"] {
    background: #E9323E;
    border-radius: 0px;
    width: 100%;
    padding: 21px 0 !important;
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: 400;
    letter-spacing: 2px;
}

.gform_footer.top_label {
    padding-top: 2px !important;
}

.home header.site-header{
    z-index: 99;
}

.elementor-template-full-width .site-inner .wrap{
    max-width:100%;
    width:100%;
}

.elementor-template-full-width .site-inner{
    padding: 0 !important;
}

.tom-woods-section1 .elementor-container.elementor-column-gap-default {
    width: 100% !important;
}

.genesis-nav-menu a {
    color: #fff !important;
    font: 400 18px/1 "open sans", sans-serif  !important;
    padding: 4px 15px;
}

.site-header .widget-area {
    float: right;
    width: 768px;
    padding-top: 28px;
}

.genesis-nav-menu li:last-child a {
    position: relative;
    top: 7px;
}

.default-tier-box h3 {
    color: #E9323E;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
}

.tier-img-wrap {
    min-height: 68px;
    padding-bottom: 0px;
}

.default-tier-hover {
    position: absolute;
    width: 266px;
    height: 267px;
    top: -68px;
    background: #E9323E;
    left: -49px;
    padding: 60px 40px;
    display: none;
    z-index: 99;
    padding-right: 0px;
    box-shadow: -1px 1px 86px 11px rgba(233,50,62,0.53);
    -webkit-box-shadow: -1px 1px 86px 11px rgba(233,50,62,0.53);
    -moz-box-shadow: -1px 1px 86px 11px rgba(233,50,62,0.53);
}

.default-tier-hover h3 {
    color: #fff;
    font-family: 'Oswald';
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
}

.hover-last-tier {
    left:-26px;
}

.home-tier-inner .elementor-inner-column:hover .default-tier-hover {
    display: block;
}

.home-tiers-wrap .elementor-widget-container {
    position: relative;
}

.home-tiers-wrap .elementor-widget-container:after {
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    width: 1px;
    height: 152px;
    background: #CDCDCD;
}

/*.home-tier-inner .elementor-inner-column:nth-child(3) .elementor-widget-container:after {
    right:0px;
}*/

.home-tier-inner .elementor-inner-column:last-child .elementor-widget-container:after {
    content:none;
}

.home-tier-inner .elementor-inner-column {
    margin-left: 22px;
}

.home-tier-inner .elementor-inner-column:first-child{
    margin-left:0px;
}

.home-tier-inner .elementor-inner-column:first-child .default-tier-box {
    position: relative;
    left: -13px;
}

.podcast-guest-inner {
    max-width: 1590px;
    margin: 0 auto;
}

.podcast-guest-inner .elementor-widget-html {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 230px;
    padding-left: 10px;
    padding-right: 10px;
}

.podcast-guest-inner h4 {
    font-size: 18px;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.podcast-guest-inner p {
    font-size: 15px !important;
    font-family: 'Open Sans';
}

.podcast-episodes .content-left article {
    box-shadow: 0 30px 50px -12px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 30px 50px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 30px 50px -12px rgb(0 0 0 / 25%);
}

.podcast-episodes .content-right article {
    box-shadow: 0px 0px 9px 6px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0px 0px 9px 6px rgb(0 0 0 / 6%);
    -moz-box-shadow:0px 0px 9px 6px rgb(0 0 0 / 6%);
}

.podcast-episodes .content-right article:before,
.podcast-episodes .content-right article:after{
    content:none;
}

.after-header{
    display:none !important;
}


/*search new*/

.popup-search{
	width:100%;
	position: fixed;
	background:#08517a!important;
	z-index: 99999;
	padding:80px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	display:none;
	top:0;
}

.popup-search .wrap{
	max-width:1140px;
	width:100%;
	margin:0px auto;
	position: relative;
}

.popup-search .close {
    position: absolute;
    cursor: pointer;
    top: -60px;
    right: 20px;
    width: 36px;
}

.popup-search .search-form{
	position:relative;
}


.popup-search .search-form:before {
    content: '';
    position: absolute;
    background: url('./images/searchicon-btn.svg') top left no-repeat;
    width: 17px;
    height: 18px;
    top: 40px;
    right: 149px;
    z-index: 1;
}

.popup-search input[type="search"] {
    height: 100px;
    border-radius: 0;
    padding: 0 60px;
    font-size: 18px;
    font-family: 'Open Sans';
}

.popup-search  input[type="submit"] {
    background-color: #E9323E;
    font-size: 18px;
    max-width: 197px;
    width: 100%;
    position: absolute;
    right: 30px;
    border-radius: 0;
    top: 17px;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 400 !important;
    letter-spacing: 0;
    padding: 23px 4px !important;
    padding-left: 1.8em !important;
}

@media only screen and (max-width: 800px) {

    .popup-search  input[type="submit"] {
        background-color: #E9323E;
        font-size: 12px;
        max-width: 127px;
        width: 100%;
        position: absolute;
        right: 30px;
        border-radius: 0;
        top: 17px;
        text-transform: uppercase;
        font-family: 'Oswald';
        font-weight: 400 !important;
        letter-spacing: 0;
        padding: 23px 4px !important;
        padding-left: 1.8em !important;
    }

    .popup-search .search-form::before{
        content: '';
        position: absolute;
        background: url(./images/searchicon-btn.svg) top left no-repeat;
        width: 17px;
        height: 18px;
        top: 38px;
        right: 108px;
        z-index: 1;
    }
    

}

@media only screen and (max-width: 400px) {

    .popup-search input[type="search"]{
        padding: 0;
        font-size: 14px;
    }
    
}



/*end search new*/


/* Mobile Menu */

.mobile-menu-wrap ul#menu-footer-menus {
    margin: 0;
}

.toggle-wrap {
    clear: none;
    display: none;
    margin: 5px 0 20px;
    width: 50px;
    float: right;
}

#toggle-nav {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: none;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
    outline: medium none;
    overflow: hidden;
    padding: 3px 0 0;
    text-align: right;
    text-indent: -99999px;
    width:38px;
    position: absolute;
    top: 68px;
    z-index: 99;
}

#toggle-nav span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 0 auto 6px auto;
    width: auto;
}


#mobile-menu-section,
.mobile-menu-wrap{
	display:none;
}

.mobile-menu-section {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.mobile-menu-section .search-form{
    margin: 0;
    width: 100%;
}

.entry-author-link{
	color:#787D7E;
}

.mobile-ver{
	display:none;
}

.acetrnt-toggle.active .line-1 {
    transform: rotate(45deg);
    top: 10px;
    position: relative;
}

.acetrnt-toggle.active .line-3 {
    transform: rotate(-45deg);
    position: relative;
    top: -10px;
}

.acetrnt-toggle.active .line-2 {
    background-color: transparent!important;
}

.mobile-menu-wrap .widget-social-search .widget {
    float: none;
}

/*end mobile menu*/

.inner-subscribe .elementor-widget-wrap.elementor-element-populated:hover{
    border-color:#E9323E !important;
    cursor: pointer;
}

.inner-subscribe .elementor-widget-wrap.elementor-element-populated:hover img {
    filter: none;
}

/*start responsiveness */





@media only screen and (max-width: 1200px) {

    .tom-woods-section6 .content-inner3 .elementor-widget-wrap.elementor-element-populated .elementor-widget-image {
        left: 172px;
    }



    .tom-woods-section1 .content-inner .content-left {
        width: 70%;
    }


}

@media only screen and (max-width: 1023px) {
	.top-bar{padding:5px 10px; text-align:center;}
    .banner-counter .elementor-widget-container {
        margin: 0px !important;
    }

    
    .title-area {
        width: 220px !important;
    }

    #footer-copyright .wrap{
        padding: 28px 2%;
    }

    #footer-menus-section .menu {

        justify-content: center;
    }

    .ftbtm-sect2 ul{
        justify-content: center;
    }

    #footer-menus-section .widget_nav_menu {
        max-width: 100%;
        width: 100%;
        padding: 0 3%;
    }

    #footer-menus-section .widget_media_image {
        margin-bottom: 1em;
    }

    #footer-menus-section .wrap{
        flex-direction: column;
    }

    .ebook-wrap{
        max-width: 832px;
    }

    .ebook-ctm-left {
        max-width: 40%;
    }

    .ebook-ctm-right {
        max-width: 60%;
    }

    .tom-woods-section9 .content-left {
        width: 60% !important;
    }

    .inner-subscribe .elementor-container.elementor-column-gap-default {
        justify-content: center;
    }

    .inner-subscribe .elementor-column {
        width: 33%;
        margin-bottom: 7px;
    }

    .tom-woods-section9 .content-inner2  .elementor-container.elementor-column-gap-default {
        min-height: auto;
    }

    .tom-woods-section9 .content-inner2 .elementor-widget-wrap.elementor-element-populated {
        padding: 3em 3em !important;
        text-align: center;
    }

    .tom-woods-section9 .content-inner2  br {
        display: none;
    }

    .tom-woods-section9 .content-inner2 .elementor-widget-wrap.elementor-element-populated .elementor-widget-image {
        left: 130px;
        position: relative;
        top: 0px;
        left: 0px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .tom-woods-section6 .content-inner3 .elementor-widget-wrap.elementor-element-populated .elementor-widget-image {
        left: 130px;
    }

    .tom-woods-section5 {
        padding-top: 4em !important;
    }

    .tom-woods-section6 {
        background-size: cover;
        padding-bottom: 7em !important;
    }

    .tom-woods-section5 .content-right .elementor-post__text {
        padding: 10px !Important;
    }

    .tom-woods-section5 .elementor-posts .elementor-post{
        flex-direction: column;
    }

    .tom-woods-section5 .content-left .elementor-grid {
        grid-template-columns: initial;
    }

    .tom-woods-section5 .content-left  .elementor-post__text {
        padding: 0;
    }

    .tom-woods-section4 {
        padding-bottom: 6em !important;
        background-size: cover;
    }

    .podcast-guest-inner .elementor-container.elementor-column-gap-default {
        gap: 10px;
        justify-content: center;
    }

    .podcast-guest-inner {
        background: transparent !important;
        border: 0px !important;
    }

    .podcast-guest-inner .elementor-column {
        width: 33.33% !important;
        background: #fff;
        min-height: 434px;
        border: 2px solid #fff;
    }

    .podcast-guest-inner .elementor-column .elementor-widget-wrap.elementor-element-populated {
        background-size: cover;
        margin:  0px !important;
        padding: 0px;
    }

    .home-tier-inner .elementor-inner-column:first-child .default-tier-box {
        position: relative;
        left: 0;
    }

    .default-tier-hover h3{
        font-size: 14px;
    }

    .home-tier-inner .elementor-inner-column:hover .default-tier-hover {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .default-tier-box h3{
        font-size: 15px;
    }

    .default-tier-hover {
        position: absolute;
        width: 220px;
        height: 200px;
        top: -35px;
        background: #E9323E;
        left: -25px;
        padding: 21px 32px;
        display: none;
        z-index: 99;
    }

    .home-tiers-wrap .elementor-widget-container:after{
        content:none;
    }

    .home-tier-inner .elementor-inner-column{
        margin-left:0px !important;
    }

    .tier-img-wrap img {
        margin: 0 auto;
    }

    .tom-woods-section2 > .elementor-container.elementor-column-gap-default {
        margin: 0 2%;
    }

    .home-tier-inner {
        padding: 0px !important;
    }

    .home-tier-inner .elementor-inner-column {
        width: 40%;
        text-align: center;
    }

    .tom-woods-section1{
        padding-bottom:90px !important;
    }

    .tom-woods-section1 .elementor-container.elementor-column-gap-default {
        min-height: auto !important;
    }

    .tom-woods-section2 {
        margin-top: -60px !important;
    }
    

    .tom-woods-section1  br {
        display: none;
    }
    
    .tom-woods-section1 .content-inner .content-left {
        width: 100% !important;
    }

	/*mobile menu*/
	
	
	.widget-area.header-widget-area{
		display:none;
	}

	.search-header{
		display:none!important;
	}

	.site-header .search-form {
		display:block;
	}

    .logged-in #toggle-nav {
        top: 5em;
    }

    .logged-in .mobile-menu-wrap{
        top: 5.9em;
    }

	#mobile-menu-section,
	#toggle-nav, 
	.toggle-wrap{ 
        display: block;
        position: fixed;
        z-index: 999;
        right: 0;
        top: 90px;
	}
	
	#mobile-menu-section.scroll, .scroll #toggle-nav, 
	.scroll .toggle-wrap{
		top:40px;
	}

    .mobile-menu-wrap {
        float: none;
        clear: both;
        background: #000d20;
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 0 !important;
        position: absolute;
        width: 100%;
        top: 3.9em;
    }

	.mobile-menu-wrap li a{
    	color: #fff!important;
    	display: block;
    	font-size: 15px;
    	font-weight: 700;
    	padding: 2px 20px;
		text-transform:uppercase;
	}

	.mobile-menu-wrap li{
    	color: #fff;
    	display: block;
	}

	.mobile-menu-wrap .menu-item{
    	background: #000d20;
    	border-bottom:1px solid #fff;
    	display: block;
    	float: none;
		text-align: left;
		margin-bottom: 6px !important;
		padding-bottom: 6px !important;		
	}
	
	.mobile-menu-wrap .wrap{ 
		width: 100% !important; 
	}	

	.mobile-menu-wrap .menu-item:last-of-type{ 
		border-bottom:none; 
		margin-bottom: 0px !important;
	}


}

@media only screen and (max-width: 865px) {
    
    .tom-woods-section6 .content-inner3 .elementor-widget-wrap.elementor-element-populated .elementor-widget-image {
        left: 105px;
    }

}


@media only screen and (max-width: 767px) {
    .popup-search  input[type="submit"] {
        background-color: #E9323E;
        font-size: 12px;
        max-width: 127px;
        width: 100%;
        position: absolute;
        right: 30px;
        border-radius: 0;
        top: 17px;
        text-transform: uppercase;
        font-family: 'Oswald';
        font-weight: 400 !important;
        letter-spacing: 0;
        padding: 23px 4px !important;
        padding-left: 1.8em !important;
    }

    .popup-search .search-form::before{
        content: '';
        position: absolute;
        background: url(./images/searchicon-btn.svg) top left no-repeat;
        width: 17px;
        height: 18px;
        top: 38px;
        right: 108px;
        z-index: 1;
    }

    .logged-in .mobile-menu-wrap{
        top: 6.9em;
    } 

    #footer-menus-section .menu {
        display: block;
        text-align: center;
    }

    #footer-menus-section .menu li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    } 

    .ebook-ctm-left img {
        -webkit-box-shadow: 17px 16px 27px 4px #08080863;
        box-shadow: 17px 16px 27px 4px #08080863;
        margin: 0 auto;
        margin-top: -6em;
    }

    .ebook-ctm-left {
        max-width: 100%;
        text-align: center;
    }

    .ebook-ctm-right {
        padding-top: 30px;
        max-width: 100%;
    }

    .ebook-wrap {
        max-width: 100%;
        flex-direction: column;
        background: #08517a;
        padding-bottom: 4em !Important;
    }

    .tom-woods-section9 .content-inner2 {
        margin-top: 2em !important;
    }

    .tom-woods-section9 {
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 32%, rgba(233,233,233,1) 70%, rgba(255,255,255,1) 100%) !important;
    }

    .tom-woods-section9 .content-left {
        width: 100% !important;
    }

    .tom-woods-section6 {
        padding-bottom: 4em !important;
    }

    .tom-woods-section3 .content-inner4 .elementor-container.elementor-column-gap-default {
        min-height: auto !important;
    }

    .tom-woods-section6 .content-inner3 .elementor-widget-wrap.elementor-element-populated .elementor-widget-image {
        position: relative;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0;
        margin: 0 auto;
    }

    .tom-woods-section6 .content-inner3 .elementor-widget-wrap.elementor-element-populated {
        padding: 3em 4em !important;
        text-align: center;
    }

    .tom-woods-section6 .content-inner2 .elementor-column {
        width: 14%;
        text-align: center;
    }

    .tom-woods-section6 .content-inner2 {
        margin-top: 2em !important;
    }

    .tom-woods-section6{
        background: #053f62;
        background: linear-gradient(0deg,#053f62 0%, #01152d 80%)  !important;
        background: -webkit-linear-gradient(0deg,#053f62 0%, #01152d 80%)  !important;
        background: -moz-linear-gradient(0deg,#053f62 0%, #01152d 80%) !important;
    }

    .tom-woods-section6 {
        padding-top: 3em !Important;
        background-size: cover;
        padding-bottom: 7em !important;
    }

    .tom-woods-section5 h3 {
        font-size: 30px !important;
    }

    .tom-woods-section5 {
        padding-top: 2em !important;
        padding-bottom: 3em !important;
    }

    .tom-woods-section5 .content-right .elementor-post__thumbnail__link {
        width: 185px !important;
    }

    .tom-woods-section5  .content-right .elementor-post {
        flex-direction: row;
    }

    .tom-woods-section4 {
        padding-bottom: 4em !important;
    }

    .tom-woods-section3 .content-inner4 .elementor-widget-wrap.elementor-element-populated {
        background-size: cover;     
        padding-bottom: 2em;
    }

    .tom-woods-section3 .content-inner3 .elementor-container.elementor-column-gap-default {
        gap: 12px;
    }

    .tom-woods-section3 
    .content-inner2 .elementor-widget-container {
        margin-top: 2em !important;
    }

    .tom-woods-section3 {
        padding-top: 2em !Important;
        background: #fff !important;
    }

    .tom-woods-section3 {
        padding-top: 2em !Important;
    }


    .home-tier-inner .elementor-inner-column .default-tier-box br {
        display: none;
    }

    .home-tier-inner .elementor-inner-column .default-tier-box {
        background: #fff;
        box-shadow: 0px 0px 35px -6px rgb(0 0 0 / 32%);
        display: flex;
        flex-direction: column;
        min-height: 200px;
        align-items: center;
        justify-content: center;
        padding: 13px;
    }

    .default-tier-hover {
        position: absolute;
        width: 100%;
        height: 200px;
        top: 0;
        background: #E9323E;
        left: 0;
        padding: 21px 32px;
        display: none;
        z-index: 99;
    }

    .home-tier-inner .elementor-inner-column {
        width: 47%;
        text-align: center;
    }

    .home-tier-inner .elementor-container.elementor-column-gap-default {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .tom-woods-section2 .elementor-widget-wrap.elementor-element-populated {
        background: none !important;
        box-shadow: none !important;
    }

    .tom-woods-section1 .elementor-container.elementor-column-gap-default {
        min-height: auto !important;
    }

    .tom-woods-section1 .content-inner {
        padding-top: 2em !Important;
    }

    .tom-woods-section1 h2 span {
        font-size: 50px !important;
    }


    .tom-woods-section1{
        background: #011125 !important;
        background: linear-gradient(359deg,#011125 0%, #03527b 80%)  !important;
        background: -webkit-linear-gradient(359deg,#011125 0%, #03527b 80%)  !important;
        background: -moz-linear-gradient(359deg,#011125 0%, #03527b 80%)  !important;
    }

}

@media only screen and (max-width: 514px) {
    #gform_wrapper_1 {
        margin: 0 0 0 10px;
    }

}

@media only screen and (max-width: 514px) {
    .popup-search input[type="search"]{
        padding: 0;
        font-size: 14px;
    }

    #footer-menus-section {
        background: #000C1F;
        padding: 2em 0 2em 0;
    }

    .footer-btm-sect {
        flex-direction: column;
        gap: 7px;
    }

    .ebook-ctm-left img {
        max-width: 50%;
    }

    .tom-woods-section9 .content-left br{
        display:none;
    }

    .tom-woods-section9 .content-left h2 {
        font-size: 30px !important;
    }

    .tom-woods-section9 .content-inner2 .elementor-widget-wrap.elementor-element-populated {
        padding: 3em 1em !important;
    }

    .ebook-ctm-right h2{
        font-size:30px;
    }

    .ebook-ctm-right h3{
        font-size:20px;
    }

    .tom-woods-section9 {
        margin-top: -160px !Important;
    }

    .tom-woods-section6 .content-inner3 .elementor-widget-wrap.elementor-element-populated {
        padding: 3em 1em !important;
    }

    .tom-woods-section6 .content-inner2  .elementor-container.elementor-column-gap-default {
        justify-content: center;
    }

    .tom-woods-section6 .content-inner2 .elementor-column {
        width: 33.3%;
        text-align: center;
    }

    .inner-subscribe .elementor-column {
        width: 47%;
    }

    .tom-woods-section5 .content-right .elementor-post__thumbnail__link {
        display: none;
    }

    .tom-woods-section4 h3 {
        font-size: 30px !important;
    }

    .podcast-guest-inner .elementor-widget-html {
        bottom: 0;
        max-width: 100%;
    }

    .podcast-guest-inner .elementor-column {
        width: 48% !important;
        min-height: 350px;
    }

    .tom-woods-section3 .content-inner4 .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {
        padding: 20px;
    }

    .tier-img-wrap {
        min-height: auto;
    }

    .tom-woods-section1 .content-inner .elementor-widget-shortcode .elementor-widget-container {
        margin-bottom: 0px;
    }

    .tom-woods-section1 {
        padding-bottom: 50px !important;
    }

    .tom-woods-section1 h2 span {
        line-height: 1.1;
    }

    .gform_wrapper input[type="submit"] {
        padding: 7px 0 !important;
        font-size: 16px;
    }

    .gform_wrapper input[type="email"] {
        padding: 7px 0 7px 19px !important;
        font-size: 16px !important;
    }

    .tom-woods-section1 h3 {
        font-size: 23px !Important;
    }

    .tom-woods-section1 h2 span {
        font-size: 38px !important;
    }

    #gform_wrapper_1 {
        margin-left: 0;
        float:none;
    }

    .tom-woods-section1 .content-inner .elementor-shortcode img {
        display: none;
    }

}
.page-numbers{
	display: flex;
	align-items: center;
	justify-content: space-around;
	align-content: center;
	margin-top: 20px;
}