/*
Theme Name: SPC - Custom
Theme URI: http://html5blank.com
Description: HTML5 Blank WordPress Theme
Version: 3.1
Author: Rob & Tim - Strikepoint Creative
Author URI: http://www.strikepointcreative.com
Tags: Custom Advantage Gold Website

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lora', serif;
    line-height: 22px;
    overflow-x: hidden;
}

p {
    font-family: 'Lora', serif;
}


.vid-one, .vid-two, .vid-three, .vid-four{
    display:none;
}

.vid-one.on, .vid-two.on, .vid-three.on, .vid-four.on{
    display:block;
}

.vid-one-click.off, .vid-two-click.off, .vid-three-click.off, .vid-four-click.off{
    display:none;

}

.vid-one-click, .vid-two-click, .vid-three-click, .vid-four-click{
    cursor:pointer;
    position:relative;
}


.vid-one-click:before, .vid-two-click:before, .vid-three-click:before, .vid-four-click:before {
    content:"";
    position:absolute;
    bottom: 50px;
    right: 100px;
    width:80px;
    height:30px;
    background-image:url(../png/play-button.png);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    opacity:.6;
}

.vid-one-click:hover:before, .vid-two-click:hover:before, .vid-three-click:hover:before, .vid-four-click:hover:before{
    opacity:.9;

}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
    transition:.5s ease-in;
}
a:hover {
    color:#b4a461;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
    color:#b4a461;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

h1, h2, h3, h4, h5{
    font-family:'Oswald', sans-serif !important;
}


h1{
    font-size:30px;
    line-height:35px;
    font-weight:400;
}

h2{
    font-size:30px;
    font-weight:100;
    text-transform:uppercase;
    letter-spacing:2px;
    line-height:35px;
}

h3{
    font-size:18px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:1px;
    line-height:22px;
}

h4 {
    text-transform: uppercase;
    margin: 0px !important;
    padding: 0px;
    line-height: 15px;
    letter-spacing: 3px;
    font-size:13px !important;
    font-weight:500;
}


h5 {
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    letter-spacing: 4px;
    font-size:11px !important;
    font-weight:300;
}


.header {
  position: relative;
  z-index: 99;
}

.ag-gold{
    color:#b4a461 !important;
}

.ag-black{
    color:#3D3939 !important;
}

.ag-white{
    color:#FFF !important;
}


.cd-main-blog{
    width: 100%;
}

.cd-main-blog h2{
    margin-top:0px;
    font-weight:400;

}

.cd-image-float{
    float: left;
    width: 320px;
    height: auto;
    margin-right: 20px;
}

.blog-box-wrap{
    border:solid 2px #f5f6f6;
    padding:20px;
    margin-bottom:20px;
}

.author-date{
    margin-bottom:15px;

}

.ag-author a{
    color:#a99957;

}

.view-article{
    color:#a99957;
    font-family:'Oswald';
    float:right;
    text-transform:uppercase;
    display: block;
    clear: both;
}

.view-article:after{
    content: "\f054 \f054 \f054";
    width: 30px;
    display: block;
    font-family: fontawesome;
    font-size: 9px;
    float: right;
    margin-left: 6px;
}

.cat-blog-main a{
    color:#a99957;
}

.date{
    text-transform:uppercase;

}

.review-logos{
    min-height:45px;

}

.reviewer-name {
}

.rv-bbb.wpb_single_image img{
    max-width: 260px !important;
}

.blog-grey-break{
    height:2px; 
    width:100%;
    margin:0px auto;
    background-color:#f5f6f6;
    display:block;
    clear:both;
    margin-top:20px;
}

.blog-share-btns a{
    color:#333;
    float:right;
    text-align:right;
    font-size:20px;

}

.blog-share-btns a:hover{
    color:#a99957;
}

.blog-share-btns i{
    margin-right:5px;
}




.bread-crumbs i{
    font-size:9px;

}
.bread-crumbs a{
    color:#c2c2c2;

}

.bread-crumbs{
    margin-top:20px;
    display:block;
    color:#c2c2c2;

}

.bread-crumbs a{

}

.blog-header{
    width:100%;
    height:300px;
    background-image:url(../jpg/blog-header.jpg);
    background-size:cover;

}

.blog-header h1{
    color:#fff;
    padding-top:60px;
    position:absolute;
    font-size: 42px;
    line-height: 48px;
    text-shadow: 1px 0px 20px #000;
}
.blog-header h1:after{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: #FFF;
    margin: 30px 0px 0px 0px;
}

.cat-btns-cloud{
    text-align: center;
    margin-top: 20px;
    margin-bottom: -23px;
}

.cat-btns-cloud li{
    list-style:none;
    display:inline;
}


.ag-trust-link-review{
    margin-bottom:60px;
    font-family:'Oswald' !important;

}
.ag-trust-link-review .vc_column-inner {

    margin:0px;
    padding-top:0px !important;
}



.trustlinks_wrapper .vc_column-inner {
    padding-top:15px !important;
    padding-bottom:6px !important;

}
.trustlinks_wrapper{
    z-index:99;
}

.ag-trust-link-review .vc_col-sm-3{
    height:250px;
    overflow:hidden;
    background-color:#FFF;
    border-radius:5px;
    width: 23%;
    margin: 1%;
    font-family:'Oswald' !important;
    position:relative;
}




.about-tl-logo {
    background-image:url(../png/trust-link-verified-updated.png);
    width:100%;
    height:auto;
    min-height:100px;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    max-width:250px;
    margin:-50px auto 0 auto;
    display:block;
    clear:both;
}


.about-tl{
    position: relative;
    clear: both;
    display: block;
    text-align: center;
    margin: 15px auto;
}


.about-tp-logo{
    background-image:url(../png/trustpilot_logo-verify.png);
    width:100%;
    height:auto;
    min-height:100px;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    max-width:250px;
    margin:-50px auto 0 auto;
    display:block;
    clear:both;
}

.review-box{
    border: solid 2px #f5f6f6;
    padding: 20px;
    margin-bottom: 20px;
}

.about-tp{
    position: relative;
    clear: both;
    display: block;
    text-align: center;
    margin: 15px auto;
}

.review-text a:hover {
    color:#3d3939;
    cursor:pointer;
}

.ad-break-remove br{
    display:none !important;

}

.ag-trust-link-review .wpb_text_column{

}

body:not(.home) .page-content .ag-trust-link-review p{
    line-height:20px;
    margin:5px;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    font-weight:300;

}

body:not(.home) .page-content .ag-trust-link-review a{
    color:#003184 !important;
    text-decoration:none;
}


body:not(.home) .page-content .ag-trust-link-review a:hover{
    text-decoration:underline;
}

body:not(.home) .page-content .ag-trust-link-review span.ag-trust-date{
    text-align:right;
    float:right;
    font-size:12px;
}

.ag-trust-link-review .vc_column_container > .vc_column-inner{
    padding-top:15px;
}


.ag-trust-date{
    height: 40px;
    margin-top: 20px;
}

.ag-trust-date p{
    text-align:right !important;
    color:#ccc !important;

}

.ag-trust-date p:before{
    content:"";
    display:block;
    position:absolute;
    left:20px;
    width:130px;
    background-image:url(../png/stars-trust.png);
    background-size:contain;
    background-repeat:no-repeat;
    height:30px;

}

.ag-trust-link-review a{
    display:block;
    position:absolute;
    text-align:center;
    color:#000;
    bottom:0px;
    height:30px;
    right:0px;
    padding:70px 0px 30px 0px;
    width:100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    text-decoration:none;

}


.cat-btns-cloud li a{
    width: 240px;
    border: solid 1px #c2c2c2;
    padding: 17px 0px 17px 0px;
    display: inline-block;
    height: 60px;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #c2c2c2;
    margin: 10px 10px;
}

.cat-btns-cloud li.current-cat a{
    color:#FFF;
    background-color:#c7b56b;
    border:solid 1px #c7b56b;
}

.cat-btns-cloud li a:hover{
    color:#FFF;
    background-color:#c7b56b;
    border:solid 1px #c7b56b;
}

.cat-item-1{

    display:none !important;

}

.next.page-numbers{
    text-align:right;
    float:right;
    text-transform:uppercase;

}

.bbb a{
    display:block;
    width:100%;
    height:100%;

}

.page-numbers{
    margin:2px;

}

.single-featured-img{
    width:100%;
    height:300px;
    background-size:cover;
    background-position:center center;
    display:block;

}

.date, .ag-author {
    letter-spacing:2px;
    font-size:9pt;
}

.cat-blog-main {
    letter-spacing:1px;
    font-size:9pt;
}

#recent-posts-widget-with-thumbnails-2 .rpwwt-post-date {
    color:#c2c2c2 !important;
    font-size:8pt;
    letter-spacing:1px;
}

#categories-2 h3 {
    padding-top:20px;
}

#categories-2 ul{
    margin:0px !important;
    padding:0px;

}

#categories-2 ul li{
    list-style:none;
    margin:0px 10px 0px 0px;
    padding:0px;
    color:#c2c2c2;
    text-decoration:underline;
    line-height:25px;
}

#categories-2 ul li a{
    color:#c2c2c2;
}

/*------------------------------------*\
Header Section
\*------------------------------------*/
.top-tree-bar{
    background-color: #2c2c2c;
    width: 100%;
    height: 27px;
    display: block;
    padding: 2px 0px;
    z-index: 99;  
    position: relative;
}

.price-of-gold-home {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 20px;
    color: #FFF;
    float: left;
    clear: both;
    display: block;
}


.top-search-bar input {
    height: 30px;
    color: #333;
    float: right;
    outline: none;
    border:none;
    text-indent:20px;

}

.search-input{
    width:0px;
    transition:.5s;
    background-color:transparent;
}

.search-submit:hover + .search-input{
    width:220px !important;
    background-color:#FFF;
}

.search-input:hover{
    width:220px;
    background-color:#FFF;
}


#rated-number-one {
    width:250px;
    padding: 0;
    margin-top:3px;
}
/* 
#rated-number-one:hover .uno-bg {
    fill:#998b51;
    stroke:#71673c;
}

#rated-number-one:hover .uno-gold {
    fill:#2b2b2b;
}

#rated-number-one:hover .uno-black {
    fill:#ffffff;
}


a.slideout-social-icon:hover {
    color:#b3a265;
} */


/* logo */
.logo {
    width:275px;
    float:left;
    background-size:contain;
    height:40px;
    background-position:left center;
    background-repeat:no-repeat;
    margin-top:15px !important;


}

.ag-logos-phone{
    background-color: rgb(255, 255, 255); 
    z-index: 3; 
    padding-bottom:5px; 
    display: block; 
    position: relative;
    width:100%;
}

.ag-logos-phone.sticky{
    position:fixed;
    top:0px;
    height:60px;
}

nav.sticky{
    position:fixed;
    top:60px;

}


.home-phone-new {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding-bottom:0px;
    padding-top: 0px;
    color: #2c2c2c;
    font-weight: bold;
    font-size: 18px;
    float: right;
    margin-right: 0px;
    margin-top: 0;
    text-align:right;
}

.ag-logos-phone.sticky .home-phone-new{
    margin-top: 11px;
}

.small-phone-text {
    margin: 7px 0px 0px 0px;
    padding: 0px;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 0px;
    font-family:'Oswald', sans-serif;
}

.home-phone-new span:before {
    content: "\f095";
    width: 30px;
    height: 30px;
    font-family: fontawesome;
    display: block;
    position:relative;
    color:#2c2c2c;
    float:left;
    margin: 0px 0px 0px -7px;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.ag-black-force .hero-image-home h2{
    color:#3D3939 !important;
}

.ag-black-force .hero-image-home h1{
    color:#3D3939 !important;
}


.hero-image-home .hero-large-text ul{
    padding-left:17px;
    margin-top: 8px;

}
.ag-black-force .hero-image-home p,
.ag-black-force .hero-image-home li,
.ag-black-force .hero-image-home h4{
    color:#3D3939 !important;
}

.ag-white-force .hero-image-home h2{
    color:#FFF !important;
}

.ag-white-force .hero-image-home h1{
    color:#FFF !important;
}
.ag-white-force .hero-image-home p,
.ag-white-force .hero-image-home h4,
.ag-white-force .hero-image-home li{
    color:#FFF !important;
}


.custom-open-link-ira{
    float: right;
    background-color: #b4a55b;
    color: #FFF !important;
    letter-spacing: 0px !important;
    font-size: 15px !important;
    font-weight: 400;
    padding: 7px 20px 11px 20px !important;
    font-family: 'Oswald', sans-serif;
    margin: 10px 0px 0px 10px;
    display:none;
    transition:.5s ease-in;
}

.custom-open-link-ira:hover {
    background-color: #978a4d;
}



/* Trust logos */
.bbb {
    width: 56px;
    height: 56px;
    background-image: url(../png/bbb-logo.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
    margin-top:10px;
}

.tp-logo {
    width: 100px;
    height: 50px;
    float: right;
    margin-right: 50px;
    margin-top:15px;
}

.trust-link {
    width: 150px;
    height: 70px;
    float: right;
    margin-right:0px;
    margin-top:5px;
}

/*------------------------------------*\
Main Nav
\*------------------------------------*/

nav{
    width: 100%;
    background-color: Woo hoo;
    height: 40px;
    clear: both;
    display: block;
    margin-top: 0px;
    z-index: 3;
    position: relative;
    transition:.25s ease-out;
    border-top: 1px solid #24397c;
}

nav ul{
    margin:10px auto;
    max-width: 1280px;
    width: 95%;
    padding:0px;
}

nav ul li{
    display: inline;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 12px 12px;
}

nav ul li:hover a,
nav ul li.hovering a {
    background-color: #2c2c2c;
    color:#FFF;
}

nav ul li:last-child{
    margin-right:0px;
}


nav ul li a{
    font-family:'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 14px;
    line-height: 19.6px;
    padding: 12px 20px;
    transition:0s;
}


.nav {
    padding-top: 10px !important;
    background-color:#f8f8f8;
}

.nav .sub-menu{
    display:none;

}

.nav ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    left: -27px;
}

#menu-item-27:after {
    content: "\f078";
    font-size: 13px;
    color: #444;
    font-family: fontawesome;
    display: inline;
    margin-top: -2px;
    position: absolute;
    margin-left: -27px;
}

#menu-item-28:after {
    content: "\f078";
    font-size: 13px;
    color: #444;
    font-family: fontawesome;
    display: inline;
    margin-top: -2px;
    position: absolute;
    margin-left: -27px;
}
#menu-item-34:after{
    content: "\f078";
    font-size: 13px;
    color: #444;
    font-family: fontawesome;
    display: inline;
    margin-top: -2px;
    position: absolute;
    margin-left: -27px;
}

#menu-item-33:after{
    content: "\f078";
    font-size: 13px;
    color: #444;
    font-family: fontawesome;
    display: inline;
    margin-top: -2px;
    position: absolute;
    margin-left: -27px;
}



nav ul li#menu-item-27 a,

nav ul li#menu-item-27 a,

nav ul li#menu-item-28 a,

nav ul li#menu-item-28 a,

nav ul li#menu-item-33 a,
nav ul li#menu-item-34 a
{
    padding:12px 30px 12px 20px;
}

#menu-item-27:hover:after,
#menu-item-27.hovering:after,
#menu-item-28:hover:after,
#menu-item-28.hovering:after,
#menu-item-33.hovering:after,
#menu-item-34.hovering:after
{
    color: white;
}


#menu-item-33 a:hover:after{
    color:#FFF;
}

#menu-item-33:after:hover{
    color:#FFF;

}

#menu-item-75{
    margin-right: 0px;
    float: right;
    margin-top: -11px;
    position: relative;
    padding: 0;
}

#menu-item-75 a{
    background-color: #b4a55b;
    color: #FFF !important;
    letter-spacing: 0px !important;
    font-size: 15px !important;
    padding: 10px 20px 11px 20px !important;
    /* float: right;
    margin-top: -10px;
    right: -30px; */
    text-align: right;
    position: relative;
    font-size: 14px !important;
    padding: 11px 17px 12px 17px !important;
    display: block;
}

#menu-item-75 a:hover {
    background-color: #978a4d;
}
#menu-item-75 ul.sub-menu{
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    top: 100%;
    right: 0;
    left: auto;
}
#menu-item-75:hover ul.sub-menu{
    display: block;
}
#menu-item-75 ul.sub-menu li{
    float: none;
    width: 100%;
    display: block;
    padding: 0;
}
#menu-item-75 ul.sub-menu li a{
    background: #2c2c2c;
}
#menu-item-75 ul.sub-menu li a:hover,
#menu-item-75 ul.sub-menu li.current-menu-item a{
    background: #b4a55b;
}

nav ul li:hover > #menu-item-75:after{
    color:#FFF !important;
}




/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3D3939;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/* Icon Forward */
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

/*------------------------------------*\
Roll Out Menus
\*------------------------------------*/

.rolloutmenu{
    background-color: #2c2c2c;
    width: 100%;
    position: absolute;
    top: -350px;
    min-height: 240px;
    transition:.5s ease-in;
    z-index:1;
    position:fixed;
    padding-top:55px;
    padding-bottom:20px;
}

.gold-menu-image{
    width:80%;
    min-height:200px;
    background-image:url(../png/gold-img-in-nav.png);
    border:solid #b4a461 1px;
    background-size:cover;
    background-repeat:no-repeat;
    float:right;
    margin-top:20px;
    position:relative;
}

.gold-menu-image.free-guide-bg{
    background-image:url(../png/free-gold-ira-guide-bg.png);
}


.roll-center-content{
    margin-top:30px;
}

.roll-center-content ul li{
    list-style:none;
    margin:5px 0px;
    padding:0px;
    width:50%;
    float:left;
}

.roll-center-content ul{
    margin:0px;
    padding:0px;
}

.roll-center-content a{
    color:#FFF;
}

.roll-center-content a:hover{
    text-decoration:underline !important;
}

.roll-center-content h4{
    color:#FFF;
    font-size:15px;
}

.roll-center-content h4:after{
    content:'';
    width:100%;
    display:block;
    height:2px;
    background-color:#b4a461;
    margin:11px 0px;
}


.contact-nav-logos{
    margin-top:70px;
    display:block;
}

.first-nav-rollout p{
    color:#FFF;
    margin-bottom:0px;
    font-family: 'Oswald';
    letter-spacing:2px;
    margin:0px;
}

.first-nav-rollout p a{
    color:#FFF;
}

.first-nav-rollout li a{
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    display: block;
}

.first-nav-rollout li a:hover{
    border-bottom: solid 1px #b4a461;
}

.first-nav-rollout ul{
    margin:30px 0px 0px 0px;
    padding-left:0px;
}

.first-nav-rollout ul li{
    list-style:none;
}

.open-ira-in-img a{
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0px;
    display: block;
    background-color: #b4a55b;
    font-size: 15px;
    font-weight: 800;
    font-family: 'Oswald';
    text-align: center;
    padding-top: 10px;
    color:#fff;
    letter-spacing:1px;

}

.open-ira-in-img a:hover{
    background-color: #978a4d;
}

/*------------------------------------*\
AG Buttons
\*------------------------------------*/


.search-submit{
    width: 28px;
    height: 28px;
    float:right;

    background-color:transparent;
    border:none;
}

.search-submit:after{
    content: "\f002";
    font-family: fontawesome;
    position:absolute;
    color:#333;
    font-size: 20px;
    margin:-10px 0px 0px -10px;

}

.gold-btn {
    font-family:'Oswald', sans-serif;
    background-color: #b4a461;
    padding: 10px 25px;
    border: #998b51 solid 1px;
    color: #fff !important;
    font-weight: 800;
    cursor: pointer;
    text-transform:uppercase;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    overflow:hidden;
}

.gold-btn:hover {
    background-color: #998b51;
    border: #b4a461 solid 1px;
    color:#fff;
}


.gold-btn-tp {
    font-family: 'Oswald', sans-serif;
    border: solid 1px #b4a461;
    text-transform: uppercase;
    padding: 5px 25px;
    display: inline-block;
    color:#b4a461;
    font-size:12px;
    letter-spacing:2px;
    text-decoration:none;
}


.gold-btn-tp:hover {
    background-color:#b4a461;
    color:#fff;
}

.find-out-more {
    font-family: 'Oswald';
    text-transform: uppercase;
    text-decoration: underline;
    color:#b4a461;
    font-size:12px;
    letter-spacing:1px;
    font-weight:700 !important;
}

.find-out-more:hover {
    color:#998b51;
    cursor:pointer;
}



/*------------------------------------*\
Home Page Custom Styles
\*------------------------------------*/

.hero-image-home h2 {
    font-size: 40px;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    max-width: 500px;
    margin-top: 18%;
    z-index:2;
}

/*.b-height, .home-slider, .bxslider, .bx-viewport{
max-height:800px !important;
}*/


.hero-image-home{
    position:relative;
    height:100% !important;
    padding-bottom:35px;
    background-position:right top;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#2c2c2c;
    min-height:545px !important;
}

.home-slider .bxslider {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-image-home .flex_item{
    z-index:2;
}

.hero-image-home p {
    max-width: 550px;
    z-index:2;
    margin-bottom: 30px;
}
.hero-image-home p strong{
    color:#998b51;
}

.hero-rob-main h1{
    margin-top:10% !important;
    z-index:2;
}

.review-stars {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-align: right;
    letter-spacing: 1px;
    text-transform:uppercase !important;
}

.review-stars span, .review-name span{
    background-color:rgba(0,0,0,.45);
    padding:0 3px 0 3px;
}

.ag-black-force .review-stars span, .ag-black-force .review-name span{
    background-color:rgba(255,255,255,.65);
}


.review-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: right;
    letter-spacing: 1px;
    position: relative;
    margin-top: -35px;
    padding-top: 0px !important;
    font-size:10px;
}

.steps-cta{
    background-color: rgb(255, 255, 255);
    float: right;
    padding: 40px 30px 10px 10px;
    position: relative;
    margin-top: -60px;
    margin-right: -30px;
    min-width: 380px;
    min-height: 400px;
}

.steps-cta h3{
    text-align: center;
    font-weight: 100;
    margin-top: 30px;
    display: block;
}

.steps-cta h3:after{
    content:"";
    clear:both;
    display:block;
    margin:40px 0px 40px 50px;
    width:80%;
    height:2px;
    background-color:#b4a461;
}

.steps-cta h2{
    width:70px;
    height:70px;
    float:left;
    background-color:#FFF;
    border-radius:50px;
    padding:20px;
    margin-left:-42px;
    position:realtive;
    margin-top: 0px;
    margin-bottom: 0px;

}

.ag-reivew-hero {
    display: block;
    clear: both;
    max-width: 250px;
    float: right;
    position: absolute;
    bottom: -65px;
    right: 0px;
    z-index:2;
}

.hero-image-home .review-stars p{
    padding:0px;
}

.review-stars:before {
    content: "";
    width: 100%;
    text-align: right;
    height: 40px;
    font-size: 30px;
    color: #b4a461;
    font-family: fontawesome;
    clear: both;
    display: block;
    margin: 0px 0px 10px;
    letter-spacing: 5px;
    font-style:normal;
    background-image:url(../svg/5rating-star.svg);
    height:28px;
    background-repeat:no-repeat;
    background-position:right center;
}

.featured-on-text h4:after {
    content: '';
    width: 8px;
    display: block;
    height: 46px;
    background-color: #b4a461;
    position: absolute;
    margin-left: -15px;
    margin-top: -20px;
}



.subscribe-box h2 {
    text-align: center !important;

}

.subscribe-box h2.ag-black{
    font-size:40px;
    line-height: 46px;
    text-transform:inherit !important;
}


.subscribe-box h2.ag-black:before{
    content: "";
    width: 100%;
    text-align: left;
    height: 40px;
    font-size: 40px;
    color: #b4a461;
    font-family: fontawesome;
    clear: both;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 5px;
    font-style:normal;
    background-image:url(../svg/5rating-star.svg);
    height:28px;
    background-repeat:no-repeat;
    background-position:left center;
}

.subscribe-box p {
    text-align: center;
    color: #b4a461;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 24px;
}

.subscribe-ag-home{
    width:60%;
    margin:40px auto;
}

.subscribe-ag-home input{
    font-family: 'Lora', serif;	font-weight:300;
    font-size:20px;
    width:80% !important;
    float:left !important;
    background-image:none !important;
    background-color:#FFF;
    height:80px;
    padding-left:20px;
    border:none;
}

.subscribe-ag-home input[type="submit"]{
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    width: 20% !important;
    float: right !important;
    background-color: #b4a461;
    font-size: 20px !important;
    margin: 0px !important;
    padding: 6px;
    height:80px;
    color:#fff;
    border:0px;
}


.subscribe-ag-home input[type="submit"]:hover{

    background-color: #3D3939;
    color: #FFF;
    border: #b4a461 solid 1px;
    border-left: 2px solid #b4a461;
}



.coin-1{
    width:220px;
    height:220px;
    background-image:url(../png/gold_americaneagle_hover.png);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    margin:0px auto;

}

.ag-coin-col:hover .coin-1{
    background-image:url(../png/gold_americaneagle_active.png);

}

.coin-2{
    width:220px;
    height:220px;
    background-image:url(../png/silver_eagle_active.png);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    margin:0px auto;

}

.ag-coin-col:hover .coin-2{
    background-image:url(../png/silver_eagle_hover.png);

}

.coin-3{
    width:220px;
    height:220px;
    background-image:url(../png/platinum_eagle_active.png);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    margin:0px auto;

}

.ag-coin-col:hover .coin-3{
    background-image:url(../png/platinum_eagle_hover.png);

}

.coin-4{
    width:220px;
    height:220px;
    background-image:url(../png/palladium-canadian_active.png);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    margin:0px auto;

}

.ag-coin-col:hover .coin-4{
    background-image:url(../png/palladium-canadian_hover.png);

}


.hero-large-text{
    font-size:18px !important;
    line-height:28px;
    margin-bottom: 30px;
}


/*------------------------------------*\
Open Gold IRA Account Page
\*------------------------------------*/


.ira-btns:hover {
    background-image: url(../png/ira-nav-bar-hover.png);
}
.ira-btn-1 {
    background-position: -10px -9px;
}
.ira-btns {
    background-image: url(../png/ira-nav-bar.png);
    width: 233px;
    height: 60px;
    float: left;
    margin-right: 60px;
}

.ira-btn-2 {
    background-position: -305px -9px;
}

.ira-btns:last-child {
    margin-left: 0px;
}

.ira-btn-3 {
    background-position: -600px -9px;
}

.ira-btns a {
    display: block;
    width: 100%;
    height: 100%;
}

.ira_btns_wrap {
    max-width: 880px;
    margin: 0px auto;
    padding-top: 15px;
    min-height: 146px;
}


/*------------------------------------*\
Page Templates
\*------------------------------------*/

.news-coloumn.vc_col-sm-4{
    width: 30.333%;
    margin: 1.5% 1.5% 5.5% 1.5%;
}

.news-coloumn{
    padding: 10px !important;
    margin: 0px auto;
    display: block;
    background-color:rgba(245,245,245,0.7);
    border: solid 3px #b5a45c;

}

.news-coloumn:hover{
    background-color:rgba(180,164,97,0.47);
    cursor:pointer;
    border: solid 3px #dcd4b5 !important;
}

.news-coloumn:hover .ag-gold{
    color:#FFF !important;
}

.news-coloumn:hover .gold-btn-tp{
    background-color: #b4a461;
    color: #fff;
}

.news-coloumn .vc_column-inner {

    border: 2px solid rgb(255, 255, 255) !important;
    padding: 15px !important;
}

.ag-info-box img{
    outline: 1px solid white;
    outline-offset: -4px;
}

.ag-info-box{
    padding: 10px !important;
    margin: 0px auto;
    display: block;
}

.ag-info-box .vc_column-inner {
    padding: 10px 10px 10px 10px !important;
    border:2px rgba(0,0,0,0.00) solid;
}

.ag-info-box .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li{
    margin-bottom:0px !important;

}

.ag-info-box:hover{
    background-color:rgba(180,164,97,0.47);
    cursor:pointer;
}

.ag-info-box:hover .find-out-more{
    color:#FFF;
}

.ag-info-box:hover .vc_column-inner {
    border: 2px solid rgb(255, 255, 255) !important;

}
.ag-info-box:hover .ag-gold{
    color:#FFF !important;
}
.ag-info-box:hover .rpwwt-post-title{
    color:#FFF !important;
}

.rpwwt-widget ul li img{
    margin-right:20px !important;
    margin-bottom:0px !important;

}

.rpwwt-widget ul{
    margin-bottom:0px;
    margin-top:0px;

}

.rpwwt-post-title{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
    font-family: 'Oswald', sans-serif !important;
    color: #333;
    margin-bottom: 0px;
    display: block;
}

.rpwwt-post-date{
    text-transform:uppercase;

}


.ag-info-box:hover img{
    outline:none;
    outline-offset: -4px;

}

.ag-info-box h3{
    margin-top:0px;

}


.ag-coin-col{
    min-height:300px;
    padding:20px;
    border:solid 2px rgba(255,255,255,0.00);
    margin-bottom:60px;
}

.ag-coin-col:hover{
    border:solid 2px #b4a461;
}

.news-coloumn .vc_column-inner .wpb_wrapper{

}

.news-coloumn p{
    min-height:120px;

}

.news-coloumn p:last-child{
    min-height:0px;
}

.news-coloumn a{
    margin-top:10px;
}

.featured-image-fullwidth{
    width:100%;
    height:350px;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#434343;
    background-position:center center;
}
.featured-image-sidebar{
    width:100%;
    height:250px;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#434343;
    background-position:center center;
}

.grey-break{
    height: 2px;
    width: 100%;
    background-color: #F5F5F5;
    margin-top: 40px;
    margin-bottom: -15px;
}

.free-gold-guide-home-section .gold-btn{
    margin-top: 15px;
    display: inline-block;	
}

#bnn{
    max-width:75px;
}

#cnbc{
    max-width: 50px;
    margin: 0px 0px 0px 25px;
    text-align: center;
}

#fox{
    max-width:70px;
}

#bloom{
    max-width:135px;
}

#featured-on .vc_column-inner {
    padding-top:12px !important;
}
#featured-on .vc_col-sm-8 .vc_column-inner {
    padding-top: 0 !important;
}

#featured-on img {
    filter: grayscale(100%);
}
 

/*------------------------------------*\
Precious Metals
\*------------------------------------*/


.coin-cat-box-section .vc_col-sm-4{
    width: 30.333%;
    margin: 1.5% 1.5% 5.5% 1.5%;
}

.coin-cat-box-section .vc_column-inner {

    border: 2px solid rgb(255, 255, 255) !important;
    padding: 15px !important;
    min-height:380px;
}


.coin-cat-box{
    background-color:#f5f6f6;
    padding:10px !important;
    min-height:375px;

}

.coin-cat-box img{
    max-width:270px !important;
    margin:0px auto;
    height:auto;
}

.coin-cat-box p{
    color:#FFF;
    display:none;
    text-align:center;
}

.coin-cat-box:hover p{

    display:block;
}

.coin-cat-box:hover{
    background-color:#2c2c2c;

}

.coin-cat-box .gold-btn{
    display:block;
}

.coin-cat-box:hover .gold-btn{
    color:#FFF !important;
    text-decoration:none;
}

.coin-cat-box:hover img{
    max-width:80px !important;
}
.coin-cat-box:hover h2{
    color:#b4a461 !important;

}

.coin-cat-box h2{
    margin-top:30px !important;

}


.author-box h2{
    margin-top:0px;
    padding:35px 0px 0px 0px;

}

.author-box{
    padding: 20px;
    background-color: #f5f6f6;
    display: block;
    clear: both;
    min-height: 320px;

}

.author-image-box{
    min-height: 280px;
    width:100%;
    max-width:200px;
    float: left;
    background-size: cover;
    margin: 0px 40px 0px 0px;

}

.img-border{
    width: 93%;
    height: 86%;
    display: block;
    border: solid 2px #FFF;
    position: relative;
    margin: 3% auto;
    min-height: 265px;

}

.download-ag-banner{
    width:100%;
    min-height:400px;
    background-image:url(../png/dounload-banner.png.png);
    background-size:cover;
    text-align:left;
    margin-top:35px;
}

.download-ag-banner.stevek{
    background-image:url(../png/stevek.png);
    background-position:left center;
    margin-top:-35px;
}
.download-ag-banner.rickards{
    background-image:url(../png/rickards.png);
    background-position:right center;
}

.download-ag-banner.one-two-three{
    background-image:url(../png/cta-bg-gold.png);
    background-position:right center;
    margin-top:-35px;
    background-size:cover !important;
    opacity:1;

}


.download-ag-banner:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 60px solid #fff;
    display: block;
    margin: 0px auto;
}


body.page-id-20 .download-ag-banner:before{
    border-top: 60px solid #efefef;
}

body.page-id-22 .download-ag-banner:before{
    border-top: 60px solid #f5f6f6;
}

.download-ag-banner .gold-btn{
    color:#FFF !important;
    text-decoration:none !important;
}

.download-guide{
    max-width: 90%;
    height: 340px;
    background-image: url(../png/guide.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 0px;
    width: 100%;

}

.give-padding.wpb_row{
    width:95% !important;
    margin:0px auto !important;
    max-width:1280px !important;
}


/*------------------------------------*\
Footer Section
\*------------------------------------*/




/* Old Featured Logos 

.featured-logos-one {
width: 100%;
min-height: 36px;
background-image: url(img/white-footer-logos-one.png);
background-size: contain;
background-position: 80% 0px;
background-repeat: no-repeat;
margin-top: 10px;
}


.featured-logos-two {
width: 100%;
min-height: 50px;
background-image: url(img/white-footer-logos-two.png);
background-size: contain;
background-position: center left;
background-repeat: no-repeat;
}


*/

.featured-logos {
    padding: 0px 0px 0px 0px;
    position: relative;
    display: block;
    clear: both;
}

footer .featured-logos{
    padding:60px 0px 70px 0px;
}


#bbb-logo{
    max-width:100px;

}

#numnum{
    max-width:125px;
}

#bca{
    max-width:110px;
}

#icta{
    max-width:80px;
    /*margin-top:-10px;*/
}

#trust-link-foot{
    max-width:120px;
}

#ucm{
    max-width: 90px;
    /*margin-top: -13px;*/
}

.footer p {
    font-family: 'Oswald', sans-serif;
    color:#3D3939 !important;
}

.social-footer-section {
    width: 100%;
    height: 80px;
    text-align: center;
    background-color: #292929;
    color: #9e9e9e;
    font-size: 34px;
    font-family: fontawesome;
    font-style: normal;
    padding-top: 29px;
}

.social-footer-section a:hover i {
    color: #b4a461;
}
.social-footer-section a i {
    margin: 0px 10px;
    font-style: normal !important;
    color: #9e9e9e;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

i {
    font-style: normal !important;
}

.white-footer {
    width: 100%;
    min-height: 300px;
    background-color: #f8f8f8;
    padding-top: 0px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 40px;
}

.white-footer-wrap {
    max-width: 1100px;
    margin: 0px auto;
}

.white-footer h3 {
    color: #b4a461;
    font-size: 16px;
}


.footer-phone:before{
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    margin-right: 30px;
    background-color: #b4a461;
    position: absolute;

}



.footer-phone h3 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 300 !important;
    color: #2c2c2c;
    font-size: 24px;
}

.white-footer a {
    color: #2c2c2c;
}

.footer-phone a {
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    padding: 10px 30px;
    display: block;
    margin: 0px auto;
    background-color: #FFF;
    border: solid 1px #c2c2c2;
    max-width: 80%;
    font-family: 'Oswald', sans-serif;
}

.footer-phone a:hover {
    background-color: #c2c2c2;
    color:#fff;
}

a.footer-links {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    display: inline-block;
}

a.footer-links:hover {
    text-decoration:underline;
}

.gold-vertical-break-line {
    width: 2px;
    height: 100px;
    background-color: #b4a461;
    margin: 0px auto;
    position: absolute;
}



.footerend {
    background-color: #c2c2c2;
    text-align: center;
}

.footerend p {
    padding: 30px;
    color: #FFF;
    max-width: 1200px;
    margin: 0px auto;
    font-size: 12px;
    font-family: 'Lora', serif !important;
}

.footerend a {
    color:#2c2c2c;
    text-decoration:underline;
}

.footerend a:hover {
    color: #000000;
}


.review-stars-trust{
    font-size:20px;
    color:#FFF;

}

.review-stars-trust i{
    padding:5px;
    background-color:#B4A463; 
    margin-right:0px;
}

.revieww-date{
    text-align:right;
    float: right;
}

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/


/* wrapper */
.wrapper {
    max-width:1280px;
    width:95%;
    margin:0 auto;
    position:relative;
}
/* header */
.header {

}

/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
INTERIOR PAGES
\*------------------------------------*/
.featured-image.full-bleed {
    position: relative;
    padding: 20px;
}
.featured-image.full-bleed h1 {
    color: white;
    text-align: center;
    text-shadow: 1px 0px 20px #000;
}


body:not(.home) .header + .wrapper {
    background: white;
    display: block;
    overflow: hidden;
    clear: both;
}
body:not(.home) .wrapper .main {
    padding: 43px 0 0px;
}

body.page-id-22 .wrapper .main, body.page-id-19 .wrapper .main, body.page-id-27859 .wrapper .main{
    padding:0px;
}

body.page-id-22 h5{
    margin:-20px 0px 20px;
}

body:not(.home) .wrapper .left-column.main {
    padding: 0px 0 0 0;
}
body:not(.home) .wrapper .right-column.sidebar {
    padding: 0px 0;
}
body:not(.home) .page-content .featured-image {
    margin-bottom: 24px;
}
body:not(.home) .page-content h1 {
    font-size: 28px;
    line-height: 1.2;
    color: #b4a461;
    text-transform: uppercase;
    margin: 0;
}
body:not(.home) .page-content a {
    color: #b4a461;
    text-decoration: underline;
}
body:not(.home) .page-content a:hover {
    text-decoration: none;
}



.review-video-text p{
    width: 53%;
    top: 57px;
    font-family: "Oswald";
    text-align: left;
    font-weight: 300;
    font-size: 20px !important;
    line-height: 36px !important;

}

/* TABBED PAGE */
.page-template-template-tabs .page-title h1 {
    text-align: center !important;
    padding-bottom: 40px;
    text-transform: none !important;
    font-weight: normal !important;
    color: #2c2c2c !important;
}

.page-template-template-tabs .vc_tta-tabs-container {
    text-align: center !important;
}
.page-template-template-tabs .vc_tta-panels {
    border: 0 !important;
    background: none !important;
}

h2.vc_custom_heading {
    font-weight:100 !important;
    text-transform:inherit !important;
    letter-spacing:0px !important;
    color: #b4a461 !important;
}

.page-template-template-tabs .vc_tta-panels h2 {
    color: #b4a461;
    margin: 0;
    font-weight:100 !important;
    text-transform:inherit;
    letter-spacing:0px;
}
.page-template-template-tabs .vc_tta-panels .vc_single_image-wrapper {
    margin-bottom: -10px;
}
.page-template-template-tabs .header {
    z-index: 4;
    position: relative;
}
.page-template-template-tabs .vc_btn3-container {
    margin-top: -15px;
}
.page-template-template-tabs .vc_btn3-container a {
    background: #2c2c2c !important;
    color: white !important;
    font-size: 10px !important;
    text-decoration: none !important;
    padding: 8px 12px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.page-template-template-tabs .vc_btn3-container a:hover {
    background: #424242 !important;
}


/* ABOUT PAGE */
#about-hero h2 {
    text-transform:none !important; 
    width:80%; 
    max-width:1000px; 
    margin:auto;
}

#about-main h1 {
    text-transform:none !important;
    font-weight:100 !important;
}

.ag-lt-grey {
    color:#a4a4a4 !important;
}


/* RESOURCE PAGE */
.vc_separator {
    margin-bottom:60px !important;
} 

.hide-show .vc_separator{
    margin-bottom:0px !important;

}

#IRA-intro img {
    float:left;
}

#vertical-divider {
    background-color:#b6a462; 
    width: 2px; 
    height:150px; 
    float:left; 
    margin-right:30px;
    margin-left:20px;
}


/* Home FORM */
.home-form-ag{
    max-width:1000px;
    margin:0px auto;
}

.home-form-ag input[type="text"], 
.home-form-ag input[type="tel"], 
.home-form-ag input[type="email"] {
    background-color:#FFF;
    border:none;
    height:40px;
    font-size:12px;
    width:48%;
    float:left;
    margin:1%;
    text-indent:15px;

}

.home-form-ag input[type="checkbox"]{
    color:#FFF;
    float:left;
}


.home-form-ag p{
    display:block;

}

.home-form-ag .interestedin{
    color:#FFF;
    width:98%;
    display:block;
    margin-top:110px;

}

.home-form-ag .checkboxesGold .wpcf7-form-control-wrap{
    width:50%;
    float:left;
    color:#FFF;


}

.home-form-ag .getfreeguide{
    max-width: 300px;
    margin: 5% 0px 0px 0px;
    display: block;
    width:98%;
}


.home-form-ag .wpcf7-not-valid-tip{
    display:none !important;
}

.home-form-ag .wpcf7-not-valid{
    border:solid red 1px !important;
}

.home-form-ag .wpcf7-response-output{
    color: #FFF !important;
    margin-top: -10px !important;
    margin-bottom: 20px !important;
}



/*
.home-form-ag input.wpcf7-not-valid:after{
content: "\f06a";
font-family: fontawesome;
display: block;
width:30px;
font-size:30px;
color:red;
margin-right:30px;
position:absolute;
}

.invalid .home-form-ag .wpcf7-form-control-wrap:after{
content: "\f06a";
font-family: fontawesome;
display: block;
width:30px;
font-size:30px;
color:red;
margin-right:30px;
position:absolute;
}*/

.open-home-form{
}

#free-gold-guide{
    z-index:1;
    min-height:420px;
}

.ag-step-form{
    position: absolute !important;
    left: -100% !important;
    transition:ease-in 1s;
    z-index:2;
    top:36px;
}

.ag-step-form.active{
    left: 15px !important;
    width: 100%;
    margin-top:0px;
    min-height:420px;

}


/* CONTACT FORM */
#ag-contact-form {
    width:95%;
    margin:auto;
}

#ag-contact-form p {
    text-align:center;
    font-size:20pt !important;
    line-height:60px !important;
} 


#ag-contact-form input{
    background-image:none !important;
    background-color:#FFF;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
    text-align:center;
    padding: 0 20px !important;
    font-size:16pt !important;
}

#ag-contact-form input[type="submit"]{
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    width: 20% !important;
    background-color: #b4a461;
    font-size: 20px !important;
    margin: 0px !important;
    height:60px;
    color:#fff;
    border:0px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.p-metal-link-col{
    width:33.3%;
    float:right;
}

.p-metal-nav-wrap{
    width:60%;
    float:left;

}

.coin-nav-btn{
    color:#FFF;
    border:solid 1px #FFF;
    text-align:center;
    min-height:120px;
    margin:15px 5px 0px;
    padding:10px;
    border-style:inset;

}
.coin-nav-btn:hover{
    border:2px solid #FFF;
    cursor:pointer;

}


#ag-contact-form input[type="submit"]:hover{

    background-color: #998b51 !important;
    color:#fff;
}

#ag-contact-form ::-webkit-input-placeholder {
    font-family: 'Oswald', sans-serif !important;
    font-size:10pt !important;
    text-transform:uppercase;
}

#ag-contact-form :-moz-placeholder {
    font-family: 'Oswald', sans-serif !important;
    font-size:10pt !important;
    text-transform:uppercase;
}

#ag-contact-form ::-moz-placeholder {
    font-family: 'Oswald', sans-serif !important;
    font-size:10pt !important;
    text-transform:uppercase;
}

#ag-contact-form :-ms-input-placeholder {
    font-family: 'Oswald', sans-serif !important;
    font-size:10pt !important;
    text-transform:uppercase;
}

.ag-full-name {
    width:25% !important;
}

.ag-email, .ag-account-type {
    width:35% !important;
}

.ag-age {
    width:8% !important;
}

.ag-phone {
    width:15% !important;
}

.wpcf7-not-valid-tip {
    display:inline-block !important; 
}

.subscribe-ag-home .wpcf7-not-valid-tip {
    display:none !important; 
}

.wpcf7-response-output {
    text-align:center;
    border:0px !important;
    font-style:italic;
    color:#FFF;
    margin-bottom:20px !important;
}


.subscribe-box div.wpcf7-response-output{
    color:#FFF;
}


.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li{


}

.margin-bottom-none .wpb_content_element{
    margin-bottom:15px !important;

}

/*------------------------------------*\
Sidebar Form
\*------------------------------------*/

.g_form_wrap_s{
    background-color:#353b3c;
    color:#FFF;
    padding:20px 0px 0px;

}

.g_form_wrap_s input{
    text-transform:inherit;

}
.g_form_wrap_s input[type=checkbox]{
    margin-right:5px;

}
.g_form_wrap_s input[type=text]{
    margin:0px auto;
    width:90%;
    display:block;
    height:40px;
    border:#b4a461 1px solid;
    text-indent:15px;
}

.g_form_wrap_s input[type=email]{
    margin:0px auto;
    width:90%;
    display:block;
    height:40px;
    border:#b4a461 1px solid;
    text-indent:15px;
}
.g_form_wrap_s input[type=tel]{
    margin:0px auto;
    width:90%;
    display:block;
    height:40px;
    border:#b4a461 1px solid;
    text-indent:15px;
}


.ag-sidebar-form-img{

    background-image: url(../png/sidebar-bg.png);
    background-size: cover;
    width: 100%;
    min-height: 340px;
    background-position: bottom center;
}

.getfreeguide input{
    font-family:'Oswald', sans-serif;
    background-color: #b4a461;
    padding: 10px 25px;
    border: #998b51 solid 1px;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    margin:0px auto;
    text-align:center;
    width:90%;
    display:block;

}

.g_form_wrap_s span.wpcf7-not-valid-tip{

    margin-left: 5% !important;

}

.g_form_wrap_s wpcf7-response-output .wpcf7-display-none .wpcf7-validation-errors{
    display:none !important;

}

.contact_s{
    text-align:center;
}

.contact_s p{
    text-align:center;
    font-family:'Oswald', sans-serif;
    font-size:18px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:2px;
    margin:0px;
}

.interestedin{
    width:90%;
    margin:0px auto;
    font-size:14px;
    margin-bottom:0px;
}

.checkboxesGold{
    padding:0px;
    width:98%;
    margin:0px auto 30px;
}

.g_form_wrap_s span.wpcf7-list-item{
    margin-left:0px;

}
.g_form_wrap_s label{
    margin-bottom: -15px;
    display: block;
}

.contact_s span{
    width: 20px;
    height: 2px;
    display: inline-block;
    background-color: #aeb1b1;
    margin: 20px 10px 5px 0px;
}

.contact_s h2{
    margin:0px;
    padding:0px;

}


.vc_tta-panel-body{
    padding:14px 0px !important;
}

.wrap-me{
    max-width:1280px;
    width:95%;
    margin:0 auto !important;
    position:relative;

}


.expand-link{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
}




.ag-long-break .vc_separator .vc_sep_holder .vc_sep_line{
    width:20%;
    margin-bottom:30px;
    padding-top:0px !important;

}


.hide-show .vc_separator{
    padding-top:0px !important;
}
.ag-long-break h2{
    margin-top:50px !important;
}


.hide-show p{
    transition:.5s;
    opacity:0;
    height:0px;
    line-height:0px !important;
    display:none;
}

.hide-show ul{
    transition:.5s;
    opacity:0;
    display:none;
}


.hide-show .vc_separator .vc_sep_holder .vc_sep_line{
    width:20%;

}


.hide-show h3{
    cursor:pointer;

}

.hide-show h3:before{
    content:"\f055";
    font-family:fontawesome;
    display:block;
    width:20px;
    height:30px;
    color:#2d2d2d;
    float:left;
    margin-right:2px;
}

.hide-show .wpb_wrapper.clicked h3:before{
    content:"\f056";

}
.hide-show .wpb_wrapper.clicked p{
    opacity:1;
    height:100%;
    line-height:29px !important;
    display:block;
}


.hide-show .wpb_wrapper.clicked  ul{
    opacity:1;
    display:block;
}

.gold-break-line{
    width:100%;
    height:2px;
    background-color:#b4a461;
    margin:30px 0px !important;

}

/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('../font-name.html');
    src:url('../font-named41d.html?#iefix') format('embedded-opentype'),
        url('../font-name-2.html') format('woff'),
        url('../font-name-3.html') format('truetype'),
        url('../font-name-4.html#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}


/*Flex Conatiners 
NOTE FROM TIM: This is an awesome way to 
do flex grids for responsvie containers.  
*/

.flex_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex_container .flex_item {
    flex-grow: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}



/ legacy Firefox / @-moz-document url-prefix() {
    .flex-container {
        width: 100%;
        -moz-box-sizing: border-box;
    }
}
.flex_container.flex_one > .flex_item {
    width: 100%;
}
.flex_container.flex_two > .flex_item {
    width: 50%;
}

.flex_container.flex_two > .flex_item.two_thirds {
    width: 66.6%;
}

.flex_container.flex_two > .flex_item.one_third {
    width:33.3%;
}
.flex_container.flex_three > .flex_item {
    width: 33.3%;
}
.flex_container.flex_four > .flex_item {
    width: 25%;
    overflow:hidden;
}
.flex_container.flex_five > .flex_item {
    width: 20%;
}
.flex_container.flex_six > .flex_item {
    width: 12%;
}




/* Icon 3 */

.nav-icon-wrap.sticky{
    background-color: #000;
    padding: 0px 0px 0px 0px;
    position: fixed;
    width: 43px;
    height: 43px;
    right: 0px;
    margin: 10px 30px 0px 0px;
    z-index: 99999999;

}


.nav-icon-wrap.sticky.open-close{
    background-color:#FFF !important;

}

.nav-icon-wrap{
    z-index:99999999;
    background-color:#fff;
    display:none;

}





#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 32px;
    height: 45px;
    position: relative;
    margin: 10px auto 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    margin-right: 3%;
    z-index:9999999;}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.nav-icon-wrap.sticky #nav-icon3{
    margin:11px 9px 0px 0px;
    transition:none;
}

.nav-icon-wrap.sticky #nav-icon3.nav-btn-active span{
    background:#000;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.nav-btn-active span{
    background:#000;
}


.nav-btn-active.open{
    position:fixed;

}


.mobile-nav{
    width:100%;
    min-height:480px;
    background-color:#222;
    display:none;
    position:fixed;
    top:30px;
    height:100%;

}


.mobile-nav .sub-menu{
    display:none;
    border-top:solid 2px #FFF;
    border-bottom:solid 2px #FFF;

}



.mobile-nav ul.sub-menu{
    padding: 20px 5px 5px 5px !important;
    margin: 0px !important;
    background-color:#b4a461;
}

.mobile-nav ul li:hover .sub-menu {
    display:block;

}

.mobile-nav ul li.menu-item-27 a{
    pointer-events: none !important;	
}


.mobile-nav ul li.menu-item-28 a{
    pointer-events: none !important;	
}

.mobile-nav ul li.menu-item-33 a{
    pointer-events: none !important;	
}

.mobile-nav ul li.menu-item-34 a{
    pointer-events: none !important;	
}

.mobile-nav ul{
    margin:0px 0px 0px 0px;
    padding:60px 0px 0px 0px;

}

.mobile-nav ul li{
    list-style:none;
    text-align:center;
    width:100%;
    margin-bottom:20px;
}

.mobile-nav ul li a{
    padding:0px;
    color:#FFF;
    font-size:20px;
    text-transform:uppercase;
    font-family:"Oswald";

}

.mobile-nav #ag-logo{
    max-width:300px;
    margin:0px auto;

}

.mobile-nav ul li a:hover .sub-menu{
    display: block;

}

.mobile-nav.open{
    display:block;
    z-index: 9999999;

}

.mobile-nav > a
{
}
.mobile-nav:not( :target ) > a:first-of-type,
.mobile-nav:target > a:last-of-type
{
    display: block;
}

/* first level */





.mobile-hide{
    display:none;

}

.mbile-ira-btn a{
    background-color: #b4a55b;
    color: #FFF !important;
    letter-spacing: 0px !important;
    font-size: 15px !important;
    padding: 10px 20px 11px 20px !important;
    font-family:'Oswald', sans-serif;
    position:absolute;
    right:0px;
    top:-2px;
    display:none;


}

.mobile-header{
    display:none;

}

.blog-main{
    width:62%;

}

.review-logos{
    max-width:800px;
    margin:0px auto;

}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/




@media screen and (min-width: 768px) {
    .featured-image.full-bleed {
        height: 360px;
        margin-bottom: -10px;
    }
    body:not(.home) .wrapper .left-column {
        float: left;
    }
    body:not(.home) .wrapper .right-column {
        float: right;
    }
    body:not(.home) .wrapper .left-column.main {
        width: 67%;
        padding: 43px 0;
    }
    body:not(.home) .wrapper .right-column.sidebar {
        width: 31%;
        padding: 43px 0;
    }
    body:not(.home) .page-content h1 {
        font-size: 42px;
        line-height: 52px !important;
    }
    body:not(.home) .page-content p {
        font-size: 15px;
        line-height: 29px;
        margin-bottom: 24px;
    }
    /* Tab Page */
    .page-template-template-tabs .page-title h1 {
        font-size: 60px !important;
        padding-top: 30px !important;
    }


    .ng-tab{
        top:-84px;
        position:relative;
    }

    .page-template-template-tabs .ng-tab .vc_tta-container{
        top:0px !important;
    }

    .page-template-template-tabs .vc_tta-container {
        position: relative;
        top: -64px;
    }
    .page-template-template-tabs .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, 
    .page-template-template-tabs .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, 
    .page-template-template-tabs .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
        border-radius: 0 !important;
        border: 0 !important;
    }



    .page-template-template-tabs .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
        margin: 0 3px;
    }
    .page-template-template-tabs .vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
        font-family:'Oswald', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        background: #f5f6f6;
        color: #c2c2c2;
    }
    .page-template-template-tabs .vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active a {
        color: #2c2c2c;
        background: white;
    }
    .page-template-template-tabs .vc_tta-tabs-container {
        position: relative;
        top: 2px;
    }
    .page-template-template-tabs .vc_tta-panels {
        padding: 50px 0 0px 0;
    }
}

@media screen and (min-width: 1280px) {
    .featured-image.full-bleed h1 {
        margin: 0;
        text-align: left;
        position: absolute;
        left: 50%;
        width: 50%;
        top: 40%;
        transform: translateY(-40%);
        margin-left: -610px;
        font-size: 42px;
        line-height: 48px;
    }


    .featured-image.full-bleed h3 {
        margin: 0;
        text-align: left;
        position: absolute;
        left: 50%;
        width: 50%;
        top: 60%;
        transform: translateY(-60%);
        margin-left: -640px;
        line-height: 30px;
    }


    .featured-image.full-bleed h3:before{
        content:"";
        display:block;
        width:120px;
        height:2px;
        background-color:#FFF;
        margin:10px 0px;
    }


    /* Tab Page */
    .page-template-template-tabs .page-title h1 {
        border-bottom: 3px solid #f5f6f6 !important;
    }
    .page-template-template-tabs .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
        margin: 0 4px;
        width: 237px;
    }
    .page-template-template-tabs .featured-image.full-bleed {
        height: 405px;
    }
}

@media screen and (min-width: 1340px) {
    .featured-image.full-bleed h1 {
        margin-left: -640px;
    }
}

@media screen and (max-width: 1200px){
    .trust-link, .bbb, .tp-logo, #rated-number-one{
        display:none !important;
    }

    nav ul li{
        padding:12px 0px;
    }
    nav ul li#menu-item-27 a, nav ul li#menu-item-27 a, nav ul li#menu-item-28 a, nav ul li#menu-item-28 a, nav ul li#menu-item-33 a, nav ul li#menu-item-34 a{
        padding: 12px 27px 12px 17px;
    }

}

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


    td{
        width: 100% !important;
        display: block;
        clear: both;
        padding: 0px;
        margin-top: 16px;
    }

    nav{
        display:none !important;
    }

    .rolloutmenu{
        display:none !important;
    }

    .ira-btns{
        display:block !important;
        clear:both !important;
        float:none !important;
        margin:20px auto;
    }

    .ira-btns:last-child{
        margin-left:auto !important;
    }

    .nav-icon-wrap{
        display:block;
    }


    .mobile-header{
        width:100%;
        height:60px;
        background-color:#FFF;
        position:fixed;
        top:0px;
        display:block;
        clear:both;
        z-index:99999999999;
    }

    .mobile-hide-col{
        display:none !important;
    }

    #ag-contact-form input[type="submit"]{
        width:80% !important;
    }

    .ag-age{
        width:20% !important;
    }

    .ag-phone, .ag-email, .ag-account-type, .ag-full-name{ width:80% !important;}

    .author-image-box{
        margin: 0px auto;
        padding-top: 1px;
        float:none;
    }
    .cat-btns-cloud{
        margin-bottom:15px;
    }

    .blog-share-btns{
        display:block;
        float:none;
        clear:both;
        margin:10px 0px;
    }

    .blog-main{
        width:100%;
    }

    .mobile-blog-sidebar{
        display:none;
    }

    .download-ag-banner.one-two-three{
        display:none;
    }
    .coin-cat-box-section .vc_col-sm-4{
        width:95%;
        margin:0px auto;
    }

    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
        background-color:#FFF !important;
    }

    .hide-on-mobil{
        display:none !important;
    }

    .bx-wrapper{
        overflow:hidden;
    }

    .ag-logos-phone.sticky{
        display:none !important;
    }

    header{
        height:60px;
    }

    .ag-logos-phone{
        display:none !important;
    }




    .mbile-ira-btn a{
        display:block;
    }

    .mobile-hide{
        display:block;
    }

    .mobile-logo{
        display:block;
        background-image:url(../svg/ag-logo.svg);
        width: 260px;
        height: 40px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 10px auto;

    }


    .mobile-logo a{
        display:block;
        width:100%;
        height:100%;
    }


    .logo{
        display:none;
    }


    video{
        display:none;	
    }

    .ag-white-force .hero-rob-main .flex_item{
        background-color:rgba(0,0,0,0.69);
        margin:35px 0px 10px;
        padding:0px 20px;

    }

    .ag-step-form{
        display:none;
    }

    .ag-step-form.active{
        display:block;
    }

    #research-and-reports img{
        margin-bottom:30px;
    }

    .rpwwt-post-excerpt{
        float:none;
        width:100%;
        text-align:center;
        display:block;
        clear:both;
    }

    .rpwwt-widget img{
        margin:0px auto;
        float:none;
        display:block;
        clear:both;
    }

    #rpwwt-recent-posts-widget-with-thumbnails-3 img{
        width: 250px;
        height: 197px;
        float: none;
        display: block;
        margin: 0px auto 20px !important;
    }

    .subscribe-ag-home input{
        width:70% !important;
        height:60px;
    }

    .ag-step-form .interestedin, .ag-step-form .checkboxesGold{
        display:none;
    }

    .home-form-ag .getfreeguide {
        margin: 17% 0px 0px 0px !important;
        display: block !important;
        max-width: 100% !important;
    }

    .review-hero{
        display:none;
    }

    .review-logos{
        width:100%;
    }


    .subscribe-ag-home input[type="submit"]{
        width:30% !important;
        height:60px;
    }

    .rpwwt-post-title{
        float:none;
        display:block;
        clear:both;
        text-align:center;
        margin-bottom:20px;
    }

    .subscribe-ag-home{
        width:98%;
    }

    #research-and-reports h3{
        display:block;
        clear:both;
        text-align:center;
        margin-top:20px;
    }

    .custom-open-link-ira, .home-phone-new{
        display:none !important;
    }

    #research-and-reports p{
        text-align:center;
    }
    .ag-info-box img{
        float: none;
        clear: both;
        display: block;
        margin: 0px auto;
    }

    #featured-on{
        display:none;
    }

    .ag-black-force .hero-rob-main .flex_item{
        background-color:rgba(255,255,255,0.69);
        margin:35px 0px 10px;
        padding:0px 20px;

    }



    .trustlinks_wrapper{
        margin-top:40px;
    }

    .hero-image-home p{
      text-align:center;
      margin-left: auto;
      margin-right: auto;
    }
    .hero-large-text{
      text-align:center;
    }

    .b-height{
        display:none !important;
    }

    .hero-rob-main h1{
        margin:20% auto 0px;
        text-align:center;
    }

    .news-coloumn.vc_col-sm-4{
        width:95%;
        margin:0px auto;
    }

    .news-coloumn{
        margin-top:30px !important;
    }

    .top-tree-bar{
        display:none !important;
    }

    .hide-show .vc_separator .vc_sep_holder .vc_sep_line{
        width:30%;
    }

    .ag-long-break .vc_separator .vc_sep_holder .vc_sep_line{
        width:20%;
    }


    .flex_container.flex_two > .flex_item {
        width: 100%;
    }

    .flex_container.flex_two > .flex_item.two_thirds {
        width: 100%;
    }

    .flex_container.flex_two > .flex_item.one_third {
        width:100%;
    }
    .flex_container.flex_three > .flex_item {
        width: 100%;
    }

    .flex_container.flex_three.no-break > .flex_item {
        width: 33.3%;
    }


    .flex_container.flex_three.no-break-m> .flex_item {
        width: 33.3%;
    }

    .flex_container.flex_three.no-break{
        padding:0px 20px;
    }


    .flex_container.flex_four > .flex_item {
        width: 100%;
        overflow:hidden;
    }

    .flex_container.flex_four.no-break > .flex_item {
        width:25%;
        margin-top:30px;
    }


    .ag-trust-link-review .vc_col-sm-3{

        width: 98%;
        font-family:'Oswald' !important;
        position:relative;
    }

    .flex_container.flex_five > .flex_item {
        width: 100%;
    }
    .flex_container.flex_six > .flex_item {
        width: 100%;
    }

    .flex_container.flex_six.no-break > .flex_item {
        width: 16.6%;
    }


    /*footer Responsive*/
    #bbb-logo, #numnum, #bca, #icta, #trust-link-foot, #ucm{
        padding:10px;
        max-width:100px;
    }

    #icta{
        margin-left: 0px;
    }




    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before{
        display:block !important;
    }

    .vc_tta-panel-title{
        display:none !important;

    }

    .vc_tta-panel-body{
        border:none !important;

    }

    .trustlink_badge{
        max-width:200px;
        margin:0px auto;
    }

    .subscribe-box h2.ag-black:before{
        background-position: center !important;
    }
    .subscribe-box h2.ag-black{
        text-align:center !important;

    }

    .wpb_single_image.vc_align_left{
        text-align:center !important;
    }

    .mobile-center{
        text-align: center !important;

    }

    .wpb_raw_html iframe{
        margin:0px auto;
        display:block;

    }

    .trustlink_badge img{
        width:100% !important;

    }
    .exters-pyramid img{

        width:100% !important;
        height:auto !important;

    }

    .coin-cat-box-section .vc_col-sm-4{
        margin:10px auto !important;

    }

    .page-template-template-tabs .vc_btn3-container {
        margin-top: 15px;
    }

    .mobile-gold-ira-col img{
        margin:20px 0px !important;
    }
    .mobile-gold-ira-col p{
        margin-bottom:5% !important;

    }
    #vertical-divider{
        display:none;

    }

    .mobile-pad-img{
        margin-bottom: 5% !important;
        width: 100%;
        height: auto;

    }

    .autho-break{
        display:none;

    }

    .subscribe-box p{
        line-height:35px;

    }

    .author-mobile{
        display:block;
        clear:both;
    }

    .blog-share-btns a{
        float:none;

    }

    .cat-btns-cloud li a{
        padding: 0px !important;
        border:none !important;
        height:inherit !important;
        width: inherit !important;
    }

    .coin-cat-box{
        background-color:#f5f6f6 !important;

    }
    .coin-cat-box p{
        display:block !important;
        color:#333;
    }

    .coin-cat-box:hover img{
        max-width:95% !important;
    }

    .coin-cat-box{
        background-color:#f5f6f6 !important;

    }
    .coin-cat-box p{
        display:block !important;
    }

}


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

    .coin-cat-box{
        background-color:#f5f6f6 !important;

    }
    .coin-cat-box p{
        display:block !important;
    }

    .revieww-date{
        margin-top: -99px;
        margin-bottom: 120px;
    }

    .grid li{
        margin:5px 0px !important;
    }

    .alignleft{
        float:none;
        margin:0px auto;
        width:100%;

    }

    #contact-form-wrapper{
        width:95% !important;
    }

    .download-ag-banner.stevek{
        background-postion:left center !important;
    }


    .vid-one-click:before, .vid-two-click:before, .vid-three-click:before, .vid-four-click:before {
        right:20px;
        bottom:20px;
    }

    .home-phone-new{
        display:none !important;
    }

    .mobile-logo{
        width: 60px;
        height: 40px;
        background-image: url(../png/ag-mobile-logo.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 10px auto;

    }


    .flex_container.flex_six.no-break > .flex_item {
        width: 33.33%;
    }



}

/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
    background:#b4a461;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#b4a461;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#b4a461;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/* Hang */
@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}




.grid {
    padding: 20px 20px 100px 20px;
    max-width: 1300px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.grid li {
    display: inline-block;
    width: 40%;
    margin: 20px;
    padding: 0px;
    text-align: left;
    position: relative;
    border: solid 1px #b4a461;
}

.grid figure {
    margin: 0;
    position: relative;
}

.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: #f6f6f6;
    color: #313131;
    border-top: 1px solid #b5a363;
}

.grid figcaption h3 {
    margin: 15px 0px 0px 0px;
    padding: 0;
    color: #313131;
}

.grid figcaption span:before {
    content: 'by ';
}


.grid figcaption a i{
    font-size: 16px;
    margin-left: 2px;
}
.grid figcaption a {
    text-align: center;
    padding: 5px 20px;
    border-radius: 2px;
    display: inline-block;
    background: #b5a363;
    font-family:"Oswald";
    color: #fff !important;
    font-weight:400;
    text-transform:uppercase;
    text-decoration:none !important;
}

.grid figcaption a:after{


}

/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
    height: 100%;
    width: 100%;
    opacity: 1;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
}

.cs-style-1 figcaption h3 {
    margin-top: 70px;
}

.cs-style-1 figcaption span {
    display: block;
}

.cs-style-1 figcaption a {
    margin-top: 30px;
}

/* Caption Style 2 */
.cs-style-2 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
}

.cs-style-2 figcaption {
    height: 90px;
    width: 100%;
    top: auto;
    bottom: 0;
}

.cs-style-2 figcaption a {
    position: absolute;
    right: 20px;
    top: 30px;
}

/* Caption Style 3 */
.cs-style-3 figure {
    overflow: hidden;
}

.cs-style-3 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.cs-style-3 figcaption {
    height: 100px;
    width: 100%;

}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
    position: absolute;
    bottom: 35px;
    right: 20px;
}

/* Caption Style 4 */
.cs-style-4 li {
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}

.cs-style-4 figure {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cs-style-4 figure > div {
    overflow: hidden;
}

.cs-style-4 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}

.cs-style-4 figcaption {
    height: 100%;
    width: 50%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Caption Style 5 */
.cs-style-5 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}

.cs-style-5 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.cs-style-5 figure a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Caption Style 6 */
.cs-style-6 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-6 figure:hover img,
.cs-style-6 figure.cs-hover img {
    -webkit-transform: translateY(-50px) scale(0.5);
    -moz-transform: translateY(-50px) scale(0.5);
    -ms-transform: translateY(-50px) scale(0.5);
    transform: translateY(-50px) scale(0.5);
}

.cs-style-6 figcaption {
    height: 100%;
    width: 100%;
}

.cs-style-6 figcaption h3 {
    margin-top: 60%;
}

.cs-style-6 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Caption Style 7 */
.cs-style-7 li:first-child { z-index: 6; }
.cs-style-7 li:nth-child(2) { z-index: 5; }
.cs-style-7 li:nth-child(3) { z-index: 4; }
.cs-style-7 li:nth-child(4) { z-index: 3; }
.cs-style-7 li:nth-child(5) { z-index: 2; }
.cs-style-7 li:nth-child(6) { z-index: 1; }

.cs-style-7 figure img {
    z-index: 10;
}

.cs-style-7 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 0 0px #2c3f52;
}

.no-touch .cs-style-7 figure:hover figcaption,
.cs-style-7 figure.cs-hover figcaption {
    opacity: 1;
    height: 130%;
    box-shadow: 0 0 0 10px #2c3f52;
}

.cs-style-7 figcaption h3 {
    margin-top: 86%;
}

.cs-style-7 figcaption h3,
.cs-style-7 figcaption span,
.cs-style-7 figcaption a {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
}

.cs-style-7 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
    -webkit-transition: opacity 0.3s 0.2s;
    -moz-transition: opacity 0.3s 0.2s;
    transition: opacity 0.3s 0.2s;
    opacity: 1;
}

@media screen and (max-width: 31.5em) {
    .grid {
        padding: 10px 10px 100px 10px;
    }
    .grid li {
        width: 100%;
        min-width: 300px;
    }
}


/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
.trustlinks_wrapper .vc_column-inner{ padding-bottom: 15px !important;}
/*.featured-logos .flex_item a{ display: flex; justify-content: center;}*/
.featured-logos .flex_item svg {width: 100%; height: 100%;}

@media(min-width: 768px) and (max-width: 1023px){
    .featured-logos .flex_item{ width: 33.33% !important; text-align: center; margin-bottom: 10px;}
    /*.featured-logos .flex_item:last-child{ width: 100% !important; }
    .featured-logos .flex_item:last-child svg{ width: auto; }*/
    #bbb-logo, #numnum, #bca, #icta, #trust-link-foot, #ucm{ max-width: 130px; }
}

@media(max-width: 767px){
    .featured-logos .flex_item{ width: 33.33% !important; text-align: center; margin-bottom: 10px;}
    /*.featured-logos .flex_item:last-child{ width: 100% !important; }
    .featured-logos .flex_item:last-child svg{ width: auto; }*/
    #bbb-logo, #numnum, #bca, #icta, #trust-link-foot, #ucm{ max-width: 120px; }
}

@media(max-width: 480px){
    .featured-logos .flex_item{ width: 50% !important; text-align: center; margin-bottom: 10px;}
    /*.featured-logos .flex_item:last-child{ width: 100% !important; }
    .featured-logos .flex_item:last-child svg{ width: auto; }*/

}

/*10419*/
.sidebar .checkboxesGold.checkbox-form {width: 90%;}
.sidebar .form-recaptcha {width: 90%;margin: 0 auto 30px;text-align: center;}
.form-recaptcha .wpcf7-form-control-wrap {display: inline-block;vertical-align: top;}
.home-form-ag .checkboxesGold.checkbox-form{display: flex;flex-wrap: wrap;margin-bottom: 10px;}
.home-form-ag .checkboxesGold.checkbox-form .wpcf7-form-control-wrap{width: 100%;float: left;margin-bottom: 8px;}
.home-form-ag .form-recaptcha {padding-left: 10px;}
#free-gold-guide,
.ag-step-form.active{min-height: 600px;}
.home-form-ag input[type="checkbox"] {margin-top: 4px;}
#ag-contact-form .form-recaptcha {display: flex;justify-content: center;flex-wrap: wrap;}
#contact-form-wrapper .form-recaptcha {display: flex;flex-wrap: wrap;justify-content: flex-start;margin-bottom: 30px;}
#ag-contact-form input[type="submit"] + img.ajax-loader {position: absolute;}
@media(min-width: 1024px) and (max-width: 1200px){
    .sidebar .form-recaptcha {transform: scale(0.8);transform-origin: left center;}
}
@media(min-width: 768px) and (max-width: 1023px){
    .sidebar .form-recaptcha {transform: scale(0.65);transform-origin: left center;}
}
@media (max-width: 370px){
    .sidebar .form-recaptcha {transform: scale(0.8); transform-origin: left center;}
}


.badge-header-custom {
    float: right;
        margin-right: 20px;
    padding: 5px 0 0;
}
.ag-logos-phone.sticky .badge-header-custom img {
    display: none;
}