/*
Theme Name: Startup Threads
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/@charset "utf-8";

/************************ CSS **********************/
/*
.widenav ul.sub_menu { display:none; width:380px; background:#fff; position:relative; border-radius:6px; transition:0.5s;}
.widenav ul.sub_menu li { margin:0 0 0 0px; padding:15px 2px 13px 0px; display:block; text-align:left; border-bottom:1px solid #e7e7e7;}
.widenav ul.sub_menu li:last-child { border-bottom:none;}
.widenav ul.sub_menu li a { color:#5d5d5d; text-decoration:none;}
.widenav ul li:hover .sub_menu{ display:block; position:absolute; top:65px; right:53%; margin:0 0 0 -13px;}  */




@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700); 
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);



.bg-show .widenav ul li a {color:#1D174B;}

.sub-menu {
    background: #ffffff none repeat scroll 0 0;
   
    
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	height: 0;
    overflow: hidden;
	-webkit-transition: height 0.3s ;
    -moz-transition: height 0.3s ;
    -o-transition: height 0.3s ;
    transition: height 0.3s ;
    


}

.widenav > ul > li:hover .sub-menu li {
	opacity:1;
	-webkit-transition: all 0.6s ;
    -moz-transition: all 0.6s ;
    -o-transition: all 0.6s ;
    transition: all 0.6s ;
}

.widenav > ul > li:hover .sub-menu {
  height: auto;
    overflow: visible;
	-webkit-transition: height 0.3s ;
    -moz-transition: height 0.3s ;
    -o-transition: height 0.3s ;
    transition: height 0.3s ;
}

.sub-menu a
{
color: #5d5d5d;
    text-decoration: none;
}

.sub-menu li
{
	opacity:0;
 padding: 15px 48px 13px 20px;
border-top: 1px solid #e7e7e7;
}

.sub-menu li:first-child{border:0;}
.sub-menu li a:hover
{
color: #8e8e8e;
}


.widenav ul li {    position: relative; }

nav ul li{margin-left:0;}

.menu-item-has-children:after {
    content: '';
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.bg-show  .menu-item-has-children:after {
    content: '';
    border-top: 4px solid #1D174B;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
	
}
.widenav > ul > li > a {padding-bottom:10px}



 @media only screen and (max-width: 768px) {
	.menu-wrap ul.menu {padding:0px!important;} 
	.sub-menu {padding:0px; margin:0; position:unset; background:none; box-shadow:none; height:auto;width:100%;}
	.sub-menu li {opacity:1;border:none; padding:0px; margin:0;}
	.sub-menu li a{color:#fff;}
	 .menu-item-has-children:after {  content: '';
    border-top: 0;
    border-left: 0;
    border-right: 0;
    display: inline;
    vertical-align: middle;
    margin-top: 0;}
	 
	 
 }
.quoteoptions-style-list .img-cont {background:#dadada url(css/img/quotes/tee/tee.png) no-repeat center top !important}

















































 


.second-home body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 14px;
}
.second-home h1, 
.second-home h2, 
.second-home h3, 
.second-home h4, 
.second-home h5, 
.second-home h6 {
    font-family: inherit;
    text-transform: unset;
}
.second-home h1 {
    font-size: 64px;
    line-height: 75px;
}
.second-home h2 {
    font-size: 44px;
    line-height: 55px;
}
.second-home h3{
	font-size: 33px;
    line-height: 49px;
}
.second-home h4 {
    font-size: 31px;
    line-height: 41px;
}
.second-home h5{
	font-size: 20px;
}
.second-home h6{
	font-size: 18px;
}
.second-home p{
	margin:0 0 20px;
	font-size: 20px;
	line-height: 32px;
}
.second-home a {
	color: #007acc;
    font-size: 20px;
    text-decoration: none;
}
.second-home ul {
    padding: 0;
}
.second-home a:hover{
	color: #686868;
}
.second-home .wrapper {
    margin: 0 auto;
    max-width: 1200px;
}
.second-home section.section-header-top .container {
    max-width: 100%;
}
.second-home header.header .container,
.second-home footer .container{
    margin: 0 auto;
    max-width: 1200px !important;
}



/* ------ Home Page CSS Start ----- */

.banner-section {
    background-image: url("images/banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    min-height: 600px;
    padding: 90px 0 0;
    width: 100%;
}
.banner-section .left {
    float: left;
    width: 60%;
}
.banner-section .right {
    float: left;
    text-align: right;
    width: 40%;
}
.banner-section .right img {
    margin-top: 0;
    max-width: 140%;
    transform: translate(16%, 0%) !important;
}
.banner-section h1 {
    color: #f37a20;
    font-family: "Oswald",sans-serif;
    font-weight: 500;
    margin: 120px 0 0;
    text-transform: uppercase;
}
.banner-section h2{
    color: #1D174B;
    font-family: "Oswald",sans-serif;
    font-weight: 500;
    margin: 0px 0 0;
    text-transform: uppercase;
}
.banner-section button {
    background: #f37a20 none repeat scroll 0 0;
    border-color: #ba5d18 #000080 -moz-use-text-color -moz-use-text-color;
    border-radius: 30px;
    border-style: solid none none;
    border-width: 4px medium medium;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}
.banner-section p {
    color: #000000;
    font-weight: 300;
    margin-top: 20px;
    max-width: 530px;
}
.shoping-section{
    background: #f37a20 none repeat scroll 0 0;
    color: #ffffff;
    padding: 30px 0;
    text-align: center;
	display:inline-block;
	width:100%;
}
.shoping-section h3 {
    font-family: "Roboto Slab",serif;
    font-weight: 400;
    text-transform: uppercase;
}
.shoping-section h3 strong, .shoping-section h3 span {
    display: inline-block;
}
.shoping-section h3 span {
    text-shadow: 1px 1px 0 #f8b12e;
}
.processing-section{
    background-image: url("images/processing-background.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 70px 0;
    text-align: center;
	font-family: 'Roboto Slab', serif;
	display:inline-block;
	width:100%;
}
.processing-section ul {
    display: inline-block;
    margin: 40px 0 0;
    width: 100%;
}
.processing-section ul li {
    display: inline-block;
    float: left;
    padding: 0 2%;
    width: 25%;
}
.processing-section h3 {
    margin: 0;
}
.processing-section h3:first-child {
    font-weight: 400;
}
.processing-section ul li h6 {
    margin: 0 0 10px;
}
.processing-section ul li p {
    font-size: 16px;
    line-height: 23px;
}
.logo-section {
    background: #eeeeee none repeat scroll 0 0;
    font-family: "Roboto Slab",serif;
    padding: 70px 0;
    text-align: center;
	display:inline-block;
	width:100%;
}
.logo-section ul {
    display: inline-block;
    margin: 50px 0 0;
    max-width: 1000px;
}
.logo-section ul li {
    display: inline-block;
    width: 33%;
}
.logo-section h4 {
	font-weight: 400;
    margin: 0;
}
.logo-section h3{
    margin: 0;
}
.logo-section ul li img {
    opacity: 0.7;
}
.logo-section ul li img:hover {
    cursor: pointer;
    opacity: 1;
}
.testimonial-section{
    background-image: url("images/testimonial-banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto Slab",serif;
    padding: 70px 0;
    text-align: center;
    width: 100%;
}
.testimonial-section ul {
    display: inline-block;
    margin: 0;
}
.testimonial-section .quote{
    display: inline-block;
    padding: 0 2%;
    vertical-align: top;
    width: 33%;
}

.testimonial-section ul li .content {
    margin-top: 20px;
}
.testimonial-section ul li .content p{
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 20px;
}
.testimonial-section h4 {
    margin-bottom: 60px;
    text-transform: uppercase;
}
.testimonial-section .testimonial-content h4{
    color: #0bbed9;
    display: inline-block;
    float: none;
    font-size: 19px;
    margin: 20px 0;
    width: 100%;
}
.reward-section {
    background-image: url("images/reward-banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto Slab",serif;
    padding: 80px 0 100px;
    text-align: center;
    width: 100%;
}
.reward-section a {
    border-radius: 27px;
    font-family: oswald;
    margin: 0 7px;
    padding: 11px 25px;
    text-transform: uppercase;
}
.reward-section a.start-now {
    background: #f37a20 none repeat scroll 0 0;
    border-top: 4px solid #ba5d18;
    color: #ffffff;
}
.reward-section a.explore {
    background: #9EC516 none repeat scroll 0 0;
    border-top: 4px solid #799611;
    color: #457d09;
}
.reward-section h2 {
    font-size: 40px;
    margin: 0 0 50px;
}
.usag-section {
	background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    padding: 80px 0 40px;
    width: 100%;
	font-family: 'Roboto Slab', serif;
}
.usag-section .left {
    float: left;
    width: 35%;
}
.usag-section .right {
    float: left;
    padding-left: 4%;
    width: 65%;
}
.usag-section h4 {
    color: #1fafca;
    font-weight: 400;
    margin: 0 0 20px;
}
.usag-section ul {
    list-style: outside none none;
    margin: 0;
}
.usag-section ul li {
    background-image: url("images/arrowblue.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin: 3px 0 3px 10px;
    padding: 4px 0 4px 30px;
}

.usags-sec-section {
	background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    width: 100%;
    padding: 40px 0 80px;
	font-family: 'Roboto Slab', serif;
}
.usags-sec-section .left {
    float: left;
    width: 65%;
}
.usags-sec-section .right {
    float: left;
    width: 35%;
}
.usags-sec-section ul {
    list-style: outside none none;
    margin: 0;
}
.usags-sec-section ul li {
    background-image: url("images/arow-orange.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin: 3px 0 3px 10px;
    padding: 4px 0 4px 30px;
}
.usags-sec-section h4 {
    color: #fb5901;
    font-weight: 400;
    margin: 0 0 20px;
}
.usags-sec-section h5{
    color: #fb5901;
    font-weight: 400;
}
.billing-section {
    background-image: url("images/billing-banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto Slab",serif;
    padding: 50px 0;
    width: 100%;
}
/**.billing-section .left {
    float: left;
    padding-right: 5%;
    width: 70%;
}
.billing-section .right {
    float: left;
    padding-top: 100px;
    text-align: right;
    width: 30%;
}**/
.billing-section .right a {
    text-align: center;
}
.billing-section a {
    border-radius: 27px;
    display: inline-block;
    font-family: oswald;
    padding: 11px 25px;
    text-transform: uppercase;
}
.billing-section a.start-now {
    background: #9ec516 none repeat scroll 0 0;
    border-top: 4px solid #799611;
    color: #444444;
}
.billing-section a.consult {
    background: #f37a20 none repeat scroll 0 0;
    border-top: 4px solid #ba5d18;
    color: #ffffff;
}
.billing-section p {
    font-size: 18px;
    line-height: 28px;
}
.usags-sec-section .upper{
    display: inline-block;
    width: 100%;
}
.usags-sec-section .upper li {
    float: left;
    width: 43%;
}



.second-home .section-header-top {
    padding-top: 0px;
}
.second-home .sectiontop, .second-home .sectiontop2 {
    padding: 0 0 3%;
}
.second-home .sectiontop {
    background: none;
    height: auto;
    padding: 0;
}
.second-home  footer .footlinks ul {
    height: auto;
}
.second-home .widenav ul li a {
    color: #000000;
    display: inline-block;
    font-weight: 300;
    padding: 5px 8px;
    text-transform: capitalize;
}
.testimonials-list .testimonials-text p, 
.testimonials-slidelist .testimonials-text p, 
.testimonials-slide-widget .testimonials-text p {
    font-size: 15px;
    text-align: center;
}
.second-home footer p {
    font-size: 16px;
    margin: 0;
}
.second-home footer .footlinks ul li a {
    font-size: 16px;
}
.second-home footer #logobttm {
    width: 30%;
}
.second-home footer .footlinks {
    width: auto;
}


/*---- Responsive CSS -------*/

@media screen and (max-width: 1350px) {
.banner-section .right img {
    max-width: 100%;
    transform: translate(0%, 0%) !important;
}
}

@media screen and (max-width: 1240px) {
.wrapper {
	padding:0 10px;
}
}

@media screen and (max-width: 980px) {
#logo {
    max-width: 250px;
}
.widenav {
    margin-top: 0;
}
.widenav > ul > li {
    margin-left: 0;
}
.second-home a {
    font-size: 16px;
}
.banner-section h1 {
    margin: 60px 0 0;
    font-size: 50px;
}
.banner-section h2 {
    font-size: 33px;
}
.processing-section ul li {
    width: 50%;
}
.processing-section ul li {
    float: none;
    max-width: 300px;
    width: 50%;
}
.logo-section ul li img {
    max-width: 190px;
    padding: 10px 5px;
}
.testimonial-section .quote {
    float: none;
    max-width: 300px;
    width: auto;
}
.header-section .menu ul li {
    display: inline-block;
    padding: 0 5px;
}
.header-section .menu ul li a {
    font-size: 18px;
    padding: 11px 10px;
}


}

@media screen and (min-width: 768px) {
.header-section .site-header .site-header-menu {
	display: inline-block;
}
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}


}




@media screen and (max-width: 768px) {
.banner-section h1 {
    margin: 60px 0 0;
    font-size: 50px;
}
.banner-section h2 {
    font-size: 33px;
}

.banner-section p{
	max-width: 100%;
}
.reward-section a {
    display: inline-block;
    float: none;
    margin: 10px 30px;
    max-width: 330px;
    width: 100%;
}
.usag-section ul ,
.usags-sec-section ul{
    margin: 0 auto;
    max-width: 500px;
    text-align: left;
}
.footer-section .upper-footer section:last-child ul{
	margin-top: 10px;
    text-align: center !important;
}
.footer-section .upper-footer section {
    margin: 7px 0;
}
.billing-section .left{
	padding:0;
}
.billing-section .right{
	padding:10px 0 0;
}
.banner-section .left ,
.banner-section .right,
.processing-section ul li ,
.usag-section .left,
.usag-section .right,
.usags-sec-section .left,
.usags-sec-section .right,
.billing-section .left,
.billing-section .right,
.footer-section .upper-footer section{
    width: 100%;
}
.banner-section ,
.banner-section .right,
.usag-section,
.usags-sec-section,
.billing-section .right,
.footer-section .upper-footer section:first-child,
.billing-section{
    text-align: center;
}
.usag-section h4 {
    margin: 20px 0;
}
.usags-sec-section .right {
    margin-top: 20px;
}
.banner-section .right {
    margin-top: 20px;
}
.site-header-main {
    display: inline-block;
}
.site-header-main .menu-toggle {
    margin: 0;
}
.mobilenav {
    display: block !important;
}
.widenav {
    display: none !important;
}
#logo {
    float: none;
    margin: 0 auto;
	width: 100%;
	max-width:300px;
}


}




/*responsive menu*/
.header-section .site-header .site-header-menu {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 80px;
    width: 100%;
    z-index: 99999;
}
.primary-menu {
    width: 100%;
}
.header-section .menu ul li {
    padding: 0;
    width: 100%;
}
.header-section .menu ul li a {
    padding: 5px 0;
}
.menu-toggle:hover, .menu-toggle:focus {
    border-color: #f37a20;
    color: #f37a20;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: #f37a20;
    border-color: #f37a20;
    color: #ffffff;
}
.header-section .menu ul li:hover{
    background-color: #f37a20;
}
.header-section .menu ul li:hover a {
    color: #ffffff;
}
.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}
.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}
.header-section .logo img {
    min-width: 200px;
}
.second-home .sectiontop {
    position: absolute;
    top: 40px;
}
.second-home footer #logobttm {
    text-align: left;
}




@media screen and (max-width: 640px) {
.logo-section ul li {
    width: 100%;
}
.second-home h1 {
    font-size: 40px;
    line-height: 50px;
}
.second-home h2 {
    font-size: 30px;
    line-height: 40px;
}
.second-home h3 {
    font-size: 25px;
    line-height: 35px;
}
.second-home h4 {
    font-size: 23px;
    line-height: 35px;
}
.second-home p{
	font-size: 18px;
	line-height: 28px;
}
.banner-section h1 {
    font-size: 40px;
}
.banner-section h2 {
    font-size: 30px;
}
.usags-sec-section {
    padding: 20px 0 40px;
}
.usag-section {
    padding: 40px 0 20px;
}
.billing-section {
    padding: 20px 0;
}
.testimonial-section {
    padding: 20px 0 0;
}
.testimonial-section h4 {
margin-bottom: 30px;
}
.testimonials-slidelist.design-2, .testimonials-list.design-2 {
    margin-bottom: 0;
}
.processing-section {
    padding: 40px 0;
}
.logo-section ul {
    margin: 20px 0 0;
}
.reward-section {
    padding: 50px 0;
}
.reward-section h2 {
    margin: 0 0 30px;
}
.reward-section a {
    margin: 10px 0;
}
.banner-section button {
    font-size: 16px;
}
.reward-section a ,
.billing-section a{
    font-size: 16px;
    margin: 10px 0;
}
.second-home header {
    padding: 20px 0;
}
.second-home #logo {
    background-position: center top;
    background-size: cover;
    float: none;
    margin: 0 auto;
    max-width: 300px;
    width: auto !important;
}

}

      .section-pk-selection .wide-li li {
    width: 49%!important;
    max-width: 520px!important;
    padding: 0!important;
    margin: 0 0.5% 4%!important;
    text-align: left!important;
  }
  .section-pk-selection .wide-li li .section-pk-selection__p_description{
   margin: 5px 0!important;
  }

