/*
    Template: consulting
    Theme Name: Consulting Child Theme
    Theme URI: http://consulting.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
    Version: 1.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
    Text Domain: consulting-child-theme
*/
body{
    font-family:'Open Sans', Helvetica, sans-serif;
    font-weight:300;
    font-size:16px;
    line-height:28px;
}
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
header{
    height:auto;
    background:#fff;
    /*position: fixed;
    z-index: 2;*/
    width:100%;
}
/* Wrapper for page content to push down footer */
.wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
footer, strong, b {
    font-family: "Open sans", Arial, sans-serif;
}
/* Set the fixed height of the footer here */
.header {
    background:#F9F8F8;
}
.first-footer-bar {
    background:#F9F8F8;
    height:auto;
    padding:60px 0;
}
.footer-bar {
    background:#737373;
    color:#fff;
    font-size:14px;
    padding:10px 0;
}
.inherit {
    color:inherit;
}
.navbar-default, .navbar-collapse, .navbar-default, .navbar-form {
    background:none;
    border:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.post-categories {
    list-style:none;
    display:inline-block;
    margin:0;
    padding:0;
}
.post-categories li {
    display:inline-block;
    margin:0;
    padding:0;
}
.archive .addtoany_content_bottom {
    display:none;
}
.news-column-left-content .addtoany_share_save_container.addtoany_content_bottom {
    display:none;
}
ul#menu-primary {
    text-align:right;
}
/* SPECIAL GUTTER SOLUTION*/
@media (min-width: 1200px) {
    .left-no-gutter {
        padding-left:0px;
    }
    .right-no-gutter {
        padding-right:0px;
    }
    .right-double-gutter {
        padding-right:40px;
    }
    .left-double-gutter {
        padding-left:40px;
    }
}
@media (max-width: 1200px) {
    .right-double-gutter {
        padding-right:20px;
    }
    .left-double-gutter {
        padding-left:20px;
    }
}
@media (max-width: 768px) {
    .left-no-gutter {
        padding-left:15px;
        padding-right:15px;
    }
    .right-no-gutter {
        padding-right:15px;
        padding-left:15px;
    }
    .nav li ul li > a {
        font-size:15px;
    }
}
/* SUBNAVIGATION */
@media (min-width: 768px) {
    .dropdown-menu li:hover > .sub-menu {
        visibility: visible;
    }
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: -1px;
    }
    .dropdown .dropdown-menu .dropdown .dropdown-menu {
        left:100%;
        top:0;
        margin-left:-1px;
        right: 0;
    }
    .dropdown .dropdown-menu .dropdown .dropdown-menu a {
        white-space: normal;
    }
    .nav li ul li > a {
        padding: 10px 30px;
    }
}
@media (min-width: 1400px){
    .container {
        width: 1300px;
    }
}
/* /SUBNAVIGATION */
.collapse.navbar-collapse.navbar-ex1-collapse {
    padding: 0;
}
.navbar-brand{
    display:block; 
    float:left; 
    height:auto;
    padding:22px 15px;
}
.navbar-default {
    /* height: 80px;*/
    border: none;
    width: 100%;
    margin-bottom: 0px;
}
.navbar-header {
    height: auto;
}
header {
    position: fixed;
    z-index: 2;
    width: 100%;
    border-bottom:1px solid #c7c7c7;
}
main {
    padding-top: 89px;
}
/* End Nav*/
/* Container */
.container-fluid {
    // padding-left: 0px;
    // padding-right: 0px;
}
.pad-lr-100 {
    padding-left:30px;
    padding-right:30px;
}
@media (min-width:1170px){
    .pad-lr-100 {
        padding-left:100px;
        padding-right:100px;
    }
}
/* End Container */
/* Homepage Slider*/
ul#menu-primary {
    display: inline-block;
    float: right;
    margin-top: 20px;
}
ul#menu-primary>li{
    display:inline-block;
}
.nav>li>a{
    color:#c7c7c7;   
    font-size:18px;
    line-height:42px;
    text-transform: lowercase;
}
.dropdown-menu>li>a {
    color:#c7c7c7;
}
.nav>li>a:hover, .nav>li>a:focus{
    background:none;
    color:#000;
}
@media (min-width:1024px) and (max-width:1200px){
    .nav>li>a {
        padding:25px 6px;
    }
    .navbar-brand>img {
        width: 131px;
    }
}
.section-title{
    font-family:'Montserrat', Helvetica, sans-serif;
    font-weight:500;
    font-size:27px;
    text-align: center;
    // text-transform: uppercase;
    letter-spacing: 0;
    color:#A9A8A8;
    line-height: 42px;
}
.first-home-section-title, .first-about-section-title, .first-story-section-title{
    margin-bottom:45px;
}
.home-about-us {
    padding-bottom:60px;
    padding-top:60px;
    margin-bottom:65px;
    // background:#F9F9F9;
    border-bottom:1px solid #c7c7c7;
}
.home-investment-map {
    padding-bottom:80px;
}
.section-content{
    text-align:left;
    font-size:20px;
    line-height:32px;
    font-weight:300;
    color:#3f3d3e;
}
.read-more{
    margin-top:45px;
    text-align:center;
    font-size:16px;
    line-height:32px;
}
.read-more>a{
    color:#3f3d3e;
    text-decoration:none;
    background:url('/wp-content/themes/consulting-child/img/read_more_arrow.png') right center no-repeat;
    width: auto;
    display: inline-block;
    margin: auto;
    padding-right: 30px;
    margin:auto;
}
.read-more>a:hover{
    color:#3f3d3e;
    text-decoration:none;
}
.offering-column-title, 
.news-column-title, 
.credentials-column-title {
    text-align:center;
    font-size:20px;
    line-height:32px;
    font-weight:700;
    color:#3f3d3e;
}
.left-align{
    text-align:left;
}
.right-align{
    text-align: right;
}
.center-align{
    text-align: center;
}
.second-home-section-title{
    margin-bottom: 90px;
}
.list-style1{
    margin: 0;
    list-style-type: none;
    line-height:30px;
}
.list-style1 > li {
    text-indent: -10px;
    padding-left:10px;
}
.list-style1> li:before {
    content: "-";
    margin-right: 10px;
}
.offering-column-center-content, .offering-column-right-content, 
.news-column-left-content, .news-column-center-content, 
.news-column-right-content{
    text-align:justify;
    text-align:justify;
    position:relative;
    padding-bottom: 60px;
}
.offering-column-link, 
.news-column-link {
    position: absolute;
    bottom: 30px;
    width: 170px;
    right:30px;
    text-align:center;
    background: #dedede;
    padding: 5px 0px;
}
.news-column-link {
    right:0;
}
.offering-column-title, .offering-column-center-content, .offering-column-right-content {
    margin-bottom:0;
    min-height:0;
}
.offering-column-left-content,
.offering-column-center-content,
.offering-column-right-content {
    text-align:justify;
    position:relative;
    padding-bottom: 0px;
}
.styledblock {
    margin-top:15px;
    padding:30px;
    background:#F9F9F9;
    min-height:100%;
    position: relative;
    padding-bottom:90px;
}
.button1 {
    position: relative;
    width: 170px;    
    text-align:center;
    background: #dedede;
    padding: 5px 0px;
    display:inline-block;
    margin-top:20px;
    margin-bottom:20px;
    text-decoration: none;
    color: #3f3d3e !important;
}
.button1.right {
    float:right;
}
.news-column-link{
    width:120px;
}
.third-home-section-title, .fourth-home-section-title{
    margin-bottom:70px;
}
.fifth-home-section-title{
    margin-bottom: 60px;
}
.news-all-link {
    width: 190px;
    text-align:center;
    background: #dedede;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 29px;
    margin:auto;
    margin-top:70px;
}
@media (min-width: 1025px) {
    .double-right-desktop{
        right:40px !important;
    }
}
.offering-column-link>a, .news-column-link>a, .news-all-link>a{
    text-decoration: none;
    color: #3f3d3e;
    width: 100%;
    height:100%;
    display:block;
}
.offering-column-link>a:hover, .news-column-link>a:hover, .news-all-link>a:hover{
    text-decoration: none;
    color: #3f3d3e;
}
.home-offering, .home-news{
    padding-bottom: 70px;
    margin-bottom: 65px;
}
.home .home-news {
    border:none;
}
.home-investment{
    border:none;
    margin-bottom:0;
    padding-bottom: 70px;
    padding-top:60px;
    // background:#F9F9F9;
    border-bottom:1px solid #c7c7c7;
}
.bold{
    font-weight: 700;
}
.home-investment-map{
    // margin-bottom:60px;
}
.news-column-img img{
    display:block;
    width:100%;
    margin-bottom:10px;
}
.news-column-img span {
    display:block;
}
.news-column-img{
    font-size:14px;
    font-weight:500;
}
.home-contact{
    padding-bottom: 70px;
}
.home-contact-map{
    margin-bottom: 90px;
}
.contact-content, .contact-content-first{
    text-align:center;
}
.contact-content-subtitle{
    font-weight:700;
    font-size:18px;
}
.contact-content, .contact-content-first{
    font-size:16px;
    line-height:28px;
}
.contact-content-first{
    margin-bottom:100px;
}
.contact-link{
    margin-top:70px;
    width: 120px;
    text-align:center;
    background: #666666;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 29px;
    margin:auto;
    margin-top:70px;
}
.contact-link>a{
    text-decoration:none;
    color:#fff;
    width:100%;
    height:100%;
    display:block;
}
.contact-link>a:hover{
    text-decoration:none;
    color:#fff;
}
.credentials-column-first-img>img, .credentials-column-second-img>img{
    display:block;
    margin:auto;
}
.credentials-column-first-img{
    min-height:350px;
}
.credentials-column-second-img{
    min-height:100px;
}
@media all and (max-width:1024px){
    .credentials-column-second-img, .credentials-column-third-img{
        margin-top:50px;
    }
}
.credentials-column-center-content, .credentials-column-left-content, .credentials-column-right-content{
    text-align:center;
}
.team-member-general{
    // margin-top:150px;
}
.margin-bottom-30 {
    margin-bottom:30px;
}
.margin-bottom-40 {
    margin-bottom:40px;
}
.margin-bottom-50{
    margin-bottom:50px;
}
.margin-top-50{
    margin-top:50px;
}
.margin-top-60 {
    margin-top:60px;
}
.padding-top-10 {
    padding-top:10px;
}
.margin-right-30 {
    margin-right:30px;
}
.font-light {
    font-weight:300;
}
.font-13 {
    font-size:13px;
}
.font-14 {
    font-size:14px;
}
.font-15 {
    font-size:15px;
}
.font-16 {
    font-size:16px;
}
.font-18 {
    font-size:18px;
}
.font-20 {
    font-size:20px;
}
.font-21 {
    font-size:21px;
}
.font-22 {
    font-size:22px;
}
.font-24 {
    font-size:24px;
}
.font-25 {
    font-size:25px;
}
.font-26 {
    font-size:26px;
}
.font-28 {
    font-size:28px;
}
.font-30 {
    font-size:30px;
}
.font-31 {
    font-size:31px;
}
.font-32 {
    font-size:32px;
}
.font-36 {
    font-size:36px;
}
.font-40 {
    font-size:40px;
}
.font-42 {
    font-size:42px;
}
.font-45 {
    font-size:45px;
}
.font-55 {
    font-size:55px;
}
.font-60 {
    font-size:60px;
}
.font-65 {
    font-size:65px;
}
.posts_list.with_sidebar {
    padding-top: 150px;
}
.post_details_wr{
    display:none;
}
.without_vc {
    padding-top: 3%;
    min-height: 86vh;
}
body .tparrows {
    background:#49204c;
    border:none;
    width: 40px;
    height: 40px;
}
.dropdown-menu {    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border:none;
    border-bottom:1px solid #c7c7c7;
    border-left:1px solid #c7c7c7;
    border-right:1px solid #c7c7c7;
    background:#fff;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
}
.nav>li>a {
    padding: 25px 15px;
    font-family:'Montserrat', Helvetica, sans-serif;
    font-weight:500;
}
.nav li ul li > a {
    font-size:18px;
    text-transform:lowercase;
}
.content-area {
    padding:150px 15px;
}
h1, h2 {
    // text-transform: uppercase;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family:'Montserrat', Helvetica, sans-serif;
    color:#A9A8A8;
    letter-spacing: -1px;
    font-weight:500 !important;
    font-size:27px !important;
}
h3, .h3 {
    font-size:20px !important;
}
h4, .h4 {
    font-size:20px !important;
}
h1:after, .h1:after, h2:after, .h2:after, h3:after, .h3:after, h4:after, .h4:after, h5:after, .h5:after, h6:after, .h6:after {
    content:none;
}
.container p, ul, li, .wpb_text_column ul li, .comment-body .comment-text ul li {
    line-height:26px;
    font-size:16px;
    font-family:"Open Sans", sans-serif;
}
.wpb_text_column ul li, .comment-body .comment-text ul li {
    padding-left:16px;
    margin: 0 0 0px;
}
.home .wpb_content_element ul li {
    color:#777777;
    margin-bottom:0;
    line-height: 26px;
}
.wpb_content_element ul li {
    margin-left: 0px;
}
.wpb_content_element ul li:before {
    top:10px;
    color:#000;
}
.vc_btn3-container.vc_btn3-inline.contactusbtn {
    display: block;
    text-align: center;
}
.vc_tta.vc_general .vc_tta-panel-title {
    padding-top:0;
}
.button.theme_style_3, .woocommerce a.button.theme_style_3, .woocommerce button.button.theme_style_3, .woocommerce input.button.theme_style_3, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3, .woocommerce input.button.alt.theme_style_3, .post-password-form input[type="submit"].theme_style_3 {
    background: #9C9C9C;
    color: #fff;
    border-color: #9C9C9C;
}
.button.theme_style_3:hover, .button.theme_style_3:focus, .button.theme_style_3:active, .woocommerce a.button.theme_style_3:hover, .woocommerce a.button.theme_style_3:focus, .woocommerce a.button.theme_style_3:active, .woocommerce button.button.theme_style_3:hover, .woocommerce button.button.theme_style_3:focus, .woocommerce button.button.theme_style_3:active, .woocommerce input.button.theme_style_3:hover, .woocommerce input.button.theme_style_3:focus, .woocommerce input.button.theme_style_3:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3:active, .woocommerce input.button.alt.theme_style_3:hover, .woocommerce input.button.alt.theme_style_3:focus, .woocommerce input.button.alt.theme_style_3:active, .post-password-form input[type="submit"].theme_style_3:hover, .post-password-form input[type="submit"].theme_style_3:focus, .post-password-form input[type="submit"].theme_style_3:active {
    background: #9C9C9C;
    color: #fff;
    border-color: #fff;
}
.without_vc {
    min-height: 51vh;
}
.button.theme_style_3 i, .woocommerce a.button.theme_style_3 i, .woocommerce button.button.theme_style_3 i, .woocommerce input.button.theme_style_3 i, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3 i, .woocommerce input.button.alt.theme_style_3 i, .post-password-form input[type="submit"].theme_style_3 i {
    color:#fff;
}
.info_box.style_1, .staff_bottom_wr {
    background:#F9F8F8;
    padding:30px 30px 16px 30px;
}
.staff_bottom_wr, .staff_bottom_wr .staff_bottom h4 {
    color:#222;
    margin-bottom:10px;
}
.wpb_wrapper .container {
    width:auto !important;
    padding:0;
}
.staff_list.grid ul li {
    width:25%;
    padding:0 30px;
}
@media (max-width:992px){
    .staff_list.grid ul li {
        width:50%;
        display:inline-block;
    }
}
@media (max-width:480px){
    .staff_list.grid ul li {
        width:100%;
        display:block;
    }
}
.staff_bottom_wr:before {
    background:#EFEFEF;
}
.staff_list ul li .staff_image img {
    width:100%;
}
.staff_list ul li .staff_image {
    max-width:100%;
}
.staff_list.vc_custom_1464096999485 ul li .staff_info h4 a {
    color:#222;
    font-size:17px !important;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 500;
}
.staff_list.vc_custom_1464096999485 ul li .staff_info h4 a:hover {
    text-decoration:none;
}
.staff_list.vc_custom_1464096999485 ul li .staff_info .staff_department {
    line-height: 18px;
    font-size: 14px;
    font-weight:normal;
    font-family: "Open Sans", sans-serif;
    color:#222;
}
.staff_list.grid ul li .read_more {
    visibility:hidden;
}
.staff_list.grid ul li:hover .read_more {
    visibility:visible;
}
.staff_list.grid ul li .staff_info .read_more:hover {
    color:#8a8686;
}
.staff_bottom_wr .staff_bottom .infos .info i {
    color:#222;
}
.staff_bottom_wr .staff_bottom .infos .info {
    display:block;
    margin-bottom:20px;
}
.staff_bottom_wr .staff_bottom .infos .info:last-child {
    padding-left:0;
}
.staff_list ul li .staff_info {
}
.info_box.style_1 img {
    width:100px;
    margin-bottom:15px;
}
.info_box h4 {
    margin:0;
    padding:0;
    margin-bottom:20px;
}
.info_box p {
    font-size:16px;
    line-height:24px;
}
.page_404 .bottom .bottom_wr {
    background: #49204c;
}
.page_404 .bottom h1 {
    color:#49204c;
}
.mapwrapper {
    position:relative;
    padding-bottom:56%;
    min-height:420px;
}
#map {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.back-to-home {
    position:fixed;
    left:30px;
    bottom:30px;
    width:auto;
    padding:8px 20px;
    font-size:16px;
    background:#efefef;
    color:#222;
}
.home.page .back-to-home {
    display:none;
}
.mapoverlay-level1 {
    position: absolute;
    display:none;
    right:20px;
    top:20px;
    bottom:20px;
    width:300px;
    background:#fff;
    padding:20px;
    z-index:1;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.38);
}
.mapoverlay-level1:before {
    position:absolute;
    content:'';
    top:50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 20px 0;
    border-color: transparent #ffffff transparent transparent;
}
.mapoverlay-level1 div.close {
    position:absolute;
    top:10px;
    right:10px;
    width:10px;
    height:10px;
    font-size: 16px;
    line-height:10px;
    color:#000;
}
.mapoverlay-level1 div.content {
    overflow-y: auto;
    height:100%;
    width:100%;
    font-size:15px;
}
.mapoverlay-level1 div.content strong {
    font-size:20px;
}
.markerlogo {
    display:block;
    width:180px;
    margin-bottom:0;
}
.btn-vertical-slider { 
    position:absolute;
    cursor:pointer;
    right:0;
    color:#c7c7c7;
    // -webkit-transform: translateX(-50%);
    // -ms-transform: translateX(-50%);
    // -o-transform: translateX(-50%);
    // transform: translateX(-50%);
}
.btn-vertical-slider.glyphicon-chevron-up {
    top:-40px;
}
.btn-vertical-slider.glyphicon-chevron-down {
    top:auto;
    bottom:-40px;
}
a {  cursor:pointer;}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 100%;
}
.carousel.vertical .prev {
  top: -100%;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -100%;
}
.carousel.vertical .active.right {
  top: 100%;
}
.carousel.vertical .item {
    left: 0;
}​
.clear {
    clear:both;
}
.align-left {
    float:left;
}
.align-right {
    float:right;
}
ol.carousel-indicators, .progresscircles {
    left: auto;
    right: 2px;
    top: 50%;
    bottom:auto;
    width: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#myCarousel .carousel-indicators li {
    border:1px solid #c7c7c7;
}
#myCarousel .carousel-indicators .active {
    background:#c7c7c7;
}
.panel, 
.list-group-item, 
.list-group-item:first-child,
.list-group-item:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.list-group-item.header:hover {
    cursor:pointer;
}
@media all and (min-width: 769px) and (max-width: 1024px){
    .navbar-brand{
        margin-left: 0px;
        margin-top: 10px;
    }
    .navbar-brand>img {
        width: 100px;
    }
    ul#menu-primary{
        width: 80%;
    }
    .nav>li>a {
        padding: 25px 8px;
        font-size: 16px;
        line-height: 42px;
        text-transform: lowercase;
    }
    .nav li ul li > a {
        font-size: 16px;
    }
}
@media all and (min-width: 767px) and (max-width: 850px){
    .nav>li>a {
        padding: 4px 8px;
        font-size: 15px;
        line-height: 42px;
        text-transform: lowercase;
    }
    .nav li ul li > a {
        font-size: 15px;
    }
    .navbar-brand img {
        width: 82px;
    }
    ul#menu-primary {
        width: 84%;
    }
}
@media all and (max-width: 767px){
    .navbar-brand{
        margin-left: 0;
        margin-top: 10px;
    }
    .navbar-brand>img {
        width: 131px;
    }
    ul#menu-primary{
        width: 100%;
    }
    ul#menu-primary>li {
        display:block;
        text-align: left;
    }
    ul#menu-primary>li>a {
        padding: 0px 5px;
        line-height: 42px;
        text-transform: lowercase;
        text-align: left;
    }
    .navbar-toggle {
        margin-top:32px;
        background-color:#efefef;
    }
    .dropdown-menu {
        position:relative;
        display:block;
        top: auto;
        left: 0;
        z-index: 1000;
        float: none;
        width: 100%;
        padding: 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        -webkit-box-shadow: none;
        box-shadow: none;
        border:none;
    }
}
@media (max-width: 1024px) {
    header .container {
        width:100%;
    }
}
.form-control, .wpcf7-form-control, .input-group .form-control, body .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .post-password-form input[type="password"] {
    background:#fff;
    border: 1px solid #efefef;
}
.form-control:active, .form-control:focus, .wpcf7-form-control:active, .wpcf7-form-control:focus, .input-group .form-control:active, .input-group .form-control:focus, body .woocommerce-cart table.cart td.actions .coupon .input-text:active, body .woocommerce-cart table.cart td.actions .coupon .input-text:focus, .woocommerce form .form-row input.input-text:active, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:active, .woocommerce form .form-row textarea:focus, .post-password-form input[type="password"]:active, .post-password-form input[type="password"]:focus {
    border: 1px solid #efefef;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.1);
}
.social-btn {
    display:inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:15px;
    color: #222;
    margin-left:5px;
    margin-right:5px;
}
.social-btn:hover {
    color:#fff;
    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.1);
}
.social-btn.linkedin {
    background-color: #fff;
    border-color: rgba(0,0,0,0.2);
}
.social-btn.linkedin:hover {
    background-color: #007bb6;
    color:#fff;
}
.social-btn.facebook {
    background-color: #fff;
    border-color: rgba(0,0,0,0.2);
}
.social-btn.facebook:hover {
    background-color: #3b5998;
    color:#fff;
}
.social-btn.twitter {
    background-color: #fff;
    border-color: rgba(0,0,0,0.2);
}
.social-btn.twitter:hover {
    background-color: #55acee;
    color:#fff;
}
.nowrap {
    white-space:nowrap;
}