@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Caveat:wght@400..700&family=Dancing+Script:wght@400..700&family=Sriracha&display=swap');

/* BEGIN add header/nav - January 2026 */
.site-header{
	/*display:none;*/
    background-color: #000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 6000;
}
.site-header .container {
    height: 60px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header .container .logo {
    width: 75px;
    height: auto;
}
.site-header .container .main_menu_bar {
    display: none;
}
.site-header .container #mobileshow {
    color: #fff;
    cursor: pointer;
}
.site-header .container #mobileshow .ms-open {
    display: block;
    width: 32px;
    height: auto;
}
.site-header .container #mobileshow .ms-close {
    display: none;
}
.site-header .container #mobileshow.expanded .ms-open {
    display: none;
}
.site-header .container #mobileshow.expanded .ms-close {
    display: block;
}
#primary {
    padding-top: 60px;
}
.top-banner {
    display: none;
}
#m-menu {
    background-color: #000;
    position: fixed;
    top: -101vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    transition: top 0.3s ease-in-out;
}
#m-menu .mm-inner {
    padding: 11px 17px;
}
#m-menu.expanded {
    top: 0;
}
#m-menu #mm-closer {
    text-align: right;
    margin-bottom: 10px;
}
#m-menu #mm-closer img {
    cursor: pointer;
    width: 36px;
    height: auto;
}
#m-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: Oswald;
    font-size: 24px;
    font-weight: 700;
}
#m-menu ul li {
    padding: 0;
    margin-bottom: 16px;
}
@media screen and (min-width: 980px) {
    .site-header .container {
        height: 100px;
    }
    .site-header .container .logo {
        width: 250px;
    }
    .site-header .container .logo img {
        width: 100%;
        height: auto;
    }
    .site-header .container .main_menu_bar {
        display: block;
        padding-right: 20px;
    }
    .site-header .container #mobileshow {
        display: none;
    }
    #primary {
        padding-top: 100px;
    }
    .site-header .container ul {
        -webkit-display: flex;
        -moz-display: flex;
        display: flex;
        padding: 0;
        margin: 0;
        list-style-type: none;
        font-size: 24px;
        font-weight: 700;
        font-family: Oswald;
    }
    .site-header .container ul li {
        padding: 0;
        margin-right: 22px;
    }
    .site-header .container ul li a:hover {
        color: #fff !important;
        text-decoration: underline;
    }
    #m-menu {
        display: none;
        top: -110vh;
    }
}
/* homepage specific */
.home .site-header {
    background-color: transparent;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 40.5%, rgba(0, 0, 0, 0.00) 100%);
    display: none; /* temporary for review */
}
.home #primary {
    padding-top: 0;
}
a.vc_btn3-color-primary {
    background-color: rgb(121,121,121) !important;
}
a.vc_btn3-color-primary:hover {
    background-color: #000 !important;
}
/* END new header/nav work */

.turning-p p {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
}
.lens-sec{
	padding-top:40px;
	padding-bottom:40px;
}
.post-category{
	display:none;
}
.blog-time{
	display:none;
}
.blog-time-btn{
	display:none;
}

.blog-sec h3.subs-heading , .turning-sec h3.subs-heading , .lens-sec h3.subs-heading , .story-sec h3.subs-heading{
	text-transform:uppercase;
	    font-family: poppins !important;
	font-weight: 500 !important;
    letter-spacing: 9px;
}
.blog-sec h2.big-heading, .turning-sec h2.big-heading , .lens-sec h2.big-heading {
	    padding-bottom: 30px;
	text-transform:uppercase;
	font-weight: 600 !important;
}
.story-sec h2.big-heading{
	     padding-bottom: 5px;
	text-transform:uppercase;
	font-weight: 600 !important;
}

.theme-heading {
    text-transform: uppercase;
}
p.theme-content{
    font-weight: 600;
    line-height: 40px;
}
.post-category {
    position: absolute;
    left: 10px;
    background-color: #7B1E1E;
    color: #fff;
    z-index: 2;
    bottom: 28px;
    font-weight: 600;
    font-size: 14px;
    line-height: 133%;
    text-align: right;
    text-transform: uppercase;
    padding: 11px 13px;
}
.blog-image {
  position: relative;
}
.thememain-heading {
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
}
input#gform_submit_button_1 {
    background-color: #000000 !important;
    border: none !important;
    outline: unset;
    box-shadow: unset;
    transition: all 
ease 500ms !important;
    color: #fff !important;
    font-family: Rubik;
    font-weight: 400 !important;
    line-height: 40px !important;
	padding: 17px;
	font-size: 20px !important;
}
input#gform_submit_button_1:hover {
    opacity: 0.8;
}
label.gfield_label.gform-field-label {
    font-weight: bold;
}

footer#colophon {
    background-color: #181818 !important;
}
.story-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 50px;
}
.aboutme-p{
	    margin-bottom: 25px !important;
}
.aboutme-p p{
	font-size:23px;
	line-height:36px;
	color:#fff;
}
.running-sec{
	padding-bottom:40px;
	padding-top:30px;
}

.running-sec h3.subs-heading {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: poppins !important;
}
form#gform_1 label {
    font-family: Rubik;
    font-weight: 400;
    font-size: 27.28px;
    line-height: 40px;
    color: #000;
}
form#gform_1 input {
    font-weight: 300;
    font-size: 17.11px;
    line-height: 40px;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    color: #8B8B8B;
	    padding-left: 2px;
	    border-bottom: 1.4px solid #6B6B6B;
	background-color: #f8f8f8;
}
body #gform_wrapper_1 p.gform_required_legend {
    display: none !important;
}
form#gform_1 {
    padding-top: 30px;
}
textarea#input_1_3 {
    height: 20px;
    min-block-size: 3rem;
    font-weight: 300;
    font-size: 17.11px;
    line-height: 40px;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    color: #8B8B8B;
    padding-left: 2px;
    border-bottom: 1.4px solid #6B6B6B;
	    background-color: #f8f8f8;
}

span.copy-right-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 36.38px;
    text-transform: uppercase;
    color: #fff;
	font-family: 'Poppins';
}
span.connectext {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 29.38px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 20px;
}

.footer-contact-address ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:0;
}
.footer-contact-address ul li {
	font-size: 22px;
/*     font-weight: 500; */
    text-align: left;
	    font-family: 'Poppins';
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
}
.footer-contact-address li h3 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
}
.footer-contact-address li span {
    font-family: Poppins;
    font-weight: 400;
        font-size: 18px;
    line-height: 31px;
    text-transform: uppercase;
}
.footer-contact-address i {
	font-size: 20px;
    margin-right: 0px;
    padding: 13px;
    border-radius: 30px;
    margin-bottom: 0;
    color: #fff;
}
.fullline{
	border-top: 1px solid #7D7D7D;
}
section.copyright {
    padding: 10px;
}
.footer-contact-address ul li a{
	       font-size: 18px;
	    font-family: 'Poppins';
    font-weight: 400;
}
.container {
    max-width: 1600px;
}
.enterprenur-p p {
    font-weight: 300;
    font-size: 23px;
    line-height: 36px;
    color: #fff;
	padding-top: 10px;
}
.enterprenur-p p strong {
    font-weight: 600;
    font-size: 35px;
    line-height: normal;
}
.greg-p {
    background-color: #000000CC;
    opacity: 80%;
    border-radius: 40px;
    margin-top: 50px;
    padding-top: 20px;
}
.greg-p p {
    font-family: Caveat;
    font-weight: 400;
    font-style: Italic;
    font-size: 34px;
    line-height: 39px;
    color: #fff;
	padding: 23px;
    margin-bottom: 0;
}
.greg-p h2 {
	padding-bottom: 30px;
    color: #fff;
    font-family: Sriracha;
    font-weight: 400;
    font-size: 36.21px;
    line-height: 55.71px;
    padding-left: 40px;
}
.more-btn a {
    font-weight: 400;
    font-size: 23px !important;
    line-height: 36px;
    margin-right: 30px;
    border-radius: 0 !important;
	    background-image: unset !important;
	    padding: 20px 59px !important;
}
.more-btn a:hover {
    background-color: #000 !important;
    border: 1px solid #fff !important;
}
.greg-p p:after {
    width: 100px;
    height: 2px;
    left: 62px;
    border-width: 1px;
    position: absolute;
    content: "";
    display: inline-block;
    border: 1px solid #fff;
    bottom: 128px;
}
.hero-secs{
    background-size: cover;
    background-repeat: no-repeat;	
}
.greg-p {
    margin-top: 0;
}


img.wp-image-43.lazyautosizes.vp-lazyloaded {
	height: 723px !important;
}
img.wp-image-44.lazyautosizes {
    height: 723px !important;
}
.blog-image a {
    pointer-events: none;
}
div#gform_confirmation_message_1 {
    font-size: 26px;
    line-height: 40px;
    padding-top: 20px;
}
.blog-sec .more-btn a {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 36px;
    margin-right: 0;
    border-radius: 0 !important;
    background-image: unset !important;
    padding: 10px 24px !important;
}
p.blog-headings {
    padding-bottom: 10px;
}

.blog-headings p{
    font-weight: 400;
    font-size: 20px;	
}
body .aboutme-p p:first-child {
    padding-bottom: 10px;
}