/*
-----------------------------------------------------------------------------------
        Theme Name: Flatco
        Theme URI: http://www.themewaves.com
        Description: Blank Framework from Themewaves
        Author: ThemeWaves
        Author URI: http://www.themewaves.com
        Version: 3.3
        License:
        License URI:
        Tags:one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/

/* Theme Waves Theme Styling Start */

/* ------------ BASE ------------- */

::selection {
    background: #2dcb73;
    color: #ffffff;
}
::-moz-selection {
    background: #2dcb73;
    color: #ffffff;
}
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0;
    list-style: none;
}
li{
    line-height: 1.9;
}
p {
    margin-bottom: 20px;
}
iframe, embed, img {
    max-width: 100%;
    border: none;
}    
a:hover {
    text-decoration: none;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #2f2f2f;
    font-weight: bold;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
h1 {
    font-size: 28px;
    line-height: 1.6;
}
h2 {
    font-size: 22px;
    line-height: 1.6;
}
h3 {
    font-size: 18px;
    line-height: 1.6;
}
h4 {
    font-size: 16px;
    line-height: 1.6;
}
h5 {
    font-size: 14px;
    line-height: 1.6;
}
h6 {
    font-size: 12px;
    line-height: 1.6;
}
.highlight { 
    color: #2dcb73;
}
p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 20px 0;
}
p img {
    margin: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
hr {
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}
pre {
    overflow-x:auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7;
    font-family: Consolas, monospace;
}
.hidden {  display: none !important; }
dt{
    line-height: 2;
}
/* 02. Links and Form */

a{
    outline: 0;
    color: #8d8d8d;
    text-decoration: none;
}
a:hover,
a:focus {
    outline: 0;
    color: #666666;
    text-decoration: none;
}
a
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ls-inner a{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
ul,
ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol,
ul { margin-left: 30px; }
ol { list-style: decimal; }
ul { list-style: square outside; }
aside ul,.tw-twitter ul.jtwt{position: relative; margin: 0; list-style: none;}
aside ul ul{margin-top: 15px;}
ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0; }
form,
fieldset { margin-bottom: 20px; }

@-moz-document url-prefix() { 

    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    textarea,
    select {
        height:42px;
        padding: 0 10px !important;
    }
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 8px;    
    width: 226px;
    outline: none;
    border: 2px solid #d6d6d6;
    background: #fff;
    color: #8d8d8d;
    font-size: 13px;
    font-family: "Montserrat",Arial, Helvetica, sans-serif;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 2px solid #d6d6d6;
    color: #333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
textarea { min-height: 60px; }
select {
    padding: 5px;
    width: 220px;
    height: 40px;
}
label,
legend {
    display: block;
    cursor: pointer;
}
label span,
legend span { font-weight: bold; }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    padding: 12px 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #2dcb73;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    cursor: pointer;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
    opacity: 0.8;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 5px 20px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    padding: 5px 3px 10px;
    max-width: 96%; /* Image does not overflow the content area */
    border: 1px solid #f0f0f0;
    background: #fff;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    max-width: 98.5%;
    width: auto;
    height: auto;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px;
}

/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .gallery-row {
    display:block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    border: 1px solid #efefef;
    margin: 0 10px 10px 0;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    max-width: 90%;
    height: auto;
    margin: 5% auto;
}
.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}

/* ---------- HEADER ------------- */
#header{
    position: relative;
}
#header .tw-logo-bg{
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 20%;
    background: #2dcb73;
}
header#header .container{
    position: relative;
}
header#header .container .row .span2{
    background: #2dcb73;
}
#header.stuck{
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.9);
    z-index: 10001;    
}
body.admin-bar #header.stuck{
    top: 28px;
}
#header.stuck .tw-logo{
    line-height: 60px;
    height: 60px !important;
    padding: 0 30px 0 0 !important;
}
#header.stuck .tw-logo img{
    height: 50px;
    width: auto !important;
}
#header.stuck ul.sf-menu > li > a{
    padding: 16px 0;
}

/* logo */
#header .tw-logo {
    position: relative;
    font-size: 28px;
    line-height: 107px;
    padding-right: 30px;
    background: #2dcb73;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    #header .tw-logo{
        line-height: 106px;
    }
}
#header .tw-logo .logo{
    color: #fff;
}
.tw-menu-container{
    float: right;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
}
.sf-menu > li {
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    z-index: 9999;
    display: block;
}

.sf-menu a {
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}

/* ThemeWaves Menu Styling*/

.sf-menu [class^="icon-"],.sf-menu [class*=" icon-"]{
    font-size: 14px;
}
ul.sf-menu > [class^="icon-"] a,.sf-menu > [class*=" icon-"] a{
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.sf-menu > [class^="icon-"]:before, .sf-menu > [class*=" icon-"]:before{
    position: relative;
    bottom: -40px;
    display: block;
    color: #000;
    text-align: center;
}
.sf-menu ul{
    left: 20px;
}
ul.sf-menu > li > a{
    margin: 0 20px;
    padding: 39px 0px;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
}
ul.sf-menu > li a{    
    display: block;
    color: #2f2f2f;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Montserrat',Arial,sans-serif;
}
ul.sf-menu li ul li a{
    margin: 0px 20px;
    padding: 10px 0px;
    width: 160px;
    border-bottom:1px dotted #444444;
    color: #aaaaaa;
    letter-spacing: normal;
    font-weight: normal;
}
ul.sf-menu li ul li a:hover{
    color: #2dcb73;
}
ul.sf-menu li ul li{
    background-color: #222222;
    text-align: left;
}
ul.sf-menu > li:hover > a{
    border-bottom: 4px solid #2dcb73;
    color: #2dcb73;
}
.sf-menu > li.current_page_item  > a,
.sf-menu > li.current_page_ancestor >a,
.sf-menu > li.current-menu-ancestor >a,
.sf-menu > li.current-menu-item > a
{
    color: #2dcb73;
}
.sf-menu > li .current-menu-item > a,#sidebar ul.menu li.current_page_item a{
    color: #2dcb73;
}
ul.sf-menu li ul li.current_page_ancestor a{
    color: #fff;
}


/* ------------ mobile menu --------------- */
.show-mobile-menu {
    position: relative;
    margin-top: -1px;
    width: 100%;
    height: 50px;
    background: #2f2f2f;
    cursor: pointer;
}
.show-mobile-menu .mobile-menu-icon{
    float: right;
    margin-right: 20px;
    width: 40px;
}
.show-mobile-menu .mobile-menu-text{display: none;
                                    float: left;
                                    margin-left: 20px;
                                    color: #FFF;
                                    font-size: 18px;
                                    line-height: 50px;
}
.mobile-menu-icon span {
    display: block;
    margin-bottom: 2px;
    width: 100%;
    height: 7px;
    background: #fff;
}

#mobile-menu {position:relative;display: none;padding:0px 20px;background:#2f2f2f;}
#mobile-menu ul{margin: 0;padding:10px 0;width:100%;list-style: none;}
#mobile-menu ul.sub-menu{display: none;margin-top: 15px;margin-bottom: -15px;padding: 0;}
#mobile-menu ul li{position: relative;display: block;padding:10px 0;border-top:1px solid rgba(255,255,255,.1);}
#mobile-menu ul li:first-child{border-top:none;}
#mobile-menu ul li a{display:block;display: inline-block !Important;padding-left: 10px !important;color:#999;font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;}
#mobile-menu ul li a:hover{color:#FFF;}
#mobile-menu ul li.has-children>.action-expand{float: right;width: 30px;text-align: center;height: 30px;font-size: 22px;line-height: 30px;
                                               cursor: pointer;}
#mobile-menu ul li.has-children>a{width: 85%;}
#mobile-menu ul li.has-children>.action-expand>.opened,#mobile-menu ul li.has-children.menu-open>.action-expand>.closed{display: none;}
#mobile-menu ul li.has-children>.action-expand>.closed,#mobile-menu ul li.has-children.menu-open>.action-expand>.opened{display: block;}
#mobile-menu ul ul li a:before{margin-right:5px;content:'-';}
#mobile-menu ul ul ul li a:before{margin-right:5px;content:'- -';}
#mobile-menu ul ul ul ul li a:before{margin-right:5px;content:'- - -';}
#mobile-menu ul ul li:first-child{border-top:1px solid rgba(255,255,255,.1);}


/* Row Container Parallax */
.bg-parallax {
    background-attachment: fixed;
}


/* Top header */
.tw-top-bar {
    border-bottom: 1px solid #dddddd;
    background: #FFF;
}
.tw-top-bar-info {
    position: relative;
    line-height: 41px;
    color: #8d8d8d;
}

/* 05. Social Icons */


.tw-social-icon{
    display: inline-block;
    margin: 0;
    margin-bottom: -1px;
    list-style: none;
}
.tw-social-icon li{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.loop-image .tw-social-icon a{
    display: inline-block;
    width: 42px;
    background: #fff;
}
.tw-social-icon a,#bottom .tw-social-icon a{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 42px;
  