/*
Theme Name: client theme
Author: Sidekick
Author URI: http://www.sidekick.is
Description: Custom Theme for Sidekick client
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: client-theme
Tags:
*/
.post-single-column-text-block-content #mapwrapper {
	width: 100%!important;
}
#mapwrapper {
	width: 100%!important;
}
nav.top-nav .top-nav-container .top-nav-content ul.main-menu {
	padding-left: 0;
	padding-right: 0;
}
#menu-main-menu li:last-of-type a:before {
	content: url(https://gunsmagazine.com/wp-content/uploads/2019/10/icon-podcast.png);
    position: relative;
    top: 4px;
    margin-right: 4px;
    left: 0;
	background: none;
}
/* #menu-main-menu li:last-of-type {
	display: none;
}
.fmg-podcast {
	display: none;
} */
iframe {
	max-width: 100%;
}
.two-column-posts-with-promo .two-column-posts-with-promo-container .two-column-posts-with-promo-content .two-column-posts-top-half .post-promo img {
	max-width: 100%!important;
	height: auto!important;
}
.post-promo.iab-ad-wrapper img{
    max-width: 100%!important;
    height: auto!important;
}
#navigation.mobile-navigation { overflow: auto!important; }
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
}
.half-posts-half-promo .half-posts-half-promo-container .half-posts-half-promo-content .promo .social {
    display: none;
}
p.image-caption {
    font-size: 0.875rem;
}

/* Popup Maker Plug-in Styles */
.popmake .popmake-title {
    text-align: center!important;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.5!important;
    font-size: 2.5rem!important;
}
.popmake .popmake-content p {
    text-align: center;
}
.popmake .popmake-content .gform_wrapper #field_1_1 {
    text-align: center;
}
.popmake .popmake-content .gform_wrapper input {
    /* max-width: 400px; */
    vertical-align: bottom;
    border-radius: 0;
    height: 61px;
    background: #ffffff;
    color: #6f6f6f;
    border: none;
    font-size: 1.3125rem;
    padding-left: 1rem;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    line-height: 1.6875rem;
    border: 2px solid #777;
    margin: 0;
}
.popmake .gform_wrapper form {
    /* display: flex;
    flex-wrap: wrap; */
    max-width: 600px;
	margin: 0 auto;
    text-align: center;
}
/* .popmake .gform_wrapper .gform_body {
    width: 65%;
} */
/* .popmake .gform_wrapper .gform_body .ginput_container_email input {
    border-right: none;
} */
.popmake .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.popmake .gform_wrapper .gfield {
    padding: 0;
}
.popmake .gform_wrapper .gform_footer {
    padding-top: 0;
}

.popmake .popmake-content .gform_wrapper .gform_button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 61px;
    background: #dc3c40;
    color: #fffdfd;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.6875rem;
    text-align: center;
    letter-spacing: 5px;
    cursor: pointer;
    width: 100%;
}
.popmake .gform_wrapper .gform_button:hover {
    cursor: pointer;
    background-color: #858585;
}
.gform_confirmation_wrapper  {
    text-align: center;
}
@media screen and (max-width: 767px) {
	 .pum-container {
		top: 1rem!important;
	}
}

/* END */