/*
 Theme Name:     Flex Mag + Six Spoke
 Theme URI:
 Description:    Flex Mag Child Theme
 Author:         Six Spoke Media
 Author URI:     http://www.sixspokemedia.com
 Template:       flex-mag
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* 
@font-face {
	font-family: "Butler Light";
	src:  url('fonts/butler_light-webfont.woff2?v=1') format('woff2'),
		url('fonts/butler_light-webfont.woff?v=1') format('woff');
}

@font-face {
	font-family: "Butler Bold";
	src:  url('fonts/butler_bold-webfont.woff2?v=1') format('woff2'),
		url('fonts/butler_bold-webfont.woff?v=1') format('woff');
}

.font-butler-light,
.font-butler-light p{
	font-family: 'Butler Light', sans-serif !important;
}

.font-butler-bold,
.font-butler-light p{
	font-family: 'Butler Bold', sans-serif !important;
}

.nav-left-wrap {
    margin-right: 10px;
}

#logo-force-width.nav-left-wrap.left.relative {
    width: 135px;
}

.fly-but-wrap {
	width: 140px;
}

.fly-but-wrap span {
    display:none;
}

.fly-but-wrap img {
    display:block;
    width: 40px;
    left: 15px;
    top: 15.5px;
    position: absolute;
}

.fly-but-wrap.fly-open span {
    display:block;
}

.fly-but-wrap.fly-open img {
    display:none;
}

#menu-force.nav-logo-in {
    margin-left: 140px;
}

/* Fly Out Menu */

#fly-wrap {
    background: #fff none repeat scroll 0 0;
}

nav.fly-nav-menu ul li {
    border-top: 0;
}

nav.fly-nav-menu ul li:first-child {
    margin-top: -8px;
    border-top: 0;
}

nav.fly-nav-menu ul li ul.sub-menu {
    border-top: 0;
}

nav.fly-nav-menu ul li a {
    color: #222222;
}

nav.fly-nav-menu ul li.menu-item-has-children::after {
   font-family: FontAwesome;
   font-size: 1.4em;
   font-weight: 400;
   color: #c0c0c0;
   content: "\f107";
}

nav.fly-nav-menu ul li.menu-item-has-children.tog-minus::after {
   top: 11px;
   font-family: FontAwesome;
   font-size: 1.4em;
   font-weight: 400;
   color: #c0c0c0;
   content: "\f106";
}

nav.fly-nav-menu ul li a {
	padding: 8px 0;
}

.line-above.menu-item{
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	border-top: 1px solid #ccc;
}


.sections{
	margin-left: 50px;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0 none;
}

.sections div{
    position: relative;
    width: 100%;
	margin-right: 10px;
    padding: 18.5px 14px;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 1;
    float: left;
}

.fly-side-wrap {
    background: #f7f7f7 none repeat scroll 0 0;
}

ul.fly-bottom-soc li a {
    color: #c0c0c0;
    border-top: 0;
}

/* Tag header change */

h1.arch-head.tag-left {
    text-align: left;
}

/* New Share Button */

.linkedin-share,
.stumbleupon-share,
.print-share {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
		transition: all .25s;
}

.linkedin-share,
.stumbleupon-share,
.print-share {
	height: 26px;
}

.linkedin-share,
.stumbleupon-share,
.print-share {
	display: inline-block;
	max-width: 200px;
	height: 26px;
	margin-left: .1%;
	text-align: center;
	vertical-align: top;
	border-radius: 3px;
}


.facebook-share,
.twitter-share,
.pinterest-share,
.email-share,
.social-comments,
.whatsapp-share,
.linkedin-share,
.stumbleupon-share,
.print-share {
	width: 11% !important;
}

.linkedin-share {
	background: #007bb5;
}

.stumbleupon-share {
	background: #eb4924;
}

.print-share {
	background: #1c4d0f;
}

.linkedin-share:hover,
.stumbleupon-share:hover,
.print-share:hover {
	opacity: .85;
}

.video-main-text .linkedin-share,
.video-main-text .stumbleupon-share,
.video-main-text .print-share{
	display: block;
	width: 23.75%; /* 71.25px / 300px */
	max-width: 100px;
	margin-left: 1.666666666666%; /* 5px / 300px */
	background: #555;
	float: left;
}

/* Email Subscribe Signup in Infinte Scroll */

.subscribe-wrap{
    width: 100%;
    margin-bottom: 30px;
    background-color: #eee;
}

.subscribe-image{
    width: 30%;
    max-width: 250px;
    max-height: 300px;
    margin: 40px 40px 0 30px;
    overflow: hidden;
    box-sizing: border-box;
}

.subscribe-email{
	margin: 60px 30px 0 30px;
}

.subscribe-email #formTable td,
.subscribe-email #formTable th {
	padding: 0;
}

#subscribeForm .head{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 2.5rem;
	line-height: 2.5rem;
	/* color: #1c4d0f; */
	color: #f71496;
}

input.email-text[type=text] {
    width: 100%;
	min-width: 150px;
    margin: 0;
    padding:10px;
    font-size: 1rem;
    border:2px solid #ccc;
	border-radius: 0;
	-webkit-appearance: none;
    box-sizing: border-box;
}

input.email-text[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc;
}
input.email-text[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ccc;
   opacity:  1;
}
input.email-text[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ccc;
   opacity:  1;
}
input.email-text[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ccc;
}

input.email-text[type=text]:focus {
    border-color:#f71496;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 4px rgba(255, 0, 146, 0.6);
    outline: none;
}

input[type=text]:required {
    box-shadow: none;
}

input.email-button[type=submit] {
    width: 100%;
	min-width: 75px;
    margin: 0;
    padding:10px 15px;
    font-size: 1rem;
    color: #fff;
    background: #f71496;
    border: 1px solid #f71496;
	border-radius: 0;
    cursor:pointer;
	-webkit-appearance: none;
    box-sizing: border-box;
}

#subscribeForm{
	width: auto !important;
}

.subscribe-email #formTable{
	width: 60% !important;
	margin: 0 auto;
	box-sizing: border-box;
}

.hidethis{
	display:none;
}

.thanks{
	font-weight: bold !important;
}

/* Updated Tag List Widget */

#home-mid-wrap .blog-widget-text.full-width,
#sidebar-wrap .blog-widget-text.full-width{
	width: inherit !important;
}

#home-mid-wrap .blog-widget-text .list-date,
#sidebar-wrap .blog-widget-text .list-date{
	padding-top: 5px;
	font-family: "Montserrat",sans-serif;
	font-size: 0.7rem;
	font-weight: 300;
	color: inherit;
	float:left;
}

#home-mid-wrap .blog-widget-text,
#sidebar-wrap .blog-widget-text{
	color: #222;
}

#home-mid-wrap .blog-widget-text:hover,
#sidebar-wrap .blog-widget-text:hover{
	color: #999999 !important;
}

/* Tag List Column Widget */

.blog-widget-img.right.column{
	width: 34%;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 3%;
}


.blog-widget-text.column {
	width: 63%;
	}

div.column p,
#sidebar-wrap div.column p{
	display: block;
	font-size: 0.8rem;
}

ul.column-subs{
	margin-top: 8px;
	padding-left: 15px;
	list-style: disc;
	list-style-position: outside;
}

ul.column-subs li{
	display: list-item !important;
	padding: 3px !important;
    font-size: 0.8rem;
    font-weight: 400;
	border: 0;
    float: none;
}

a.column-top{
	display: block;
	overflow:auto;
}

ul.column-subs li a{
	color: #222;
	transition: all 0.25s ease 0s;
}

h2.blog-widget-column {
	width: 100%;
	font-size: 1.15rem;
	line-height: 130%;
	transition: all 0.25s ease 0s;
	}

#sidebar-wrap h2.blog-widget-column{
	font-size: 0.8rem;
}

ul.blog-widget-list li a:hover h2.blog-widget-column,
ul.column-subs li a:hover{
	color: #999999 !important;
	}

#sidebar-wrap .column-top .blog-widget-img {
    margin-left: 0;
}

ul.blog-widget-list.column li {
    border-top: 0;
}

/* Featured Large Image Tag Widget */

.mvp_tagimg_widget .feat-widget-wrap{
	border: 0 !important;
}

.mvp_tagimg_widget .feat-widget-img{
	width: 100% !important;
	max-width: 100% !important;
}

.mvp_tagimg_widget .feat-widget-text{
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	padding: 15px 0 15px !important;
}

.mvp_tagimg_widget ul.column-subs{
	margin-top: 10px !important;
}


/* Black colored submit button */

.black-button{
	position: relative;
	top: 0;

	margin: 2px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-family: "Lato",sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;

	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #fff;
	background-color: #2A2A2A;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
	word-wrap: break-word;
}

.black-button:hover,
.black-button:focus{
	color: #f7f7f7;
	background-color: #1b1b1b;
}

.black-button:active{
	color: #f2f2f2;
	background-color: #161616;
}

/* Footer columns */

.slbd-wrap.left.relative {
    margin-left: -20px;
}

/* Video Popout */

#video-embed {
   position: relative;
   display: block;
   padding: 0 0 56.25% 0;
   background-color: #ffffff;
}
#video-embed iframe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video-embed iframe {
  transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
}

.sharethis-inline-share-buttons {
    margin-bottom:1.5rem;
}

@media screen and (min-width: 1004px) {
	/** Use .sticky */
	#video-embed iframe.videopopout {
	  position: fixed;
	  top: 80px;
	  left: auto;
	  z-index: 1000;
	  width: 300px;
	  max-width: 300px;
	  height: 170px;
	  max-height: 170px;
	}
}
@media screen and (max-width: 1019px) and (min-width: 1004px) {
   #video-embed iframe.videopopout{
      transform: translateX(113%);
   }
}
@media screen and (max-width: 1049px) and (min-width: 1020px) {
   #video-embed iframe.videopopout{
      transform: translateX(118%);
   }
}
@media screen and (max-width: 1079px) and (min-width: 1050px) {
   #video-embed iframe.videopopout{
      transform: translateX(123%);
   }
}
@media screen and (max-width: 1119px) and (min-width: 1080px) {
   #video-embed iframe.videopopout{
      transform: translateX(128%);
   }
}
@media screen and (max-width: 1139px) and (min-width: 1120px) {
   #video-embed iframe.videopopout{
      transform: translateX(133%);
   }
}
@media screen and (max-width: 1169px) and (min-width: 1140px) {
   #video-embed iframe.videopopout{
      transform: translateX(138%);
   }
}
@media screen and (max-width: 1199px) and (min-width: 1170px) {
   #video-embed iframe.videopopout{
      transform: translateX(142%);
   }
}
@media screen and (max-width: 1219px) and (min-width: 1200px) {
   #video-embed iframe.videopopout{
      transform: translateX(148%);
   }
}
@media screen and (max-width: 1249px) and (min-width: 1220px) {
   #video-embed iframe.videopopout{
      transform: translateX(152%);
   }
}
@media screen and (max-width: 1349px) and (min-width: 1250px) {
   #video-embed iframe.videopopout{
      transform: translateX(150%);
   }
}
@media screen and (max-width: 1499px) and (min-width: 1350px) {
   #video-embed iframe.videopopout {
      transform: translateX(170%);
   }
}
@media screen and (max-width: 1599px) and (min-width: 1500px) {
   #video-embed iframe.videopopout {
      transform: translateX(180%);
   }
}
@media screen and (min-width: 1600px) {
   #video-embed iframe.videopopout {
      transform: translateX(186%);
   }
}


/* Media queries */

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

	.home-mid-col #sidebar-wrap .blog-widget-text{
		width: 120px;

	}

}

@media screen and (max-width: 1250px) {
	.slbd-wrap.left.relative {
		margin-left: 1.9%;
	}
}

@media screen and (max-width: 1066px) and (min-width: 1004px) {
	.subscribe-email #formTable{
		width: 50% !important;
	}
}

@media screen and (max-width: 720px) {
	.subscribe-image{
		display:none;
	}

	.subscribe-email{
		margin: 30px;
	}

	#subscribeForm .head{
		margin: 0 0 7px 0;
		font-size: 1.8rem;
		line-height: 1.8rem;
	}

	input.email-text[type=text] {
		padding:5px;
	}

	input.email-button[type=submit] {
		padding:5px;
	}

	.subscribe-email #formTable{
		width: 100% !important;
	}

}

@media screen and (max-width: 599px) and (min-width: 480px) {
	.facebook-share,
	.twitter-share,
	.pinterest-share,
	.email-share,
	.social-comments,
	.whatsapp-share,
	.linkedin-share,
	.stumbleupon-share,
	.print-share {
		width: 11% !important;
	}
}

@media screen and (max-width: 479px) {
	.facebook-share,
	.twitter-share,
	.pinterest-share,
	.email-share,
	.social-comments,
	.whatsapp-share,
	.linkedin-share,
	.stumbleupon-share,
	.print-share {
		width: 11% !important;
	}

	.sections{
		display: none;
	}

	.fly-but-wrap {
		width: 70px;
	}

	#logo-force-width.nav-left-wrap.left.relative {
		width: 310px !important;
	}

	#menu-force.nav-logo-in {
		margin-left: 310px !important;
	}
}

@media screen and (max-width: 1004px) and (min-width: 480px) {
	#logo-force-width.nav-left-wrap.left.relative {
		width: 360px !important;
	}

	#menu-force.nav-logo-in {
		margin-left: 360px !important;
	}
}

@media screen and (min-width: 1005px) {
	.nav-logo-out.nav-logo-out-fade #logo-force-width.nav-left-wrap.left.relative{
		width: 370px !important;
	}

	.nav-logo-out.nav-logo-out-fade #menu-force.nav-logo-in {
		margin-left: 370px !important;
	}
}


@media print{
  body{
  	color:#000000;
  	background-color:#FFFFFF;
  	background-image:none
  }
  #post-right-col,
  .mvp-related-posts,
  #emailsignup,
  #comments-button,
  #foot-wrap,
  #main-nav-wrap{
  	display:none;
  }


  .post-wrap-in1,
  .post-wrap-out1,
  .body-main-in,
  .body-main-out{
  	margin: 0px;
  }
    .body-main-out{
    	right: 0px;
    }

  #post-header{
  	max-width: 100%;
  }

  .no-print{
  	display:none;
  }

}
/* end of life */
.social-sharing-top .social-comments{
	display: none;
}

.custom-widgetbar-18{
	margin-bottom: 2rem;
}

.epicks {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    padding-top: 1px;
	font-size: 14px;
	text-align: right;
    text-transform: uppercase;
}

/* Alex Menu */
.pymnts-submenu{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 118px;
    background: rgba(0,0,0,0.3);
}

.pymnts-wrap{
    position: relative;
    display: block;
    width: 100%;
    padding: 4rem 3rem 4rem 3rem;
    background: rgba(255, 255, 255, 1);
}

.pymnts-wrap .sub-menu{
	padding-left: 0;
	font-size: 14px;
	list-style-type: none;
}

#menu-topics li {
    width: 10%;
    padding-right: 1.5rem;
    float: left;
}

#menu-topics li li{
    position: relative;
    width: auto;
    padding-right: inherit;
    float: left;
    clear: both;
}

#menu-topics li a{
    display: inline-block;
    display: none;
    padding-bottom: 1rem;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #1C4D0F;
}

#menu-topics li li a{
	display: inline-block;
	padding-bottom: 1rem;
	font-size: 16px;
	line-height: 1.2rem;
	text-decoration: none;
	vertical-align: top;
	color: #1C4D0F;
}

.pymnts-submenu .fly-but-wrap2{
	margin-right: 5%;
	float: right;
}

.fly-but-wrap2 {
    width: 60px;
    height: 50px;
    margin-top: -20px;
    text-align: center;
    cursor: pointer;
}

.fly-but-wrap2 span {
    position: absolute;
    top: 23px;
    left: 15px;
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.pymnts-submenu .fly-but-wrap2 span {
    background: #000000;
}



.fly-but-wrap2.fly-open span {
    display: block;
}

.pymnts-submenu .fly-but-wrap2.fly-open span:nth-child(1), .pymnts-submenu .fly-but-wrap2.fly-open span:nth-child(4) {
    top: 24px;
    left: 50%;
    width: 0%;
}

.pymnts-submenu .fly-but-wrap2.fly-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pymnts-submenu .fly-but-wrap2.fly-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*flyout fix*/
#fly-wrap{
	z-index: 1000;
}

/*topic menu item
a[href='#topics']{
	background: #04803b;
	margin: 0;
	color: #fdfdfd;
	border: 1px solid #13a00a;
	border-radius: 3px;
	padding: 7px 10px 7px 10px!important;
	margin-top: 8px;
}
a[href='#topics']:hover{
	background: #8c8c8c;
	color: #fbfbfb;
	border: 1px solid #eaeaea;
}
*/

.footer-mega-col h6.widget-title{
    margin-bottom: 10px;
    padding-bottom: 9px;
	color: #fff;
    border-bottom: 2px solid #FFF;
}

#pods_widget_list-3 h5{
	font-size: 13px;
    line-height: 1.2rem;
    text-transform: uppercase;
}

#pods_widget_list-2 h5{
	font-size: 13px;
    line-height: 1.2rem;
    text-transform: uppercase;
}

#content-main h3 {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 155%;
    color: #000000;
}

#content-main blockquote p {
    width: 90%;
    padding-left: 10%;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #555;
    border-left: 1px solid green;
}

#content-main h2 a {
    font-weight: normal;
    color: #1C4D0F;
}


/* Tag & Category Page Enhancements */

.tag_hero, .category_hero {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	padding:30px;
	background-color:#fff;
	-webkit-box-sizing:
	border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tag_hero_title, .category_hero_title {
	margin-top:0 !important;
	margin-bottom:10px !important;
	font-size:30px !important;
}

.tag_sidebar_video, .category_sidebar_video {
	width:100%;
	margin-bottom:15px;
	padding:20px 15px 15px 15px;
	background-color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tag_sidebar_video_title, .category_sidebar_video_title {
	margin-top:10px;
}

/* Lightswitch Next Article */

.next-article {
    position: fixed;
    right: 15px;
    bottom: 30px !important;
		z-index: 99999;
    width: 60px;
    height: 40px;
    font-size: 18px !important;
    text-align: center;
    background: #7BC168;
    -webkit-border-radius: 5px;
    border-radius: 5px;
		border-radius: 0px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
}

.next-article:hover {
    background: #333;
		opacity: 0.9;
		transition: 0.3s;
}

.next-article-icon {
    position: absolute;
    top: 0px !important;
    left: 18px !important;
    font-size: 40px;
    line-height: 100%;
		color: #fff;
}

.next-article-icon:hover {

}

span.next-article-text {
    position: absolute;
		bottom: 36px;
    left: 0.5px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

/* Lightswitch Previous Article */

.previous-article {
    position: fixed;
    right: 15px;
    bottom: 70px !important;
		z-index: 99999;
    width: 60px;
    height: 40px;
    font-size: 18px !important;
    text-align: center;
    background: #7BC168;
    -webkit-border-radius: 5px;
    border-radius: 5px;
		border-radius: 0px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
}

.previous-article:hover {
    background: #333;
		opacity: 0.9;
		transition: 0.3s;
}

.previous-article-icon {
    position: absolute;
    top: -3px !important;
    left: 18px !important;
    font-size: 40px;
    line-height: 100%;
		color: #fff;
}

.previous-article-icon:hover {

}

span.previous-article-text {
    position: absolute;
		bottom: 11px;
    left: 0.5px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.hidden {
	display: none;
}

.top-radius {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.article-separator {
	position: absolute;
  bottom: 0;
}

.halloween {
	font-family: "Karla", san-sans-serif !important;
}

.nav-logo-show img {
    width: auto;
    padding-top: 5px;
}

