/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('fonts/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-BoldItalic.woff') format('woff'),
        url('fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Bold.woff') format('woff'),
        url('fonts/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Italic.woff') format('woff'),
        url('fonts/PlayfairDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Bold.woff2') format('woff2'),
        url('fonts/HKGrotesk-Bold.woff') format('woff'),
        url('fonts/HKGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Bold.woff2') format('woff2'),
        url('fonts/HKGrotesk-Bold.woff') format('woff'),
        url('fonts/HKGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-SemiBold.woff2') format('woff2'),
        url('fonts/HKGrotesk-SemiBold.woff') format('woff'),
        url('fonts/HKGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Italic.woff2') format('woff2'),
        url('fonts/HKGrotesk-Italic.woff') format('woff'),
        url('fonts/HKGrotesk-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Regular.woff2') format('woff2'),
        url('fonts/HKGrotesk-Regular.woff') format('woff'),
        url('fonts/HKGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display';
	font-weight: normal;
    font-style: normal;
    letter-spacing: -1px;
}
body, p {
	font-family: 'HK Grotesk';
	font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #666666;
}   
a {
	color: #D89A28;
}
h1 {
	font-size: 65px;
	line-height: 130%;
}
h2 {
	font-size: 40px;
	line-height: 130%;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 19px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex-center {
	justify-content: center;
}
.flex-valign {
	align-items: center;
}

a.et_pb_button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=button],
.gform_wrapper .gform_page_footer input[type=submit]{
    font-weight: 700;
    background-color: #D89A28;
    border: 3px solid #D89A28;
    border-radius: 0;
    padding: 20px 30px;
    color: #fff;
	min-width: 280px;
    text-align: center;
    transition: .3s all ease;
    cursor: pointer;
}
.et_pb_button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #EE9B04 !important;
	border-color: #EE9B04;
    padding: 20px 30px !important;
}
.et_pb_button:before,
.et_pb_button:after {
	content: none !important;
}
.et_pb_button.btn-dark {
	background-color: #474747;
	border-color: #474747;
}
.et_pb_button.btn-dark:hover {
	background-color: #999999 !important;
	border-color: #999999 !important;
}
.et_pb_button.btn-hollow {
	border: 3px solid #D89A28;
	background-color: rgba(0,0,0,0);
	color: #ffffff;
	width: unset;
}
.et_pb_button.btn-hollow:hover {
	background-color: #D89A28 !important;
	border: 3px solid #D89A28 !important;
	color: #ffffff !important;
}
.page-id-356 .swp_social_panel {
    display: none;
}
/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/
.header-row .et_pb_menu__logo-wrap .et_pb_menu__logo img {
    width: 230px;
}
/*.header-row .et_pb_menu_inner_container {
    display: flex;
    flex-wrap: wrap;
}*/
.header-row.et_pb_row .et_pb_menu__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header-row .et_pb_menu__logo-wrap {
    width: 20%;
}
.header-row ul#menu-main-menu li {
    padding-right: 25px;
}
.header-row ul#menu-main-menu li:last-child {
    padding-right: 0;
}
.header-row ul#menu-main-menu li a {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
}
.header-row ul#menu-main-menu li.menu-btn a {
    border: 2px solid #D89A28;
    padding-left: 30px;
    padding-right: 30px;
}
/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/

/** banner area **/
.banner-content .et_pb_text_inner p {
    max-width: 720px;
    margin: 20px auto 0;
	color: #FFFFFF;
}
.banner-buttons {
	margin-top: 30px;
}
.banner-buttons a {
	margin: 0 10px;
}
/** gold area section **/
#gold-ira {
    background-position: 80% 0;
}
.gold-content {
    padding-left: 50px;
}

.gold-content .et_pb_text_inner p {
    color: #ffffff;
    margin-top: 20px;
}
.gold-content a.learn-more span.et-pb-icon,
.home-blog .et_pb_code_inner .blogpost .blogpost-content a  span.et-pb-icon {
    font-size: 25px;
    margin-left: 10px;
}

.gold-content a.learn-more,
.home-blog .et_pb_code_inner .blogpost .blogpost-content a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
}
.gold-content a.learn-more {
    color: #fff;
    width: 140px;
    position: relative;
 }
 .gold-content a.learn-more:hover {
    width: 140px;
}
.gold-content a.learn-more:after {
    content: '';
    display: block;
    height: 2px;
    width: 0%;
    background-color: #fff;
    transition: 0.7s all ease;
    position: absolute;
    bottom: 0;
}
.gold-content a.learn-more:hover:after {
    content: '';
    display: block;
    width: 100%;
}	

/** blog area section **/
.home-blog {
	margin-top: 80px;
}
.home-blog .et_pb_code_inner .blogpost {
    width: 30%;
    margin-bottom: 70px;
}

.home-blog .et_pb_code_inner {
    display: flex;
	column-gap: 2%;
    flex-wrap: wrap;
	justify-content: space-between;
}
.home-blog .et_pb_code_inner .blogpost a > div:nth-child(1) {
    width: 100%;
    height: 290px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-blog .et_pb_code_inner .blogpost .blogpost-content h2 > a{
    font-size: 30px;
    line-height: 130%;
    font-family: 'HK Grotesk';
    font-weight: 700;
    color: #474747;
}
.home-blog .et_pb_code_inner .blogpost .blogpost-content > a,
a.custom-link {
    color: #D89A28;
    margin-top: 30px;
}
.home-blog .et_pb_code_inner .blogpost:nth-child(3n+3) {
    margin-right: 0;
}
.home-blog .et_pb_code_inner .blogpost .blogpost-content > a,
a.custom-link,
.featured-post .post-content a.more-link,
.all-post .post-content a.more-link {
	position: relative;
}
.home-blog .et_pb_code_inner .blogpost .blogpost-content > a,
.home-blog .et_pb_code_inner .blogpost .blogpost-content > a:hover{
    width: 180px;
}
.featured-post .post-content a.more-link,
.featured-post .post-content a.more-link:hover,
.all-post .post-content a.more-link,
.all-post .post-content a.more-link:hover  {
    width: 108px;
}
a.custom-link, a.custom-link:hover {
    width: 200px;
}
.home-blog .et_pb_code_inner .blogpost .blogpost-content > a:after,
.featured-post .post-content a.more-link:after,
.all-post .post-content a.more-link:after{
	content: '';
    display: block;
    height: 2px;
    width: 0%;
    background-color: #D89A28;
    transition: 0.7s all ease;
    position: absolute;
    bottom: 0;
}
a.custom-link:after  {
    content: '';
    display: block;
    height: 2px;
    width: 0%;
    background-color: #D89A28;
    transition: 0.7s all ease;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}
.home-blog .et_pb_code_inner .blogpost .blogpost-content > a:hover:after,
a.custom-link:hover:after,
.featured-post .post-content a.more-link:hover:after,
.all-post .post-content a.more-link:hover:after {
	content: '';
    display: block;
    width: 100%;
}

#ctas .et_pb_module_header {
	font-family: 'HK Grotesk';
	padding: 0 40px;
}
#ctas-2 .et_pb_module_header {
	font-family: 'HK Grotesk';
}
#ctas-2 .et_pb_image_wrap  {
	max-height: 340px;
	overflow: hidden;
	position: relative;
}
#ctas-2 .et_pb_image_wrap img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#ctas-2 .et_pb_image_wrap:after {
	content: '';
    background: rgba(216,154,40,0.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    transition: .3s;
}
#ctas-2 .et_pb_blurb_content:hover .et_pb_image_wrap:after {
	opacity: 1;
}
#ctas-2 .et_pb_blurb_description {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 340px;
    z-index: 3;
	opacity: 0;
	transition: .3s;
}
#ctas-2 .et_pb_blurb_content:hover .et_pb_blurb_description {
	opacity: 1;
}
#ctas-2 .et_pb_blurb_description strong {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 18px;
}
#ctas-2 .et_pb_blurb_description strong  .et-pb-icon {
	font-size: 25px;
    margin-left: 10px;
}
.best-ira-container p {
	color: #FFFFFF;
	padding-bottom: 30px;
}
.best-ira-container a .et-pb-icon {
	font-size: 25px;
    margin-left: 10px;
}
.best-ira-container a {
    width: 140px;
    position: relative;
	display: flex;
	align-items: center;
 }
.best-ira-container a:hover {
    width: 140px;
}
.best-ira-container a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0%;
    background-color: #fff;
    transition: 0.7s all ease;
    position: absolute;
    bottom: 0;
}
.best-ira-container a:hover:after {
    content: '';
    display: block;
    width: 100%;
}	
/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/

/**** BLOG PAGE ****/
.blog .home-blog .et_pb_code_inner .blogpost {
    margin-right: 0px;
}
.blog .home-blog .et_pb_code_inner .blogpost:nth-child(3n+3) {
    margin-right: 0;
}

.single .blog-inner-row h1, .single .blog-inner-row h2, .single .blog-inner-row h3, .single .blog-inner-row h4, .single .blog-inner-row h5, .single .blog-inner-row h6 {
    margin: 30px 0 10px;
}
.single .blog-inner-row h3 {
    font-family: 'HK Grotesk';
    font-weight: 700;
    color: #666666;
}
.single .blog-inner-row .et_pb_title_featured_container {
    height: 600px;
}
.single .blog-inner-row .et_pb_title_featured_container .et_pb_image_wrap {
    height: 100%;
}
.single .blog-inner-row .et_pb_title_featured_container .et_pb_image_wrap img {
    height: 100%;
    object-fit: cover;
}

.single .blog-inner-row .et_pb_post_content p img{
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.single .blog-inner-row .et_pb_column:nth-child(1) {
    border-right: 1px solid rgba(0,0,0,0.1);
    padding-right: 40px;
}
.single .blog-inner-row .et_pb_widget_area_left {
    padding-right: 0;
    border-right: 0;
}
.blog-inner-row {
    position: relative;
}

.blog-inner-row .et_pb_social_media_follow {
    display: none;
    /*flex-wrap: wrap;
    flex-direction: column;
    position: fixed;
    left: 10%;
    z-index: 9;*/
}
.single .swp_social_panelSide .nc_tweetContainer {
    width: 40px;
}
.single .swp_social_panelSide.slide, .single .swp_social_panelSide.fade {
    left: 5%;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    width: 100px;
    height: 100px;
}
.rpwwt-post-title {
    font-size: 21px;
    font-weight: 600;
    color: #D89A28;
}
.rpwwt-post-author, .rpwwt-post-date {
    font-size: 15px;
}
.featured-post h2.entry-title,
.all-post h2.entry-title {
    font-family: 'HK Grotesk';
    color: #474747;
}
.featured-post h2.entry-title a {
    font-size: 40px;
    font-weight: 700 !important;
}
body .featured-post.et_pb_posts .et_pb_post {
    height: 450px;
}
body .featured-post.et_pb_posts .et_pb_post {
    position: relative;
    border-radius: 0;
}
body .all-post .category-blog.et_pb_post .et_pb_image_container {
    margin: 0;
}
.all-post .et_pb_blog_grid .et_pb_post {
    min-height: 600px;
	padding: 0;
}
.all-post .et_pb_blog_grid .category-blog.et_pb_post {
	padding: 0;
	border-radius: 0;
}
.featured-post .et_pb_post a.entry-featured-image-url {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
}
.featured-post .et_pb_post a.entry-featured-image-url img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-post.et_pb_posts .et_pb_post {
    background-color: #f0f0f0;
    padding: 80px 40px;
}
.featured-post h2.entry-title, .featured-post p.post-meta, .featured-post .post-content {
    max-width: 450px;
}
.featured-post .post-content a.more-link,
.all-post .post-content a.more-link {
    text-transform: capitalize;
}
.featured-post .post-content a.more-link {
    margin-top: 20px;
}
.all-post .post-content .post-content-inner {
    margin-bottom: 20px;
}

div#gform_widget-2 h4.widgettitle {
    font-size: 32px;
    letter-spacing: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div#gform_widget-2 .gform_wrapper .gform_body input[type=text]::placeholder {
    color: #181818;
}
div#gform_widget-2 .gform_wrapper .gform_body input[type=text] {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ccc;
    font-family: 'Playfair Display';
    font-size: 15px;
    padding: 0 0 10px;
    color: #181818;
}
div#gform_widget-2 .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    padding: 12px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Playfair Display';
    font-size: 15px;
}
div#gform_widget-2 .gform_wrapper .gform_footer {
	margin: 0;
}
/***** Custom sitemap PAGE *****/
#mysitemap .simple-sitemap-page .page-item-477 {
	display:none !important;
}
#mysitemap .simple-sitemap-page .page-item-30 {
	display:none !important;
}
#mysitemap ul .children {
	display:none !important;
}


/***** GOLD IRA PAGE *****/
.company-row .et_pb_column .logo-item {
    width: 25%;
    padding: 0 50px 20px;
    margin-bottom: 0;
}
.company-row .et_pb_column {
    padding: 0;
}
.company-row .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo-content h3 {
    margin-bottom: 20px;
}
.logo-content a.et_pb_button {
	width: 100%;
	display: block;
}
.logo-content {
    margin-top: 60px;
}
.logo-content .et_pb_column:nth-child(1) img {
    margin-bottom: 20px;
    line-height: 120%;
}
#gold-more-content h1,
#gold-more-content h2,
#gold-more-content h3,
#gold-more-content h4 {
    margin-top: 30px;
}

#gold-more-content h3,
#gold-more-content h4 {
    font-family: 'HK Grotesk';
}
#gold-more-content h3 {
    font-weight: 600;
}
#gold-more-content h4 {
    color: #707070;
}
#gold-more-content ul li {
    padding: 3px 0;
}

#gold-more-content ul {
    margin-top: 15px;
}
.contact .gform_wrapper textarea {
    font-size: 16px !important;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}

.contact .gform_wrapper input[type="text"] {
    height: 55px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0px 10px !important;
    font-size: 16px !important;
    margin: 0;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: none;
    padding: 0;
}
body .gform_wrapper .validation_message {
    font-size: 14px;
    color: #D89A28;
}
body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
body .gform_wrapper div.validation_error {
    color: #d89a28;
    font-size: 1em;
    border: none;
    font-weight: 700;
    padding: 16px 0 16px 0;
    font-family: 'Playfair Display';
    font-style: italic;
}
.contact h2, .contact p {
    text-align: center;
}
.white-color-text h2, .white-color-text p, .white-color-text h3, .white-color-text ul li {
    color: #fff;
}
.white-color-text a {
    color: #cecece;
    text-decoration: underline;
}

/***** FIND A GOLD PARTNER *****/
.quiz-form {
    max-width: 860px;
    margin: auto;
}
.quiz-row .et_pb_text_inner h3 {
    font-size: 40px;
    color: #fff;
    font-family: 'HK Grotesk';
    font-weight: 700;
}
.quiz-form .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    position: absolute;
    top: -40px;
    z-index: 999;
    font-size: 20px;
    color: #fff;
    font-family: 'HK Grotesk';
}
.quiz-form .gform_wrapper .gf_progressbar_wrapper {
    position: relative;
    margin-top: 70px;
}
.quiz-form .gf_progressbar_wrapper .gf_progressbar {
    background-color: #fff;
}
.quiz-form .gf_progressbar_wrapper .gf_progressbar:after {
    height: 40px !important;
    margin-top: -40px;
}
.quiz-form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
    height: 40px;
}
.quiz-form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
    margin-top: 8px;
}
.quiz-form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
    height: 40px;
    background: repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0) 8px,rgba(0,0,0,.1) 10px,rgba(0,0,0,.1) 35px),linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.3));
}
.quiz-form .gform_wrapper .gform_page_fields .gfield_label {
    font-size: 25px;
    color: #fff;
    margin-top: 25px;
}
.quiz-form .gform_wrapper .ginput_container ul.gfield_checkbox,
.quiz-form .gform_wrapper .ginput_container ul.gfield_radio
{
    font-size: 20px;
    color: #fff;
}
.quiz-form .gform_wrapper .ginput_container ul.gfield_radio input[type=radio] {
    margin: 0 5px 0;
}
.quiz-form .gform_wrapper .ginput_container ul.gfield_radio input[type=radio]:focus {
    outline: none;
}
.quiz-form .gform_wrapper .ginput_container ul.gfield_checkbox li label {
    position: relative;
    text-indent: 35px;
}
.quiz-form .gform_wrapper .ginput_container ul.gfield_checkbox li input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.quiz-form .gform_wrapper .ginput_container ul.gfield_checkbox li label:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    z-index: 33;
}
.quiz-form .gform_wrapper .ginput_container ul.gfield_checkbox li input:checked ~ label:after {
    background-color: #D89A28;
}
.quiz-form .gform_wrapper .gform_page_footer {
	border-top: none;
}
.quiz-form .gform_wrapper .gform_page_footer input[type=button] {
	margin-top: 25px;
}
.quiz-form .gform_wrapper .gform_body #gform_page_3_6 .gfield_label {
    margin: 0;
    font-size: 18px;
}
.quiz-form .gform_wrapper .gform_body #gform_page_3_6 input[type=text] {
    height: 45px;
	padding: 0 10px;
	font-size: 15px;
	width: 100%;
}
.quiz-form .gform_wrapper .gform_page_fields .ginput_complex label {
    color: #fff;
}
/*.quiz-form .gform_wrapper .gform_body #gform_page_3_6 label{
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	margin-top: 5px;
}*/

/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
.footer-row .et_pb_column:nth-child(2) .et_pb_text_inner p {
    text-align: right;
}
.footer-row .et_pb_column:nth-child(2) .et_pb_text_inner p a {
	color: #666666;
	transition: .3s all ease;
}
.footer-row .et_pb_column:nth-child(2) .et_pb_text_inner p a:hover {
	color: #D89A28;
}
/*------------------------------------------------*/
/*----------------[LAG QUIZ NEW]------------------*/
/*------------------------------------------------*/

#lag-quiz-new h2 {
	padding-bottom: 20px;
}
#lag-quiz-new h3 {
	font-family: 'HK Grotesk';
}
#lag-quiz-new .gf_progressbar_wrapper {
	display: flex;
	flex-flow: column;
	margin: 0;
	padding: 0;
}
#lag-quiz-new .gf_progressbar_title {
	order: 2;
    color: #FFFFFF !important;
    opacity: 1;
    font-size: 18px;
}
#lag-quiz-new .gf_progressbar {
	order: 1;
	max-width: 820px;
	margin: 0 auto 50px;
	background-color: #9A6C19;
	height: 15px;
}
#lag-quiz-new .gf_progressbar  .gf_progressbar_percentage {
	background-color: #FFFFFF !important;
	height: 15px;
}
#lag-quiz-new .gf_progressbar .gf_progressbar_percentage span {
	display: none;
}
#lag-quiz-new .gfield_label,
#lag-quiz-new .gfield h3{
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
}
#lag-quiz-new .gfield_required {
	color: #FFFFFF;
}
#lag-quiz-new input[type=radio] {
	-webkit-appearance: none;
    appearance: none;
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
	background-color: #FFFFFF;
    border-radius: 100%;
    display: inline-block;
    place-content: center;
    position: relative;
    padding: 0;
    cursor: pointer;
}
#lag-quiz-new input[type=radio]:before {
	content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    transform: scale(0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	background-color: #FFBE0D;
}
#lag-quiz-new input[type=radio]:checked::before {
  	transform: scale(1);
}
#lag-quiz-new .gfield_checkbox label,
#lag-quiz-new .gfield_radio label {
	font-size: 20px;
	color: #FFFFFF;
	margin: 3px 0 0;
	line-height: 1;
}
#lag-quiz-new .gfield_checkbox li, 
#lag-quiz-new .gfield_radio li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
#lag-quiz-new .gform_wrapper .gform_page_footer {
	border: none;
}
#lag-quiz-new .gform_wrapper .gform_page_footer input[type=button]{
	background-color: #FFBE0D;
	border-color: #FFBE0D;
	margin-top: 5px;
	margin-bottom: 5px;
}
#lag-quiz-new .gform_page_footer input[type=submit]{
	background-color: #FFA60D;
	border-color: #FFA60D;
	margin-top: 5px;
	margin-bottom: 5px;
}
#lag-quiz-new input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 15px;
	color: #666666;
}
#lag-quiz-new input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: #D5D5D5;
}
#lag-quiz-new ul.gform_fields li.gfield.remarks {
	border-top: 1px solid #FFFFFF;
	padding-top: 40px;
	margin-top: 40px;
}
#lag-quiz-new  .top_label div.ginput_complex.ginput_container.gf_name_has_2 {
	width: calc(80% + 15px);
}
#lag-quiz-new .gform_wrapper .top_label li.gfield.gf_left_half, 
#lag-quiz-new .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 40%;
	margin: 0;
	padding-right: 16px;
}
#lag-quiz-new li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	color: #FFFFFF;
}
#lag-quiz-new .gform_wrapper .instruction {
	display: none;
}
#lag-quiz-new h2.gform_submission_error  {
	font-size: 20px;
    line-height: 1;
    padding: 0;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
#lag-quiz-new .gform_wrapper div.validation_error {
	padding: 0;
	margin: 0;
}
#lag-quiz-new .gform_confirmation_message {
	color: #FFFFFF;
	text-align: center;
}
#quiz-resources .quiz-icons .et_pb_main_blurb_image {
	margin: 0 auto 20px;
}
#quiz-thank-you h2,
#quiz-thank-you h3 {
	font-family: 'HK Grotesk';
	padding-bottom: 0.7em;
	letter-spacing: normal;
}

@media only screen and (max-width: 1240px) {
	#lag-quiz-new h2 br,
	#lag-quiz-new h3 br {
		display: none;
	}
}
@media only screen and (max-width: 642px) {
	#lag-quiz-new div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 100%;
		padding: 0;
	}
	#lag-quiz-new .gform_wrapper .top_label li.gfield.gf_left_half, 
	#lag-quiz-new .gform_wrapper .top_label li.gfield.gf_right_half {
		width: 100%;
		padding-right: 0;
	}
	#lag-quiz-new .top_label div.ginput_complex.ginput_container.gf_name_has_2 {
		width: 100%;
		padding: 0;
	}
	#lag-quiz-new ul.gform_fields li.gfield {
		padding: 0;
	}
	#lag-quiz-new div.ginput_complex.ginput_container.gf_name_has_2 span.name_first {
		margin-bottom: 8px;
	}
	#lag-quiz-new input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		margin: 0;
	}
}
@media only screen and (min-width: 981px) {
	.border-fix {
		border-bottom: 0;
	}
}
@media only screen and (max-width: 980px) {
	.border-fix {
		border-right: 0;
	}
}
/*------------------------------------------------*/
/*----------------[RESPONSIVE]--------------------*/
/*------------------------------------------------*/
@media only screen and (max-width: 1600px) {
    .featured-post .et_pb_post a.entry-featured-image-url {
        width: 55%;
    }
}
@media only screen and (max-width: 1600px) {
    .featured-post .et_pb_post a.entry-featured-image-url {
        width: 50%;
    }
	.logo-content a.et_pb_button {
        display: block; 
    	margin: auto;
		min-width: auto;
	}
}
@media only screen and (max-width: 1280px) {
	/** blog area **/
	.home-blog .et_pb_code_inner .blogpost {
		width: 48%;
	}
	.home-blog .et_pb_code_inner {
		column-gap: 1%;
	}
	.blog .home-blog .et_pb_code_inner .blogpost
	.home-blog .et_pb_code_inner .blogpost:nth-child(3n+3) {
    	margin-right: 0px;
	}
	.blog .home-blog .et_pb_code_inner .blogpost:nth-child(2n+2) {
    	margin-right: 0;
	}
    /*** blog inner ***/
    #rpwwt-recent-posts-widget-with-thumbnails-2 img {
        margin-bottom: 50px;
    }
    .blog-inner-row .et_pb_social_media_follow {
        left: 2%;
    }
    /*** main blog page ***/
    body .featured-post.et_pb_posts .et_pb_post {
        height: unset;
        background-color: #ffffff;
        padding: 0;
    }
    .featured-post .et_pb_post a.entry-featured-image-url {
        position: relative;
        width: 100%;
        height: 400px;
    }
    .featured-post h2.entry-title, .featured-post p.post-meta, .featured-post .post-content {
        max-width: 100%;
    }
	.blog .home-blog .et_pb_code_inner .blogpost:nth-child(3n+3) {
    	margin-right: auto;
	}

}

@media only screen and (max-width: 980px) {
  h1 {
  	font-size: 50px;
  }
  h2 {
  	font-size: 30px;
  }
  body, p {
  	font-size: 16px;
  }
  /** header menu **/
  .header-row .et_pb_menu__logo-wrap,
  .header-row .et_pb_menu__wrap {
  	width: 50%;
  }
  .header-row ul.et_mobile_menu li a:hover {
    background-color: #D89A28;
    color: #fff !important;
    opacity: 1;
  }
  /** gold area **/
  .gold-content {
    padding-left: 0;
	}
  /** blog area **/
  .home-blog .et_pb_code_inner .blogpost .blogpost-content h2 > a{
  	font-size: 23px;
  }
  .gold-content a.learn-more,
  .home-blog .et_pb_code_inner .blogpost .blogpost-content a {
	font-size: 16px;
  }
  /** footer **/
  .footer-row {
    flex-direction: column-reverse;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-row .et_pb_column .et_pb_text_inner p {
    text-align: center !important;
  }
  .footer-row .et_pb_column:nth-child(2) .et_pb_text_inner p {
  	margin-bottom: 10px;
  }
  .footer-row .et_pb_column:nth-child(1) {
    margin-bottom: 0;
  }
  /*** Gold IRA page ****/
  #inner-top-banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   }
   .company-row .et_pb_column .logo-item {
    padding: 0 20px 20px;
   }
   .logo-content .et_pb_column:nth-child(1) img {
    max-width: 300px;
    width: 80%;
    margin-top: 50px;
    margin-bottom: 10px;
   }
   .logo-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	  margin-top: 0;
   }
   #gold-more-content ul {
    margin-top: 0;
    font-size: 16px;
   }
	.logo-content a.et_pb_button {
		width: 280px;
		font-size: 16px;
	}
	h3 {
		font-size: 23px;
	}
	.reverse.et_pb_row .et_pb_column,
	.reverse.et_pb_row {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
   /*** BLog inner page ***/
   .single .blog-inner-row .et_pb_column:nth-child(1) {
    border-right: none;
    padding-right: 0;
   }
   .blog-inner-row .et_pb_column:nth-child(2) {
    padding-top: 50px;
    }
   .blog-inner-row .et_pb_column:nth-child(2) .et_pb_widget_area_left > div {
    width: 100%;
    }
    .blog-inner-row .et_pb_column:nth-child(2) .et_pb_widget_area_left > div#custom_html-2 {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    }

    .blog-inner-row .et_pb_column:nth-child(2) .et_pb_widget_area_left > div {
        width: 100%;
    }
    .all-post .et_pb_blog_grid .category-blog.et_pb_post {
        min-height: 520px;
    }
	.single .swp_social_panelSide.slide, .single .swp_social_panelSide.fade {
    	left: 1%;
	}
	.blog .home-blog .et_pb_code_inner .blogpost
	.blog .home-blog .et_pb_code_inner .blogpost:nth-child(3n+3) {
		margin-right: auto;
	}
	.blog .home-blog .et_pb_code_inner .blogpost {
		margin-right: 0px;
	}
	/***** QUIZ FORM ******/
	.quiz-row .et_pb_text_inner h3 {
		font-size: 30px;
	}
}

/* Responsive gold IRA*/
@media only screen and (max-width:980px){
	.order-1 {
		order:1;
	}
	.order-2 {
		order:2;
	}
	.mobile-reverse {
		flex-direction:column !important;
	}
}



@media only screen and (max-width: 767px) {
	.et_pb_button {
		font-size: 16px;
	}
	.banner-content .et_pb_text_inner p br {
		display: none;
	}
	/** blog area **/
  	.home-blog .et_pb_code_inner .blogpost {
		width: 100%;
		margin: 0 0 50px 0;
	}
	.home-blog .et_pb_code_inner .blogpost:last-child {
		margin: 0;
	}
	.home-blog {
		margin-top: 20px;
	}
	/** banner area **/
	.banner-buttons a.et_pb_button.btn-dark {
		margin: 0 0 20px 0;
	}
	.banner-buttons {
	    flex-direction: column;
	    align-items: center;
	}
    /** gold ira page **/
    .company-row .et_pb_column .logo-item {
        padding: 0 10px 20px;
    }

    .company-row .et_pb_column .logo-item {
        width: 33%;
    }
    .all-post .et_pb_blog_grid .category-blog.et_pb_post {
        min-height: unset;
    }
    .featured-post h2.entry-title a{
        font-size: 28px;

    }
    .featured-post h2.entry-title, .all-post h2.entry-title {
        line-height: 120%;
    }
    .featured-post .post-content a.more-link,
    .all-post .post-content a.more-link  {
        font-size: 16px;
    }
	.all-post .et_pb_blog_grid .et_pb_post {
		min-height: unset;
	}
	.blog .home-blog .et_pb_code_inner .blogpost {
		margin-right: 0;
	}
		/***** QUIZ FORM ******/
	.quiz-row .et_pb_text_inner h3 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 600px) {
    h1 {
      	font-size: 30px
      }
    h2 {
      	font-size: 25px;
    }
	h3 {
		font-size: 21px;
	}
    /** blog main **/
    .featured-post .et_pb_post a.entry-featured-image-url {
        height: 300px;
    }
	div#gform_widget-2 h4.widgettitle {
		font-size: 27px;
	}
	/*Custom post side*/
	.single .swp_social_panelSide.slide, .single .swp_social_panelSide.fade {
    	display:none !important;
	}
	.single .blog-inner-row .et_pb_title_featured_container {
		height:unset;
	}
	.single .blog-inner-row .et_pb_title_featured_container .et_pb_image_wrap img {
		height:unset;
	}
	.single .blog-inner-row .et_pb_post_content p img {
		height:unset;
	}
	.padding-0 {
		padding:0;
	}
	.margin-top-0 {
		margin-top: 0 !important;
	}
	
	
	
}
@media only screen and (max-width: 600px) {
    /** gold ira page **/
    .company-row .et_pb_column .logo-item {
        padding: 0 10px 20px;
    }

    .company-row .et_pb_column .logo-item {
        width: 50%;
    }
	
}

/*blog page*/
@media only screen and (max-width:500px) {
	
	.home-blog .et_pb_code_inner .blogpost a > div:nth-child(1) {
		height:150px;
	}
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/




