/*
 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
*/
 
@import url("../flex-mag/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


.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 {
    border-top: 0;
    margin-top: -8px;
}

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;
   content: "\f107";
   font-size: 1.4em;
   font-weight: 400;
   color: #c0c0c0;
}

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

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

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


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

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

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

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

/* 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 {
	border-radius: 3px;
	display: inline-block;
	margin-left: .1%;
	text-align: center;
	vertical-align: top;
	max-width: 200px;
	height: 26px;
}


.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{
	background: #555;
	display: block;
	float: left;
	margin-left: 1.666666666666%; /* 5px / 300px */
	width: 23.75%; /* 71.25px / 300px */
	max-width: 100px;
}

/* Email Subscribe Signup in Infinte Scroll */

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

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

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

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

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

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

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] {
	-webkit-appearance: none;
	border-radius: 0;
	min-width: 75px;
    padding:10px 15px; 
    background: #f71496; 
    border: 1px solid #f71496;
    cursor:pointer;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    box-sizing: border-box;
    margin: 0;
}

#subscribeForm{
	width: auto !important;
}

.subscribe-email #formTable{
	margin: 0 auto;
	width: 60% !important;
	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{
	font-size: 0.7rem;
	color: inherit;
	padding-top: 5px;
	font-weight: 300;
	float:left;
	font-family: "Montserrat",sans-serif;
}

#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{
	margin-right: 0;
	margin-left: 3%; 
	margin-top: 5px;
	width: 34%; 
}
	
	
.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;
	list-style-position: outside;
	list-style: disc;
	padding-left: 15px;
}

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

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

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

h2.blog-widget-column {
	font-size: 1.15rem;
	line-height: 130%;
	width: 100%;
	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;
}

/* Black colored submit button */

.black-button{
	font-family: "Lato",sans-serif;
	color: #fff;
	background-color: #2A2A2A;
	border-radius: 2em;
	font-size: 12px;
	font-weight: 700;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	
	margin: 2px;
	
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	box-sizing: border-box;
	word-wrap: break-word;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	position: relative;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: normal;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.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;
}

/* 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{
		font-size: 1.8rem;
		margin: 0 0 7px 0;
		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{ 
  	background-color:#FFFFFF; 
  	background-image:none; 
  	color:#000000 
  }
  #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;
  }
  
}
