/*! FONTS */



@font-face {
    font-family: 'recoletablack';
    src: url('recoleta-black-webfont.woff2') format('woff2'),
         url('recoleta-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'recoletabold';
    src: url('recoleta-bold-webfont.woff2') format('woff2'),
         url('recoleta-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'recoletalight';
    src: url('recoleta-light-webfont.woff2') format('woff2'),
         url('recoleta-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'recoletamedium';
    src: url('recoleta-medium-webfont.woff2') format('woff2'),
         url('recoleta-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'recoletaregular';
    src: url('recoleta-regular-webfont.woff2') format('woff2'),
         url('recoleta-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'recoletasemibold';
    src: url('recoleta-semibold-webfont.woff2') format('woff2'),
         url('recoleta-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'recoletathin';
    src: url('recoleta-thin-webfont.woff2') format('woff2'),
         url('recoleta-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




/* ----------- Global ----------- */
html, body {
    height: 100%;
    margin: 0;
}
body {
    background-image: url("https://www.cameratips.com/images/theme/background.jpg");
}
figure {
    margin: 0;
}


/* ----------- Wrapper ----------- */
@media only screen and (min-width : 1025px) {
    .wrapper {
        margin: 0 30px;
        padding-bottom: 20px;
    }
}



/* ----------- Container ----------- */
.container {
    width: 100%;
    max-width: 1200px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    position: relative;
}
/* (desktop) */
@media only screen and (min-width : 1025px) {
    .container {
        margin: 40px auto;
    }
    .container {
        border-radius: 18px;
        overflow: hidden;
    }
}



/* ----------- Primary Menu Button ----------- */
.menu {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
    width: 34px;
    height: 34px;
    background-image: url("https://www.cameratips.com/images/theme/menu-open.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: #000000;
    border-radius: 34px;
}
.close {
    background-image: url("https://www.cameratips.com/images/theme/menu-close.png") !important;
}




/* ----------- Primary Nav ----------- */
.nav.primary {
    position:relative;
    z-index: 50;
    display: none;
    width: 100%;
    background-color: #000000;
    padding: 10px 0;
}
.nav.primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav.primary > ul > li {
    font-size: 100%;
    font-family: "Gotham 5r", "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}
.nav.primary ul li a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}
.nav.primary > ul > li:hover > a {
    color: #ffffff;
}
.nav.primary ul ul {
    text-align: left;
    display: none;
    z-index: 2;
    background-color: #222222;
}
.nav.primary ul ul li {
    display: block;
    font-family: "Gotham 5r", "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    font-size: 80%;
    text-transform: none;
}
.nav.primary ul ul li [title~="feature"] {
    color: #cccccc;
    text-transform: uppercase;
    background-color: #111111;
}

.nav.primary ul ul li a {
    display: block;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 30px;
}




/* (mobile) */
@media only screen and (max-width : 767px) {
    .nav.primary ul ul li a {
        padding: 0 20px;
    }
}



.nav.primary ul ul li a:hover {
    background-color: #000000;
}

.nav.primary ul {
    text-align: left;
}
.nav.primary > ul > li {
    line-height: 50px;
}
    

/* (tablet & desktop) */
@media only screen and (min-width : 768px) {
    .nav.primary > ul > li > a {
        padding-left: 30px;
    }
}
/* (mobile) */
@media only screen and (max-width : 767px) {
    .nav.primary > ul > li > a {
        padding-left: 20px;
    }
}

/* ----------- Secondary Nav ----------- */
.nav.secondary {
    background-color: #000000;
    text-align: center;
}
.nav.secondary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav.secondary ul li {
    display: inline-block;
}
.nav.secondary ul li a {
    color: #ffffff;
    text-decoration: none;
}
.nav.secondary a:hover {
    border-bottom: 3px solid #444444;
}
/* (tablet & desktop) */
@media only screen and (min-width : 768px) {
    .nav.secondary {
        font-family: "Gotham 5r", "Gotham A", "Gotham B";
        font-style: normal;
        font-weight: 500;
        font-size: 110%;
    }
    .nav.secondary ul li {
        line-height: 60px;
        margin: 0 15px;
    }
}
/* (mobile landscape) */
@media only screen and (max-width : 767px) {
    .nav.secondary {
        font-family: "Gotham 5r", "Gotham A", "Gotham B";
        font-style: normal;
        font-weight: 500;
        font-size: 3.5vw;
        padding: 7px 0;
    }
    .nav.secondary ul li {
        padding: 6px 0;
        margin: 0 7px;
    }
    .nav.secondary ul li a {
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        line-height: 1.4em;
    }
    .nav.secondary a:hover {
        border-bottom: none;
        color: #35ffd7;
    }
}



/* ----------- .header ----------- */
.header {
    width: 100%;
    background-image: url(https://www.cameratips.com/images/theme/hero-ember.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.header.top {
    background-position: center top;
}
.header.center {
    background-position: center center;
}
.header .figure {
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
}
.header .author {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url("https://www.cameratips.com/images/theme/dusty-moose-winans.jpg?=v11");
    background-position: center center;
    background-repeat: no-repeat;
}
.header .social {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.header .social .facebook {
    display: block;
    height: 25px;
    width: 25px;
    background-image: url("https://www.cameratips.com/images/theme/facebook-desktop.png?=v1");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 60px;
}
.header .social .youtube {
    display: block;
    height: 25px;
    width: 60px;
    background-image: url("https://www.cameratips.com/images/theme/youtube-desktop.png?=v1");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 100px;
}
.header .social .instagram {
    display: block;
    height: 25px;
    width: 25px;
    background-image: url("https://www.cameratips.com/images/theme/instagram-desktop.png?=v1");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
}
/* (tablet & desktop) */
@media only screen and (min-width : 768px) {
    .header {
        height: 500px;
    }
    .header .figure {
        bottom: -70px;
    }
    .header .author {
        width: 130px;
        height: 130px;
        background-size: 130px;
        border-radius: 75px;
        border: 5px solid #ffffff;
    }
}
/* (mobile) */
@media only screen and (max-width : 767px) {
    .header {
        height: 200px;
    }
    .header .figure {
        bottom: -45px;
    }
    .header .author {
        width: 80px;
        height: 80px;
        background-size: 80px;
        border-radius: 80px;
        border: 4px solid #ffffff;
    }
    .header .social .facebook {
        background-image: url("https://www.cameratips.com/images/theme/facebook-mobile.png");
        background-size: 20px;
        top: 10px;
        right: 40px;
    }
    .header .social .youtube {
        width: 29px;
        background-size: 29px 20px;
        background-image: url("https://www.cameratips.com/images/theme/youtube-mobile.png");
        top: 10px;
        right: 73px;
    }
    .header .social .instagram {
        background-image: url("https://www.cameratips.com/images/theme/instagram-mobile.png");
        background-size: 20px;
        top: 10px;
        right: 10px;
    }
}



/* ----------- Main ----------- */
.main {
    background-color: #ffffff;
}



/* ----------- Category Title ----------- */
.category-title {
    margin: 90px 0 30px 0;
    text-align: center;
}
.category-title a {
    text-decoration: none;
}
.category-title .primary {
    display: block;
    font-family: 'Gotham Rounded 7r', 'Gotham Rounded A', 'Gotham Rounded B';
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 150%;
    line-height: 110%;
    letter-spacing: -0.04em;
}
.category-title .secondary {
    display: block;
    font-family: 'Gotham 8r', 'Gotham A', 'Gotham B';
    font-weight: 800;
    color: #000000;
    font-size: 80%;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-top:  5px;
}
.category-title .author {
    display: block;
    font-family: 'Gotham 5r', 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-style: normal;
    color: #999999;
    font-size: 60%;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 150%;
    text-transform: uppercase;
    margin-top: 8px;
}
.category-title .author a {
    color: #999999;
}
/* (mobile) */
@media only screen and (max-width : 767px) {
    .category-title {
        margin: 60px 0 20px 0;
        text-align: center;
    }
    .category-title .primary {
        font-size: 120%;
    }
    .category-title .secondary {
        font-size: 65%;
    }
    .category-title .author {
        font-size: 60%;
        margin-top: 4px;
    }
}



/* ----------- Content ----------- */
.content {
    padding: 40px 0px;
}
@media only screen and (max-width : 767px) {
    .content {
        padding: 30px 0px;
    }
}

.loop h1 {
    color: #111111;
    font-family: 'recoletasemibold', Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0em;
    text-align: center;
    padding: 0 30px;
}

.loop h2 {
    /*--color: #0eaa8b;--*/
    color: #000000;
    font-family: 'recoletamedium', Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.02em;
    font-size: 24px;
    line-height: 1.4em;
    margin: 40px auto 15px auto;
    max-width: 800px;
    padding: 0 10px;
    text-align: center;
}
.loop h3 {
    color: #1a1a1a;
    font-family: 'Gotham Rounded 7r', 'Gotham Rounded A', 'Gotham Rounded B';
    font-style: normal;
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    margin: 40px auto 5px auto;
    padding: 0;
    text-transform: uppercase;
    max-width: 700px;
}
.loop p {
    line-height: 150%;
    margin-top: 0.4em;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
}
.loop p strong, .loop p b {
    font-family: 'Gotham 7r', 'Gotham A', 'Gotham B';
    font-weight: 700;
}
.loop p, .content ul, .loop ol {
    color: #222222;
    font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
}  
.loop ul, .loop ol {
    max-width: 600px;
    line-height: 150%;
    margin: 30px auto;
} 
.loop ul li, .loop ol li {
    margin: 15px 0;
} 
.loop p a, .loop ul a, .loop ol a {
    color: #f3523c;
    font-family: 'Gotham 5r', 'Gotham A', 'Gotham B';
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid #ffc4b7;
}
.loop p a:hover, .loop ul a:hover, .loop ol a:hover {
    color: #000000;
    border-bottom: 2px solid #000000;
}
.loop img {
    display: block;
    margin: 40px auto;
    width: 100%;
    max-width: 800px;
    height: auto;
}
.loop img.alignright {
    display: inline-block;
    margin: 0 0 30px 30px;
    width: auto;
    float: right;
}
.loop img.alignright.small {
    max-width: 150px;
}
.loop img.alignright.medium {
    max-width: 300px;
}
.loop img.alignleft {
    display: inline-block;
    margin: 0 30px 30px 0;
    width: auto;
    float: left;
}
.loop img.aligncenter {
    display: block;
    margin: 30px auto;
}
.loop img.alignnone {
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
}
.loop img.large {
    max-width: 1200px;
}
.loop .tips {
    max-width: 800px;
    margin: 0px auto;
}
.loop .tips div {
    font-size: 110%;
    text-align: center;
    min-width: 200px;
    min-height: 180px;
    margin-top: 10px;
    margin-right: -4px;
    display: inline-block;
}
.loop .tips div img {
    display: block;
    margin: 0px auto 4px auto;
    width: auto;
    max-width: 150px;
}
.loop .tips div a {
    color: #333333;
    font-family: "Gotham XNarrow 7r", "Gotham XNarrow A", "Gotham XNarrow B";
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}
.loop .tips div a:hover {
    color: #000000;
    border-bottom: 2px solid #000000;
}
.loop .table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.loop .tr {
    display: table-row;
}
.loop .td {
    display: table-cell;
    vertical-align: middle;
}
.loop .table img {
    margin: 0;
}
.loop .table.page {
    max-width: 700px;
    margin: 0 auto;
}
.loop .table.page .td {
    vertical-align: top;
}


/* desktop */
@media screen and (min-width: 768px) {
    .loop h1 {
        font-size: 36px;
        margin: 0px auto 30px auto;
        max-width: 800px;
    }
}
/* (mobile) */
@media screen and (max-width : 767px) {
    .loop h1 {
        font-size: 6vw !important;
        letter-spacing: -0.01em;
        margin: 0% auto 6% auto;
        padding: 0px 30px;
    }

    .loop h2 {
        font-size: 4.5vw !important;
        margin: 30px auto 10px auto;
        padding: 0 20px;
    }
    .loop h3 {
        margin-top: 30px;
        font-size: 1.8vh !important;
        padding: 0 20px;
    }
    .loop p, .loop ul, .loop ol {
        font-size: 90%;
    } 
    .loop p {
        padding-right: 20px;
        padding-left: 20px;
        line-height: 140%;
        margin-top: 0.3em;
    }
    .loop ul, .loop ol {
        padding-right: 20px;
        padding-left: 50px;
        line-height: 140%;
    } 
    .loop ul ul, .loop ol ol {
        padding-left: 20px;
    } 
    .loop img {
        margin: 20px auto;
    }
    .loop img.aligncenter {
        width: 100%;
        height: auto;
        margin: 20px auto;
    }
    .loop img.alignright {
        margin: 0 0 10px 10px;
        height: auto;
    }
    .loop img.alignright.small {
        max-width: 100px;
    }
    .loop img.alignright.medium {
        max-width: 160px;
    }
    .loop img.alignleft {
        margin: 10px 10px 10px 0;
        max-width: 200px;
        height: auto;
    }
    .loop .tips div {
        font-size: 90%;
        min-width: 33%;
        min-height: 90px;
    }
    .loop .tips div img {
        max-width: 80px;
    }
}


/* ----------- Videos ----------- */

.video-thumb {
    max-width: 50%;
    width: 100%;
    display: inline-block;
    margin: 0 -4px 20px 0;
    vertical-align: top;
}
.video-thumb p {
    padding-left: 0;
    padding-right: 0;
}
.video-thumb p span {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    text-align: center;
}
.video-thumb img {
    margin: 10px 0;
    filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
}
.video-thumb:hover img {
    filter: brightness(110%);
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-o-filter: brightness(110%);
	-ms-filter: brightness(110%);
}


/* ----------- YouTube ----------- */
.video-container {
	position: relative;
	padding-bottom: 56.15%; /* 16:9 */
	padding-top: 0;
	height: 0;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.subscribe {
    width: 60%;
    height: 50px;
    background-color: #e62117;
    text-align: center;
    line-height: 50px;
    font-family: "Gotham 7r", "Gotham A", "Gotham B";
    font-weight: 700; color: #ffffff; text-decoration: none;
    display: block;
    border-radius: 4px;
    margin: 30px auto;
    font-size: 130%;
}

.subscribe:hover {
    background-color: #cc181e;
}
.subscribe span {
    padding-left: 40px; 
    background-image: url(https://www.cameratips.com/images/theme/subscribe.png?=v1); 
    background-position: left center; 
    background-size: 29px 20px; 
    background-repeat: no-repeat; 
    display: inline-block;
}

/* (mobile) */
@media only screen and (max-width : 767px) {
    .video-container {
        margin: 30px auto;
    }
    .subscribe {
        width: 95%;
        font-size: 90%;
        margin: 20px auto;
    }
    .subscribe span {
        padding-left: 35px; 
    }
}


/* ----------- Video Listings ----------- */
.video-tips-thumbnail, .video-tips-thumbnail img {
    width: 160px;
}
.video-tips-thumbnail img {
    border-radius: 8px;
}
.video-tips-description {
    padding: 0 20px;
    width: 100%;
}



/* (mobile) */
@media only screen and (max-width : 767px) {
    .video-tips {
        margin: 20px 10px;
    }
    .video-tips-thumbnail, .video-tips-thumbnail img {
        width: 175px;
        height: 99px;
    }
    .video-tips-description {
        padding: 0 10px;
    }
}
.video-tips {
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
    padding: 0 10px;
}
.video-tips-thumbnail img {
    margin: 0px auto;
}
.video-tips-description-text {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 110% !important;
    font-size: 90% !important;
}
.video-tips-description-text strong {
    display: block !important;
    margin-bottom: 8px !important;
}
.video-tips-description-text a {
    border-bottom: none !important;
    white-space: normal !important;
    font-family: 'Gotham Rounded 7r', 'Gotham Rounded A', 'Gotham Rounded B' !important;
    font-weight: 700 !important;
    font-size: 110% !important;

}
.video-tips-description-text a:hover {
    border-bottom: none !important;
}
@media only screen and (max-width : 767px) {
    .video-tips-description-text {
        font-size: 80% !important;
    }
    .video-tips-description-text a {
        font-size: 110% !important;

    }
}


/* ----------- Button ----------- */
.button {
    font-family: 'Gotham 7r', 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    font-size: 80%;
    letter-spacing: 2px;
    padding: 7px;
    border-radius: 4px;
    display: block;
    max-width: 260px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
    border: 3px solid #000000;
    color: #000000;
    text-align: center;
    text-decoration: none;
    margin: 0 auto 110px auto;
}
.button:hover {
    background-color: #1abc9c;
    color: #fff;
    border: 3px solid #1abc9c;
}

/* (mobile) */
@media only screen and (max-width : 767px) {
    .button {
        margin: 0 auto 70px auto;
    }
}


/* ----------- Footer ----------- */
.footer {
    border-top: 1px solid #e0e0e0;
    background-color: #eeeeee;
    color: #888888;
    padding: 15px 0;
    font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 70%;
}
.footer a {
    color: #888888;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer span {
    display: inline-block;
    margin: 0 5px;
}




/* ----------- 2022 Customizations ----------- */

.loop img.alignright {
    float: right !important;
    max-width: 300px !important;
    height: auto !important;
}


@media screen and (max-width: 767px) {
  .loop img.alignright {
    max-width: 180px !important;
  }
}


.loop img.aligncenter {
    height: auto;
}

/* ----------- Remove this inline style after changing .img-rounded to .rounded ----------- */
.img-rounded {
    border-radius: 8px;
}
/* ----------- Remove this inline style after changing .img-rounded-shadow to .shadow ----------- */
.img-rounded-shadow {
    border-radius: 8px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.15);
}


img.rounded, .rounded figure img {
    border-radius: 8px;
}

img.shadow, .shadow figure img {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.15);
}

img.medium, .medium figure img {
    max-width: 800px !important;
    height: auto !important;
}

img.large, .large figure img {
    max-width: 1000px !important;
    height: auto !important;
}

.img-center-medium {
    max-width: 800px !important;
}

.img-center-large {
    max-width: 1000px !important;
}

@media screen and (max-width: 1024px) and (min-width: 300px) {
    .rounded figure, .shadow figure {
        padding: 0 10px;
    }
}



.new-callout {
    display: inline; 
    background-color: #cc0000; 
    color: #ffffff; 
    font-size: 11px; 
    padding: 3px 5px; 
    font-weight: bold; 
    font-family: sans-serif; 
    position: absolute; 
    top: 0px; 
    left: 18px;
}



/* ----------- Yoast FAQ Schema ----------- */
.schema-faq-section {
    max-width: 700px;
    margin: 1.4em auto;
    background-color: #f7f8f6;
    border-radius: 4px;
    padding: 20px 30px;
}
@media screen and (max-width: 767px) {
    .schema-faq-section {
        padding: 10px 15px;
    }
}
.schema-faq-section p {
    padding: unset;
    margin: unset;
    max-width: unset;
}
.schema-faq-question {
    font-family: 'Gotham Rounded 7r', 'Gotham Rounded A', 'Gotham Rounded B';
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 110%;
}
@media screen and (max-width:  767px) {
    .schema-faq-section {
        margin: 1em 10px;
    }
    .schema-faq-question {
        font-size: 95%;
    }
}




/* ----------- 2022 Cheat Cards Page CTA Buttons ----------- */



@media screen and (max-width: 1220px) {
    .loop.shop {
        padding: 0 10px;
    }
    .full-width-padding {
        padding: 0 10px;
    }
}


.crafted-intro {
    margin-bottom: 0 !important;
}

.crafted-by {
    color: #777;
    font-family: 'Kalam', cursive;
    font-size: 110%;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width:  767px) {
    .crafted-by {
        font-size: 3.5vw;
    }
}


.cheat-cards-cta-camera-wrapper {
text-align: center;
margin: 20px auto;
}

.cheat-cards-cta-camera {
    padding: 0 20px;
    line-height: 40px;
    background-color: #f3523c;
    font-family: 'Gotham Rounded 7r', 'Gotham Rounded A', 'Gotham Rounded B', sans-serif, Arial;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border-radius: 100px;
    margin: 10px;
}
@media screen and (max-width:  767px) {
    .cheat-cards-cta-camera {
        font-size: 3.5vw;
        line-height: 30px;
    }
    .cheat-cards-cta-camera-wrapper {
        text-align: center;
        margin: 10px auto;
    }
}

.logo {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 25;
    display: block;
    background-image: url(https://www.cameratips.com/images/theme/camera-tips-logo.svg);
    background-repeat: no-repeat;
    background-size: contain; 
    border:2px solid #000;
    border-radius: 100px;
}



/* ----------- 2023 Additions ----------- */
.coupon-code-block {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 10px 0;
    background: -webkit-linear-gradient(top left, #f8cb9a, #3918CC);
    font-family: 'Gotham Rounded 7r', 'Gotham Rounded A', 'Gotham Rounded B', sans-serif, Arial;
    font-weight: 700;
    color: #ffffff;
    font-size: 90%;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 100%;
}

.coupon-code-exp {
    font-family: 'Gotham Rounded 4r', 'Gotham Rounded A', 'Gotham Rounded B', sans-serif, Arial;
    font-weight: 400;
    font-size: 85%;
}


@media screen and (max-width: 767px) {
    .coupon-code-exp {
        display:block;
    }
}
