/*
Theme Name: Take The Lead (Day Of Event )
Theme URI: Upwardstech.com
Description: Take The Lead Women Theme
Version: 1
Author: Upwardstech.com
Author URI: http://Upwardstech.com
*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Oswald:300,400,700';


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block; }
    body {
        line-height: 1; }
    ol, ul { }

    table {
        border-spacing: 0;
        border: 1px solid;
        width: 100%; }
    tr th{
        border-bottom: 1px solid;
        text-align: left;
    }
    tr th, tr td{
        padding: 9px 20px;
        border-right: 1px solid;
    }
    tr th:last-child, tr td:last-child{
        border-right: 0px;
    }
    table th{ font-weight: bold; }

/* #Basic Styles
================================================== */
    body {
        font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
        color: #333;
        -webkit-text-size-adjust: 100%;
        line-height: 18.5px;
        background:url(images/ttlwomen/bg-header.jpg) repeat-x 0 0;
        -webkit-font-smoothing: antialiased;
        z-index:500;
 }
    /*
 body.home {
     background: url(images/bg-home-event2.png) repeat-x 0 0;
 }
 */
 body.home {
    background: url(images/ttlwomen/bg-header-home.png) repeat-x 0 0;
 }
 body.single,body.archive,body.page-id-12,body.page-template-page-product-services-php {
background:url(images/ttlwomen/bg-header-blog.png) repeat-x 0 0;
 }
 body.archive.post-type-archive-event, body.single.single-event {
        background:url(images/ttlwomen/bg-header.jpg) repeat-x 0 0;
 }
    html{ min-height: 100%; }

/* #Typography
================================================== */
    h1, h2, h3, h4, h5, h6 {
        color: #6d6e71;
        font-family: 'Open Sans',"Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
        font-weight: 400; line-height: 1.31; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
    h1 { margin-bottom: 15px;}
    h2, .h2 {
        margin-bottom: 15px;
        font-weight:400;
        font-family: 'Oswald', sans-serif !important;
    }
    
    .light-weight {
        font-weight:300;
    }
    .extra-strong {
        font-weight:700;
    }
    h3, .h3{
        margin-bottom: 15px;
        font-weight:400;
        font-size:24px;
/*        font-family: 'Oswald', sans-serif !important;*/
    }
    h4 { margin-bottom: 15px; }
    h5 { margin-bottom: 15px; }
    h6 { margin-bottom: 15px; }
    .subheader { color: #777; }

    p { margin: 0 0 20px 0; line-height:140%}
    p img { margin: 0; }
    p.lead { font-size: 21px; line-height: 27px; color: #777;  }

    em { font-style: italic; }
    strong, .strong { font-weight: 700; }
    small { font-size: 80%; }

/*  Blockquotes  */
.quote-section {
    padding: 50px 0;
}
    blockquote, blockquote q { font-size: 17px; line-height: 24px; color: #777; font-style: normal; margin:-20px 0 10 40px; }
    blockquote { margin: 40px 40px; padding: 9px 10px 0 19px; border: none; }
.left-quote-image {
    display: inline;
    margin-right:8px;
}

    cite { display: block; color: #555; text-align:right;}
    cite:before { content: "\2014 \0020"; }

    cite a{ color: #555; }

    hr { border: solid #f2f2f2; border-width: 8px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


.page-wrapper ul {
    margin-bottom:25px;
}

.home .page-wrapper ul {
    margin-bottom:0;
}
.text-center {
    text-align: center;
}
.text-center a img {
    margin: 0 auto;
}
.text-right {
    text-align: right;
}

.text-smaller {
    font-size:smaller;
}
.circle-number {
    width: 100px;
}


/* #Color
================================================== */
.brand-color {
    color:#f12b15;
}

/* #layout
================================================== */
.gray-box {
    background-color: #f1f2f2;
    padding: 15px 0 25px;
    margin-bottom: 0px; 
    width:920px;
    overflow: auto;
/*    border:2px solid #b9b9b9;*/
}
.white-box {
    background-color:white;
    padding: 15px 0 10px;
    margin: 10px;
    width: 30%;
    float:left;
}
@media screen and (max-width: 768px) {
    .white-box{
        width:44%;
    }
}
.white-box-half {
    width:46%;
    background-color:white;
    padding: 15px 0 10px;
    margin: 10px;
    float:left;
}
.gray-box-border {
    border:2px solid #b9b9b9;
    margin-bottom:30px;
}
.gray-box h2, .one-half-gray h2, .white-box h2 {
    font-size: 22px;
}
@media screen and (max-width: 768px) {
    .gray-box{
        width:100%;
    }
}

.one-half-gray {
    width:43%; 
    padding:30px 20px 0;
    margin: 10px inherit;
    padding-bottom:20px;
}
.column .one-half-gray {
    margin: 10px inherit;
}
@media screen and (max-width: 768px) {
    .one-half-gray{
        width:100%;
    }
}


.td-rb {
    background-color:#f12b15;
    color:white;
    vertical-align:middle;
    padding:0px 30px;
}
.td-rb1 {
    width:20px;
    padding:0px;
}
.td-gb {
    background-color: #f1f2f2;  
    vertical-align:middle;
    padding: 3px;
    width:60px;
}
.td-gb1 {
    background-color: #f1f2f2;  
    vertical-align:middle;
    padding: 0 0px 0 20px;

}
.h2-redbox { font-weight: 400; font-family:'Oswald', sans-serif; font-size:26px; line-height:1;}

.inner-box {
    margin: 40px 70px 0;
}
.smaller-inner-box {
    margin: 0 20px 0;
}
.gray-box-no-margin {
    background-color: #e6e7e8;
    padding: 20px;
    margin-bottom: 0px; 
}
.orange-box {
    background-color: #F26529;
    color:#ffffff;
    padding: 20px 10%;
    margin-top:30px;
    margin-bottom: 30px;
    text-align:center;
    cursor:pointer;
}
.orange-box h2 {
    color:#ffffff;
}
.light-orange-box {
    background-color: #FFC627;
    color:#F12B15;
    padding: 20px 10%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
}
.light-orange-box h4 {
    color:#F12B15;
    margin-bottom: 0px;
    display:inline;
}
.icon-float-left {
    margin-right: 8px;
    margin-bottom: 20px;
    float:left;
}
.outline-box {
    border: 6px solid #e6e7e8;
    box-sizing: border-box;
    
    padding: 0 0 40px;
    overflow: auto;
}
.circle-icon {
    width: 70%;
    margin: 8px auto;
}
@media screen and (max-width: 768px) {
    .outline-box {
       
    }
    .circle-icon {
        width: 60%;
    }
}

.section {
    margin-top:30px;
    margin-bottom:30px;
}
.learn-more-box h2 {

}
.learn-more-box-icon {
    width: 80px;
    float: left;
    display: inline;
    margin: -10px 16px 10px;
}
.core-program-box-icon {
    width: 40px;
    float: left;
    display: inline;
    margin: -5px 16px 40px;;
}
.learn-more-box-heading {
 
}
.ambassadors {
  margin: 40px;
}

.ambassadors img {
    width: 100px;
    float: left;
    margin: 10px;
}
@media screen and (max-width: 768px) {
    .ambassadors img {
        width:100px;
        margin:6px;
    }
}
.thumb {
    float: left;
    width: 200px;
    margin: 10px 0px;
    height: 240px;
}
.thumb img.gallery-thumb {
    width:60%;
    margin:3px auto;
}
.thumb .caption {
    text-align:center;
}
.media-logos {
    margin-bottom:30px;
}
.media-logos img {
    margin:24px;
    display: inline-block;
}

.circle-stat {
    margin: 0px auto 8px;
    width: 70%;
}
@media screen and (max-width: 768px) {
    .circle-stat {
        width:28%;
    }
}

.learning-programs-nav {
    margin: 0 auto;
    width:100%;
}
.learning-program {
    background-color: #9e9e9e;
    width:22%;
    display:inline-block;
    height:30px;
    padding:20px 10px;
}
.lp-active {
    background-color:  #f12b15;
    color:#ffffff;
}
.lp-active h3 {
    color:#fff;
}
.clear-both {
    clear:both;
}
.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 20px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 10px;
  font-size: 80%;
  background-color: #F26529;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 20px;
}


/* #Links
================================================== */
    a, .hyperlink { color: inherit; text-decoration: none; outline: 0; }
    a:hover{ color: inherit; }
    p a { line-height: inherit; }

/* #Buttons
================================================== */


.btn ,#af-form-352456320 .buttonContainer input.submit, div#cc_form_1 .kws_input_container input.b {
    font-weight:300;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
  display: inline-block;
  *display: inline;
  padding: 6px 12px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  cursor: pointer;
  background-color: #5c707c;
  *background-color: #5c707c;
  background-image: -moz-linear-gradient(top, #607c8c, #5c707c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#607c8c), to(#5c707c));
  background-image: -webkit-linear-gradient(top, #607c8c, #5c707c);
  background-image: -o-linear-gradient(top, #607c8c, #5c707c);
  background-image: linear-gradient(to bottom, #607c8c, #5c707c);
  background-repeat: repeat-x;
  border: 1px solid #46687c;
  *border: 0;
  border-color: #5c707c #5c707c #46687c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.btn-important {
    background-color: #ef473f;
  *background-color: #ef473f;
  background-image: -moz-linear-gradient(top, #ef473f, #d12a21);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ef473f), to(#d12a21));
  background-image: -webkit-linear-gradient(top, #ef473f, #d12a21);
  background-image: -o-linear-gradient(top, #ef473f, #d12a21);
  background-image: linear-gradient(to bottom, #ef473f, #d12a21);
  border: 1px solid #ee2e24;
}

#af-form-352456320 .buttonContainer input.submit:hover,
div#cc_form_1 .kws_input_container input.b:hover,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #607c8c;
  *background-color: #607c8c;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}


#af-form-352456320 .buttonContainer input.submit:hover,
div#cc_form_1 .kws_input_container input.b:hover,
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn.btn-important:hover,
.btn.btn-important:focus {
    color: #fff;
    background-color: #d12a21;
  *background-color: #d12a21;
}

#af-form-352456320 .buttonContainer input.submit:focus,
div#cc_form_1 .kws_input_container input.b:focus,
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#donate-button {
    position:absolute;
    top:-5px;
    right:0;
}

a button.primary, a button.secondary, button.secondary, button.gray, button.orange, .button {
    height: 50px;
/*    width: 100%;*/
    font-size: inherit;
    line-height: 1;
    padding: 10px 40px;
    display: inline-block;
/*    background-color:#39b54a;*/
    font-weight: 700;
    cursor: pointer;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    box-shadow: none;
    font-size:small;
    text-transform:uppercase;
}
.wide-button {
    width:100%;
    font-size:inherit;
}
a button.primary.smaller, a button.secondary.smaller {

    font-size:smaller;
    line-height:1.1;
}
a button.primary {
    background-color:#39b54a;
    color:white;
}
a button.secondary, .secondary {
    background-color: #8dc63f;
    color:white;
}
a button.orange, .orange {
    background-color: #F26529;
    color: white;
}
a button.gray {
    background-color:#F1F2F2;
    color:#58595B;
}
button.primary img, button.secondary img, button.gray img, h4 img {
    display: inline-block;
    margin-right: 8px;
}

/* #Lists
================================================== */
    ul, ol { }
    ul {  }
    ol { list-style: decimal; }
    ol, ul.square, ul.circle, ul.disc, ul { margin-left: 30px; }
    ul.square { list-style: square outside; }
    ul.circle { list-style: circle outside; }
    ul.disc { list-style: disc outside; }
    ul ul, ul ol,
    ol ol, ol ul { margin: 4px 0 5px 30px;  }
    /*
    ul ul li, ul ol li,
    ol ol li, ol ul li { margin-bottom: 6px; }
    */
    li { line-height: 25px; }
    ul.large li { line-height: 25px; }
    li p { line-height: 25px; }


/* #Images
================================================== */
    img.scale-with-grid {
        max-width: 100%;
        height: auto; }
    img{ display: block; }

    iframe{ display: block; }

/* #Captions
================================================== */
.wp-caption {
margin-right: 0px;
padding: 0px 5px 0px 5px;
}

.wp-caption img {
margin: 10;
padding: 0px 5px 0px 5px;

}

.wp-caption p.wp-caption-text {
margin: 5px;
padding: 0px 5px 0px 5px;
font-size: 12px;
font-style: italic;
line-height: 12px;
text-align: center
}

/* #Buttons
================================================== */
    a.button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        height: 26px; line-height: 26px; padding: 1px 12px 0px 12px; display: inline-block;
        background: url('images/#') repeat-x; font-weight: bold; cursor: pointer;

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }

    a.button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        background-image: url('images/#'); }

    .button.full-width,
    button.full-width,
    input[type="submit"].full-width,
    input[type="reset"].full-width,
    input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center; }

    a.gdl-button{
        height: 26px; line-height: 26px; padding: 1px 12px 0px 12px; display: inline-block;
        background: url('images/#') repeat-x; font-weight: bold; cursor: pointer;

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
    a.gdl-button:hover{
        background-image: url('images/#');
    }

    .gdl-image-frame{
        padding: 4px;
        display: inline-block;
    }
#wpadminbar img { display: inline; }

/* #Tabs (activate in tabs.js)
================================================== */
    ul.tabs {
        display: block;
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
        border-bottom: solid 1px; }
    ul.tabs li {
        display: block;
        width: auto;
        height: 30px;
        padding: 0;
        float: left;
        margin-bottom: 0; }
    ul.tabs li a {
        display: block;
        text-decoration: none;
        width: auto;
        height: 29px;
        padding: 0px 20px;
        line-height: 30px;
        border: solid 1px;
        border-width: 1px 1px 0 0;
        margin: 0;
        cursor: pointer;
        background: #f5f5f5;
        font-size: 13px; }
    ul.tabs li a.active {
        background: #fff;
        height: 30px;
        position: relative;
        top: -4px;
        padding-top: 4px;
        border-left-width: 1px;
        margin: 0 0 0 -1px;
        color: #111;
        -moz-border-radius-topleft: 2px;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px; }
    ul.tabs li:first-child a.active {
        margin-left: 0; }
    ul.tabs li:first-child a {
        border-width: 1px 1px 0 1px;
        -moz-border-radius-topleft: 2px;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px; }
    ul.tabs li:last-child a {
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px; }

    ul.tabs-content { margin: 0 0 20px; display: block; list-style: none; }
    ul.tabs-content > li { display:none; }
    ul.tabs-content > li.active { display: block; }

    /* Clearfixing tabs for beautiful stacking */
    ul.tabs:before,
    ul.tabs:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    ul.tabs:after {
      clear: both; }
    ul.tabs {
      zoom: 1; }


/* #Forms
================================================== */

    form {
        margin-bottom: 20px; }
    fieldset {
        margin-bottom: 20px; }
    input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea,
    select {
        border: 1px solid #ccc;
        padding: 6px 4px;
        outline: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #777;
        margin: 0;
        width: 210px;
        max-width: 100%;
        display: block;
        margin-bottom: 20px;
        background: #fff; }
    select {
        padding: 0; }
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        border: 1px solid #aaa;
        color: #444;
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow:  0 0 3px rgba(0,0,0,.2); }
    textarea {
        min-height: 60px; }
    label,
    legend {
        display: block; }
    select {
        width: 220px; }
    input[type="checkbox"] {
/*        display: inline; */
        display: none;
    }
    label span,
    legend span {
        font-weight: normal;
        font-size: 13px;
        color: #444; }

/* #Subscript
================================================== */
sup {
    height: 0; line-height: 1; position: relative; top: -0.6em;
    vertical-align: baseline !important; vertical-align: bottom; font-size: 10px;}
sub {
    height: 0; line-height: 1; position: relative; top: +0.2em;
    vertical-align: baseline !important; vertical-align: bottom; font-size: 10px;}

/* #Custom Tag
================================================== */
    .wp-caption, .wp-caption-text,
    .sticky, .gallery-caption,
    .bypostauthor{ max-width: 100% !important; }
    .alignright{ float: right; margin-left: 10px; margin-bottom: 10px; }
    .alignleft{ float: left; margin-right: 10px; margin-bottom: 10px; }
    .aligncenter{ margin: 0 auto 0; }
    .shortcode-image-left{ margin-right: 12px; }
    .shortcode-imarg-right{ margin-left: 12px; }

    br.clear{ clear: both; height: 0px; display: block; }
    .display-none{ display: none; }
    .overflow-hidden{ position: relative; overflow: hidden; }

    .mt0{ margin-top: 0px !important;}
    .mt10{ margin-top: 10px !important; }
    .mt15{ margin-top: 15px !important; }
    .mt20{ margin-top: 20px !important; }
    .mt25{ margin-top: 25px !important; }
    .mt30{ margin-top: 30px !important; }
    .mt40{ margin-top: 40px !important; }
    .mb0{ margin-bottom: 0px !important; }
    .mb5{ margin-bottom: 5px !important; }
    .mb10{ margin-bottom: 10px !important; }
    .mb15{ margin-bottom: 15px !important; }
    .mb20{ margin-bottom: 20px !important; }
    .mb30{ margin-bottom: 30px !important; }
    .ml0{ margin-left: 0px !important; }
    .mr0{ margin-right: 0px !important; }

    .pt25{ padding-top: 25px !important; }

    /*disable blank space*/
    cufon[alt=" "]{
       display: none !important;
    }


/* #Theme Style
================================================== */
div.body-wrapper{ }
div#custom-full-background{ position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; }
div#custom-full-background img{
    position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
    min-width: 50%; min-height: 50%; z-index: -1; }
div.container{ background:transparent !important; -moz-box-shadow:none !important; -webkit-box-shadow:none !important; box-shadow:none !important; }

.preloader { display: block; background:url(images/loading.gif) center center no-repeat; }

/*--- Header ---*/
div.header-wrapper{ position: relative; }
div.logo-wrapper img{ display: inline-block; }
div.outer-social-wrapper{ text-align: center; }
div.social-icon-wrapper{ float: right; }
div.social-wrapper {
    position: absolute;
    top: 63px;
    right: -21px;
    z-index:100;
}
div.social-wrapper-text { margin-bottom: 10px; }
div.social-icon:first-child { margin-left: 0px; }
div.social-icon { float: left; margin-left: 11px; opacity: 0.55; filter: alpha(opacity=55); cursor: pointer; }


/*--- Blog Header ---*/

.header-blog .header-top {
    display:block;
    padding-top:15px;	
    padding-left:10px;
    position:relative;
}

.header-blog .header-top a {
    font-weight:300;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size:15px;
}

.header-blog .header-bottom {
    display:block;
    margin-top:0;
    position:relative;
    overflow: hidden;
    margin-bottom: 11px;
    height:115px;
}

.header-blog .header-bottom .logo-wrapper img {
    width:96px;
    margin-top: 10px;
}

.header-blog .header-bottom h2 {
    color:#fff;
    font-size:66px;
    position:absolute;
    top:35px;
    left:0;
}

.page-id-12 .mt30 {
    display:none;
}

div.blog-item-holder .blog-item2 h2.blog-thumbnail-title a {
    font-weight:400;
    font-family: 'Open Sans', 'Oswald', sans-serif;
    font-size:20px;
}

.blog-item2 div.single-thumbnail-tag {
    display:none;
}

/*--- Top Navigation ---*/
div.top-navigation-wrapper{ position: relative; z-index: 20; min-width: 980px; }
div.top-navigation-wrapper-gimmick{ padding-bottom: 2px; }
div.top-navigation.container{
    font-size: 11px; padding-top: 7px; padding-bottom: 7px; line-height: 100%;
    text-align: center; background: transparent;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;}
div.top-navigation-right{ float: right; margin-right: -9px;}
div.top-navigation-left{ float: left; margin-left: -9px;}
div.top-navigation-left ul{ list-style: none; margin-left: 0px;}
div.top-navigation-left li{ float: left; }
div.top-navigation-left li a{ color: inherit; padding: 0px 8px 0px 8px; line-height: 100%; display: block; }
div.top-navigation-left li:last-child a{ padding-right: 0px;}
div.top-navigation-left li ul{ display: none; }
div.top-navigation-left ul li:last-child a{ border-right: 0px !important; }
div.top-navigation-left ul li:first-child a{ padding-left: 0px !important; }

div.top_navigation-header-padding{ padding-top: 15px; }
div.top-navigation-wrapper.container{
    padding-top: 5px; padding-bottom: 0px; background: transparent; }

/*--- Navigation ---*/
div.navigation-wrapper{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border:0 !important;
    background:transparent !important;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

div.navigation-wrapper ul li ul li{ font-weight: normal; }
div.responsive-menu-wrapper{ display: none; }
div.responsive-menu-wrapper select{ width: 100%; height: 30px; margin-bottom: 20px; }

#main-menu {
    clear:left;
    margin-bottom:10px;
    overflow:hidden;
    float:left;
}
#main-menu.menu-wrapper ul li a {
    font-size:18px;
}
#sub-menu {
    clear:left;
    overflow:hidden;
    float:left;
}
.menu-wrapper ul li {
    float:left;
    list-style-type:none;
    margin-right:5px;
}
.menu-wrapper ul li a {
    padding:4px 7px;
    color:#5c707c;
    border-radius:5px;
    font-weight:300;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size:14px;
    display:block;
}
.menu-wrapper ul li.current_page_item a {
    background:#fff;
    background:rgba(255,255,255,.8);
}

/*--- Search Form ---*/
div.search-wrapper { border-left:0; position: absolute; top: 27px; right: 72px; }
div.search-wrapper form { margin: 0px; padding: 9px 0px 9px 0px; border-left:0; }
div.search-wrapper #search-text{ width: 1px; overflow: hidden; float: left; }
div.search-wrapper input[type="text"]{
    font-size: 11px; padding: 2px 5px 2px 6px; margin: 0px 0px 0px 9px; width: 150px; height: 19px;
    line-height: 19px; border: 0px;}
div.search-wrapper input[type="submit"]{
    padding: 0px; margin: 3px 10px 3px 10px; width: 17px; height: 17px; float: right;
    border: 0px;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none}

div.search-wrapper #search-text input[type="text"] {
    background-color:#fff !important;
}

/*--- Content ---*/
div.content-wrapper{ position: relative; }

/*--- Page ---*/
div.gdl-page-item{ padding-bottom: 30px; }
h1.gdl-page-title{
    font-size: 32px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 0px;
    font-weight:300;
    color:#5c707c;
    text-transform:uppercase;
}
div.gdl-page-content{ margin-top: 35px; }

div.pagination{
    margin: 25px 10px 0px 10px; border-top: 1px solid; text-align: right; padding-right: 20px;
    position: relative; z-index: 99;}
div.pagination a, div.pagination span{
    padding-left: 12px; padding-right: 12px; height: 25px; line-height: 25px; display: inline-block;
    text-align: center; border-bottom: 1px solid #ececec; border-left: 1px solid;
    border-color: inherit; color: inherit; }
div.pagination a:last-child, div.pagination span:last-child{ border-right: 1px solid; border-color: inherit; }
div.pagination a:hover{ background: none; color: inherit; }
div.pagination span{ }

/*--- Sidebar ---*/
div.gdl-left-sidebar{ float: left; }
div.gdl-right-sidebar{ float: left; }
/*div.gdl-page-item{ float: right; } make this not happen to resolve home page apb*/
div.gdl-page-float-left{ float: left; }

div.custom-sidebar { border-color: inherit; margin-bottom: 40px; clear: both; }
div.custom-sidebar div { border-color: inherit; }
div.custom-sidebar ul{ list-style: none; margin-left: 0px; border-color: inherit; }
div.custom-sidebar ul li{
    padding-top: 9px; padding-bottom: 9px; border-bottom: 1px solid; border-color: inherit; }
div.custom-sidebar ul li{ padding-left: 15px; background-position: 0px 4px; }
div.custom-sidebar ul li li:last-child{
    border-bottom: none; padding-bottom: 0px; }
div.custom-sidebar #recentcomments a{background: none; }
div.custom-sidebar #twitter_update_list{ font-family: 'Droid Serif'; font-style: italic;}
div.custom-sidebar #twitter_update_list li{ background: none; padding-left: 0px; }
div.custom-sidebar #twitter_update_list li span{
display: inline-block;
}
div.custom-sidebar #twitter_update_list li span a { margin-top: 0px; margin-right: 6px; padding-left: 2px; display: inline-block;
}
div.custom-sidebar #twitter_update_list li a {display: table;
margin-top: 10px;
float: none;
clear: both;
}

/*--- Custom Widget ---*/
div.custom-sidebar .textwidget{ margin-top: 15px; }

div.custom-sidebar .gdl-recent-post-widget{ border-color: inherit; }
div.custom-sidebar  .recent-post-widget{
    padding-top: 13px; padding-bottom: 13px; border-bottom: 1px solid; border-color: inherit; }
div.custom-sidebar  .recent-post-widget-thumbnail{
    background-color: #f3f3f3; padding: 4px; margin-right: 12px; border: 1px solid #fff;  float: left; }
div.custom-sidebar  .recent-post-widget-context{ overflow: hidden; margin-top: 2px; }
div.custom-sidebar  .recent-post-widget-date{
    margin-top: 4px; height: 16px; line-height: 19px; font-family: 'Droid Serif'; font-style: italic;
    background-position: 0px 0px; padding-left: 22px; }
div.custom-sidebar  .recent-post-widget-comment-num{
    margin-top: 4px; height: 16px; line-height: 19px; font-family: 'Droid Serif'; font-style: italic;
    background-position: 0px 0px; padding-left: 22px; }

div.custom-sidebar .twitter-whole{ border-color: inherit; }
div.custom-sidebar .twitter-whole ul li  a{ background: none; padding: 0px; }

div.custom-sidebar .flickr-widget{ margin-top: 10px; display: inline-block; }
div.custom-sidebar .flickr_badge_image{ margin: 10px 10px 0px 0px; float: left; width: 56px; height: 56px; }
div.custom-sidebar .flickr-widget img{ width: 56px; height: 56px; }

div.custom-sidebar .contact-widget-whole ol{ list-style: none; margin-left: 0px; margin-top: 15px; }
div.custom-sidebar .contact-widget-whole ol li{ margin-right: 10px; }
div.custom-sidebar .contact-widget-whole input,
div.custom-sidebar .contact-widget-whole textarea{ margin-bottom: 16px; }
div.custom-sidebar .screenReader{ display: none; }

div.custom-sidebar .gdl-recent-port-widget{ margin-top: 10px; }
div.custom-sidebar .recent-port-widget{ float: left; margin-right: 10px; margin-top: 10px; }

/* Sidebar right/left */
div.right-sidebar-wrapper{
    border-left: 1px solid;
    padding-top: 32px;
    padding-left: 20px; }
div.right-sidebar-wrapper .custom-sidebar-title{
    padding: 0px 0px 10px 0px; font-size: 17px; border-bottom: 1px solid; border-color: inherit; }

div.left-sidebar-wrapper{ border-right: 1px solid #ececec; padding-right: 20px; padding-top: 32px; }
div.left-sidebar-wrapper .custom-sidebar-title{
    padding: 0px 0px 10px 0px; font-size: 17px; border-bottom: 1px solid; border-color: inherit; }

/* Sitemap */
div.sitemap .custom-sidebar-title{ padding: 0px 0px 10px 0px; font-size: 17px; border-bottom: 1px solid; border-color: inherit; }

/* Tag Cloud*/
.tagcloud{ border-color: inherit; display: inline-block; }
.tagcloud a{
    font-size: 12px !important; display: block; float: left; padding: 3px 8px 3px 8px; margin-right: 10px;
    margin-top: 10px; border: 1px solid; border-color: inherit;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Calendar */
#calendar_wrap{ border-color: inherit; }
#wp-calendar{ width: 100%; border-color: inherit; border-width: 0px; }
#wp-calendar caption{ font-size: 13px; font-weight: bold; margin: 5px auto 15px; padding-bottom: 6px; border-bottom: 1px solid; border-color: inherit; }
#wp-calendar td{ padding: 4px; text-align: center; border-right: 0px; }
#wp-calendar th{ padding: 0px; text-align: center; border-right: 0px; border-bottom: 0px; background: transparent;  }

/* search widget */
div.custom-sidebar #searchsubmit{ position: absolute; height: 27px; top: 0px; right: 2px; cursor: pointer;
    width: 28px; border: 0px; border-image: initial;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;}
div.custom-sidebar #search-text{ margin-right: 10px; }
div.custom-sidebar #searchform{ position: relative; margin-bottom: 0; }
div.custom-sidebar #search-text input[type="text"]{ margin-bottom: 0; width: 100%; }
div.custom-sidebar #searchform br.clear{ display: none; }

/* contact form */
div.custom-sidebar label, legend { font-weight: bold; margin-bottom: 7px; }
div.custom-sidebar .error{ font-family: 'Droid Serif'; font-style: italic; margin-bottom: 15px; }
div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea { width: 100%;  }

/*--- Footer ---*/
div.footer-wrapper .container{
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size:12px;
    line-height:1.25em;
}
div.footer-wrapper-gimmick{ height: 3px; }
div.footer-widget-wrapper{ padding-top: 35px; }
div.footer-widget-wrapper .custom-sidebar{
    margin-bottom:20px;
    overflow:hidden;
}
div.footer-widget-wrapper .custom-sidebar-title{ font-size: 16px; margin-bottom: 10px;}

/* Footer custom widget*/
div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none; }
div.footer-wrapper a.button, div.footer-wrapper button{ -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: 0 !important; background: #222 !important; }
div.footer-wrapper #wp-calendar caption{ font-size:15px; border: none; margin-bottom: 15px; }
div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

div.footer-wrapper div.custom-sidebar ul li {
    border:0;
    background:none !important;
    padding:0;
    float:left;
    width:50%;
    line-height:1.25em;
}

/*--- Copyright ---*/
div.copyright-wrapper{ padding-top: 12px; padding-bottom: 12px; font-size: 11px; font-weight: bold; }
div.copyright-left{ text-align: left; float: left; margin-left: 20px; }
div.copyright-right{ text-align: right; float: right; margin-right: 20px; }

/*--- Comments ---*/
div.comment-wrapper{  margin-top: 40px; }
div.comment-wrapper .comment-title{  font-size: 18px; }
div.comment-wrapper .comment-form-comment{  margin-right: 40px; }
div.comment-wrapper #reply-title{ font-size: 18px; margin-bottom: 15px; }
div.comment-wrapper input[type="text"], input[type="password"] {
    width: 320px; height: 30px; line-height: 30px; padding: 0px 0px 0px 10px;
    margin: 5px 5px 25px; line-height: 20px; }
div.comment-wrapper textarea{
    height: 165px; width: 590px; margin: 5px 5px 25px; padding: 10px; max-width: 100%;
    line-height: 20px; }

div.comment-wrapper .comment-form-captcha img { float: left; margin-right: 20px; margin-top: 1px; }
div.comment-wrapper .comment-form-author input,
div.comment-wrapper .comment-form-email input,
div.comment-wrapper .comment-form-url input { float: left; }
div.comment-wrapper .comment-form-captcha input { float: left; width: 205px; }
div.comment-wrapper .comment-form-author label,
div.comment-wrapper .comment-form-email label,
div.comment-wrapper .comment-form-url label,
div.comment-wrapper .comment-form-captcha label { float: left; line-height: 32px; margin: 5px 0px 0px 10px; }
div.comment-wrapper .comment-form-author span,
div.comment-wrapper .comment-form-email span,
div.comment-wrapper .comment-form-url span,
div.comment-wrapper .comment-form-captcha span { float: left; line-height: 32px; margin-left: 2px; }


ol.comment-list{ margin: 0px; list-style: none; }
ol.comment-list .comment-body{ border-bottom: 1px solid; margin-top: 22px; padding-bottom: 22px; }
ol.comment-list ul{ margin: 0px 0px 0px 30px; list-style: none; }
div.comment-avartar{ float: left; }
div.comment-context{ margin-left: 80px; }
span.comment-author{  margin-right: 5px; font-size: 16px; }
span.comment-date{  margin-right: 5px; font-style: italic; font-family: 'Droid Serif'; font-size: 11px;}
span.comment-time{ margin-right: 5px; font-style: italic; }
div.comment-content{ margin-top: 7px; }

div.comment-wrapper #respond{ margin-top: 30px; }

/* Slider */
div.slider-wrapper{ position: relative; overflow: hidden; }
div.slider-bottom-gimmick{ height: 5px; width: 100%; }
div.slider-top-shadow{
    height: 6px; width: 100%; position: absolute; top: -1px; z-index: 100;
    background: url('images/gradient-vertical-6px.png'); }
div.slider-bottom-shadow{
    height: 6px; width: 100%; position: absolute; bottom: 4px; z-index: 100;
    background: url('images/gradient-vertical-6px.png') 0px 6px;}
.gdl-slider-title{
    margin-left: -2px; padding-bottom: 7px; font-size: 28px; line-height: 30px;
}

/* Accordion */
h3.accordion-header-title{ font-size: 18px; margin-bottom: 25px; }
ul.gdl-accordion{ list-style: none !important; margin-left: 0px !important; }
ul.gdl-accordion li{ list-style: none; background: none !important; border-bottom: 1px solid; padding-top: 15px; }
ul.gdl-accordion li:first-child{ list-style: none; border-bottom: 1px solid; padding-top: 0px; }
h2.accordion-head{
    margin-bottom: 0px; padding: 0px 0px 15px 0px;
    line-height: 21px; font-size: 16px; cursor: pointer; display: block; }
div.accordion-content{ padding: 0px 0px 20px 37px; overflow: hidden; }
span.accordion-head-image{ width: 24px; height: 24px; float: left; margin-right: 13px; cursor: pointer; display: block; }
div.accordion-head p{ margin-bottom: 0px; }
ul.gdl-accordion .accordion-content ul li { list-style: disc; border-bottom: 0px; margin-bottom: 5px; }

/* Gallery */
h3.gallery-header-title{ font-size: 18px; margin-bottom: 25px; margin-left: 10px; }
div.gallery-thumbnail-image{ padding: 4px; }

/* Toggle Box */
h3.toggle-box-header-title{ font-size: 18px; margin-bottom: 25px; }
ul.gdl-toggle-box{ margin-left: 0px; }
ul.gdl-toggle-box li{ list-style: none; border-bottom: 1px solid #ececec; margin-bottom: 15px; }
h2.toggle-box-head{ padding: 0px 0px 0px 0px; line-height: 21px; font-size: 16px; cursor: pointer; }
div.toggle-box-content{ padding: 0px 0px 20px 37px; overflow: hidden; }
span.toggle-box-head-image{ width: 24px; height: 24px; float: left; margin-right: 13px; cursor: pointer; }
div.toggle-box-head p{ margin-bottom: 0; }
ul.gdl-toggle-box .toggle-box-content ul li { list-style: inherit; border-bottom: 0px; margin-bottom: 5px; }

/* Column Service */
div.column-service-image{
    float:left; width: 32px; height: 32px; text-align: center;
    line-height: 32px; margin: 0px 10px 0px 10px; }
div.column-service-image img{ vertical-align: middle; }
div.column-service-content{ margin: 0px 0px 0px 62px;  }
h2.column-service-title{ font-size: 17px; margin-bottom: 4px; }

/* Stunning Text */
div.stunning-text-wrapper{ padding-top: 35px; padding-bottom: 35px; clear: both;}
h1.stunning-text-title{ line-height: 30px; font-size: 24px; font-weight: bold; padding: 0px 25px 0px 25px;}
div.stunning-text-caption{ font-size: 13px; padding: 0px 25px 0px 25px; margin-top: 8px;}
div.stunning-text-button-wrapper{ text-align: center; }
a.stunning-text-button{
    padding: 0px 27px 0px 27px; height: 38px; line-height: 38px; font-size: 16px;
    background: url('images/gradient-top-32px.png') repeat-x; float: right; margin-top: 15px; margin-right:10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

/* Testimonial */
h3.testimonial-header-title{ font-size: 18px; margin-bottom: 25px; margin-left: 10px; }
div.testimonial-no-header{ padding-top: 47px }
div.testimonial-icon{
    width: 18px; height: 18px; float: left; margin-top: 2px; margin-right: 15px; margin-left: 1px; }
div.testimonial-author{
    margin-top: 20px; margin-bottom: 20px;  padding-bottom: 20px; margin-right: 3px; font-weight: bold; font-size: 13px;
    text-align: right; border-bottom: 1px solid; }

div.jcarousellite{ overflow: hidden;}
div.jcarousellite ul{ width: 1000%; margin: 0px; list-style: none;}
div.jcarousellite ul li{ float: left; }
div.jcarousellite-nav{ position: absolute; top: 0px; right: 10px; margin-right: 3px; }
div.jcarousellite-nav .prev{ width: 20px; height: 20px; cursor:pointer; float: left; margin-left: 5px; }
div.jcarousellite-nav .next{
    width: 20px; height: 20px; cursor:pointer; float: left; margin-left: 5px; background-position: 20px 0px !important; }

/* Divider */
div.divider{ position: relative; margin-top: 8px; }
div.scroll-top{ position: absolute; top: -19px; right: 2px; cursor: pointer; font-size: 10px; }

/* Portfolio */
div.portfolio-thumbnail-image,
div.portfolio-thumbnail-video,
div.portfolio-thumbnail-slider{ padding: 4px; }
h3.portfolio-header-title{ font-size: 18px; margin: 33px 0px 0px 10px; }
div.portfolio-view-all-project{ position: absolute; right: 10px; top: 33px; font-style: italic; }
div.portfolio-thumbnail-image{ text-align: center; position: relative; }
div.portfolio-thumbnail-image img{ display: block; margin: 0px auto; }
div.portfolio-thumbnail-video{ text-align: center; }
div.portfolio-thumbnail-video object{ display: block; margin: 0px auto;}
div.portfolio-thumbnail-slider{ text-align: center; margin: 0px auto; overflow: hidden; }
div.portfolio-thumbnail-slider .flexslider{ display: block; }
div.portfolio-thumbnail-slider ol.flex-control-nav{ display: none; }
div.portfolio-thumbnail-slider ul.flex-direction-nav .flex-prev{
    background: url('images/thumbnail-nav.png'); width: 31px;
    height: 24px; bottom: 0px; left: 0px; top: auto;}
div.portfolio-thumbnail-slider ul.flex-direction-nav .flex-next{
    background: url('images/thumbnail-nav.png'); width: 31px; height: 24px;
    background-position: 31px 0px; bottom: 0px; left: 31px; top:auto; }
h2.portfolio-thumbnail-title{ font-size: 15px; margin-top: 15px; margin-bottom: 10px; }
div.portfolio-thumbnail-title a{ color: inherit; }
div.portfolio-thumbnail-content{ margin-top: 8px; }
div.portfolio-bottom{ height: 15px; display: block; clear: both; }

span.portfolio-thumbnail-image-hover{
    opacity: 0; filter: alpha(opacity=0); position: absolute; width: 100%; height: 100%;
    background-color: #fff; overflow: hidden; display: block; }
span.portfolio-thumbnail-image-hover span{
    top: 50%; left: -50%; margin-left: -16px; margin-top: -16px; width: 32px; height: 32px;
    position: absolute; display: block; }
span.portfolio-thumbnail-image-hover span.hover-link{ background: url('images/link.png') no-repeat; }
span.portfolio-thumbnail-image-hover span.hover-video{ background: url('images/video.png') no-repeat; }
span.portfolio-thumbnail-image-hover span.hover-zoom{ background: url('images/zoom.png') no-repeat; }

a.portfolio-read-more{ margin-right: 12px; margin-top: 15px; float: left; }
a.portfolio-visit-website{ margin-top: 15px; float: left; }

.portfolio-item-holder.masoned{ overflow: hidden; }

/* fullwidth portfolio */
div.sixteen.columns.portfolio-item {  padding-bottom: 22px; border-bottom: 1px solid #ececec;}
div.sixteen.columns.portfolio-item:last-child { padding-bottom: 0px; border: 0px; }
div.sixteen.columns.portfolio-item .portfolio-thumbnail-image,
div.sixteen.columns.portfolio-item .portfolio-thumbnail-video,
div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider{ float: left; width: 620px; }
div.sixteen.columns.portfolio-item .portfolio-thumbnail-context{ padding-left: 20px; float: none; overflow: hidden; }
div.sixteen.columns.portfolio-item .portfolio-thumbnail-title{ font-size: 18px; margin-top: 12px; }
div.sixteen.columns.portfolio-item .portfolio-thumbnail-content{ margin-top: 12px; }
div.sixteen.columns.portfolio-item a.portfolio-read-more{ margin-top: 22px; }
div.sixteen.columns.portfolio-item a.portfolio-visit-website{ margin-top: 22px; }

div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image,
div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video,
div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider{ float: left; width: 320px; }
div.sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context{ padding-left: 20px; margin-right: 10px;}
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image,
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video,
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider{ float: left; width: 180px; }
div.both-sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context{ padding-left: 20px; margin-right: 10px;}

ul#portfolio-item-filter{ margin: 14px 0px 8px 0px; list-style:none; }
ul#portfolio-item-filter li { float: left; margin: 12px 2px 0px 10px; }

/* Single */
h1.single-thumbnail-title{ margin-top: 40px; padding-bottom: 18px; font-size: 21px; margin-bottom: 0; }
h1.single-thumbnail-title a{ color: inherit; }
div.single-thumbnail-info{
    padding-top: 7px; padding-bottom: 7px; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec;
    margin-bottom: 20px; font-size: 11px; font-family: Droid Serif; font-style: italic; }
div.single-thumbnail-date{
    height: 16px; line-height: 20px; font-style: italic; margin-right: 20px; padding-left: 23px; float: left; }
div.single-thumbnail-author{
    height: 16px; line-height: 20px; float: left; margin-right: 20px; padding-left: 23px; }
div.single-thumbnail-comment{
    height: 16px; line-height: 20px; float: right; padding-left: 21px; }
div.single-thumbnail-tag{
    height: 16px; line-height: 16px; float: left; margin-right: 20px; padding-left: 23px; }
div.single-thumbnail-context{ padding-top: 20px; }
div.single-content{ margin-top: 20px; }


div.single-port-prev-nav{ float: left; }
div.single-port-prev-nav a{ float: left; }
div.single-port-prev-nav .left-arrow{ width: 8px; height: 5px; float: left; margin-top: 6px; margin-right: 8px; }
div.single-port-next-nav{ float: left; margin-left: 30px; }
div.single-port-next-nav a{ float: left;}
div.single-port-next-nav .right-arrow{ width: 8px; height: 5px; float: left; margin-top: 6px; margin-left: 8px; }

div.single-port-thumbnail-image,
div.single-port-thumbnail-video,
div.single-port-thumbnail-slider{ padding: 4px; }
div.single-port-nav{ float: right; margin-top: 18px; margin-bottom: 18px; }
h1.single-port-title{ border-bottom: 1px solid; font-size: 21px; padding-bottom: 8px; margin-top: 30px; margin-bottom: 0px; }
h1.single-port-title a{ color: inherit; }
div.single-port-content{ margin-top: 22px; }
div.single-port-info{ margin-top: 30px; font-style: italic; font-family: Droid Serif; }
div.single-port-info span.head{ font-weight: bold; margin-right: 5px; }
div.single-port-date{ margin-top: 8px; }
div.single-port-tag{ margin-top: 8px; }
div.single-port-visit-website{ padding-left: 28px; margin-top: 10px; }
div.about-author-wrapper{ margin-top: 40px; padding: 18px; }
div.about-author-avartar{ float: left; margin-right: 20px; width: 90px; }
div.about-author-info{ overflow: hidden; }
div.about-author-title{ font-size: 18px; margin-top: 3px; margin-bottom: 5px; }

div.social-share-title{ margin-top: 40px; font-size: 18px; }
div.social-shares ul{ list-style: none; margin-left: 0px; margin-top: 15px; }
div.social-shares ul li{ float: left; margin-right: 15px; margin-bottom: 15px; }

/* Blog */
h3.blog-header-title{ margin: 40px 0 0 10px; }
h2.blog-thumbnail-title  a {
    font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
    font-size:16px;
    font-weight:bold;
}
div.blog-thumbnail-image,
div.blog-thumbnail-slider,
div.blog-thumbnail-video{ padding: 4px; margin-bottom: 18px; }
div.blog-thumbnail-info{ font-family: Droid Serif; font-style: italic; }
a.blog-continue-reading{ margin-top: 8px; display: block; }
a.blog-read-more{ margin-right: 15px; margin-top: 15px; float: left; }

div.blog-item-holder .blog-item0:last-child,
div.blog-item-holder .blog-item0{min-height:200px;}
div.blog-item-holder .blog-item0:last-child{ border-bottom: 0px; }
div.blog-item-holder .blog-item0 .blog-thumbnail-image,
div.blog-item-holder .blog-item0 .blog-thumbnail-video,
div.blog-item-holder .blog-item0 .blog-thumbnail-slider{ float: left; margin-right: 10px; margin-bottom: 10px; width: 55px; height: 55px; }
div.blog-item-holder .blog-item0 .blog-thumbnail-slider .flex-caption,
div.blog-item-holder .blog-item0 .blog-thumbnail-slider  ol.flex-control-nav,
div.blog-item-holder .blog-item0 .blog-thumbnail-slider  ul.flex-direction-nav{ display: none;}
div.blog-item-holder .blog-item0 .blog-thumbnail-context{ overflow: hidden; float: none; }
div.blog-item-holder .blog-item0 .blog-thumbnail-title{ margin-top: 5px; margin-bottom: 0px; font-size: 12px;}
div.blog-item-holder .blog-item0 .blog-thumbnail-date{ margin-top: 8px; margin-bottom: 10px; font-family: 'Open Sans', 'Droid Serif'; font-style: italic; }

div.blog-item-holder .blog-item1{ padding-top: 5px; padding-bottom: 25px; border-bottom: 1px solid #ececec; }
div.blog-item-holder .blog-item1:last-child{ border: 0px; padding-bottom: 0px; }
div.blog-item-holder .blog-item1 .blog-thumbnail-title{ font-size: 20px; padding-top: 2px; padding-bottom: 4px; margin-bottom: 0; }
div.blog-item-holder .blog-item1 .blog-thumbnail-context{ float: none; overflow: hidden; }
div.blog-item-holder .blog-item1 .blog-thumbnail-image,
div.blog-item-holder .blog-item1 .blog-thumbnail-video,
div.blog-item-holder .blog-item1 .blog-thumbnail-slider{ float: left; width: 150px; margin-right: 20px; margin-top:10px; }
div.blog-item-holder .blog-item1 .blog-thumbnail-info{ font-size: 11px; margin-bottom: 16px; }
div.blog-item-holder .blog-item1 .blog-thumbnail-date{
    height: 16px; line-height: 20px; font-style: italic; padding-left: 22px; float: left;
    background-position: 0px 0px; }
div.blog-item-holder .blog-item1 .blog-thumbnail-comment{
    height: 16px; line-height: 20px; margin-left: 20px; float: left; padding-left: 22px;
    background-position: 0px 0px; }
div.blog-item-holder .blog-item1.columns {
    width:480px;
}


div.blog-item-holder .blog-item2{ padding-top: 40px; padding-bottom: 10px; }
div.blog-item-holder .blog-item2 .blog-thumbnail-title{ padding-bottom: 16px; font-size: 21px; margin-bottom: 0px;}
div.blog-item-holder .blog-item2 .blog-thumbnail-info{
    padding-top: 7px; padding-bottom: 7px; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec;
    margin-bottom: 21px; font-size: 11px; }
div.blog-item-holder .blog-item2 .blog-thumbnail-date{
    height: 16px; line-height: 20px; margin-right: 20px; font-style: italic; padding-left: 23px; float: left; }
div.blog-item-holder .blog-item2 .blog-thumbnail-author{
    height: 16px; line-height: 20px; margin-right: 20px; float: left; padding-left: 23px; }
div.blog-item-holder .blog-item2 .blog-thumbnail-comment{
    height: 16px; line-height: 20px; float: right; padding-left: 21px; }
div.blog-item-holder .blog-item2 .blog-thumbnail-tag{
    height: 16px; line-height: 16px; margin-right: 20px; float: left; padding-left: 23px; }
div.blog-item-holder .blog-item2 .blog-thumbnail-context{ }

div.blog-item-holder .blog-item3{min-height:500px;}
div.blog-item-holder .blog-item3 .blog-thumbnail-title{ padding-bottom: 5px; font-size: 21px; margin-bottom: 0px;}
div.blog-item-holder .blog-item3 .blog-thumbnail-date{
    height: 16px; line-height: 20px; margin-right: 20px; font-style: italic; float: left; padding-bottom:10px; font-size: 12px }
div.blog-item-holder .blog-item3 .blog-thumbnail-comment{
    height: 16px; line-height: 20px; float: left; padding-bottom:10px; font-size: 12px  }

div.sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-image,
div.sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-video,
div.sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-slider{ float: left; width: 210px; }
div.both-sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-image,
div.both-sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-video,
div.both-sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-slider{ float: none; width: auto;  }
div.both-sidebar-included .blog-item1 .blog-thumbnail-context{ padding: 0px 0px 0px 0px; width: auto; }

/* Message Box */
div.message-box-wrapper{ border:1px solid; padding: 20px; margin-bottom: 20px; }
div.message-box-title{ font-weight: bold; font-size: 14px; margin-top: 2px; }
div.message-box-content{ margin-top: 12px; }

div.message-box-wrapper.red{ background-color: #ffdcdd; border-color: #e9b9bb; color: #713a3c;}
div.message-box-wrapper.red .message-box-title{ color: #8d4345;}
div.message-box-wrapper.yellow{ background-color: #ffffe0; border-color: #e1db8b; color: #4d4d39;}
div.message-box-wrapper.yellow .message-box-title{ color: #737357;}
div.message-box-wrapper.blue{ background-color: #c2e1ee; border-color: #8ec3d9; color: #3d5058;}
div.message-box-wrapper.blue .message-box-title{ color: #475d66;}
div.message-box-wrapper.green{ background-color: #e1ffd9; border-color: #badeb1; color: #435b3d;}
div.message-box-wrapper.green .message-box-title{ color: #526d4b;}

/* Shortcode */
.shortcode1-4{ width: 23%; margin-right: 2%; float: left; }
.shortcode1-3{ width: 31.33%; margin-right: 2%; float: left; }
.shortcode1-2{ width: 48%; margin-right: 2%; float: left; }
.shortcode2-3{ width: 64.66%; margin-right: 2%; float: left; }
.shortcode3-4{ width: 73%; margin-right: 2%; float: left; }
.shortcode1{ width: 98%; margin-right: 2%; float: left; }

a.gdl-button.shortcode-large-button{
    margin-bottom: 20px; margin-right: 10px;
    padding: 0px 21px 0px 21px; height: 38px; line-height: 38px; font-size: 14px; }
a.gdl-button.shortcode-medium-button{
    margin-bottom: 20px; margin-right: 10px;
    padding: 0px 15px 0px 15px; height: 30px; line-height: 30px; font-size: 12px; }
a.gdl-button.shortcode-small-button{
    margin-bottom: 20px; margin-right: 10px; text-shadow: none; font-size: 11px; }

div.shortcode-list ul{ list-style: none !important; margin-left: 0px !important; }
div.shortcode-list li{ padding:2px 0px 2px 25px !important; border: 0px !important; }
div.shortcode-list-arrow li{ background: url('images/list/arrow.png') no-repeat !important; }
div.shortcode-list-arrow2 li{ background: url('images/list/arrow2.png') no-repeat !important; }
div.shortcode-list-arrow3 li{ background: url('images/list/arrow3.png') no-repeat !important;  }
div.shortcode-list-bullet li{ background: url('images/list/bullet.png') no-repeat !important; }
div.shortcode-list-bullet2 li{ background: url('images/list/bullet2.png') no-repeat !important; }
div.shortcode-list-bullet3 li{ background: url('images/list/bullet3.png') no-repeat !important; }
div.shortcode-list-check li{ background: url('images/list/check.png') no-repeat !important; }
div.shortcode-list-check2 li{ background: url('images/list/check2.png') no-repeat !important; }
div.shortcode-list-check3 li{ background: url('images/list/check3.png') no-repeat !important; }
div.shortcode-list-delete li{ background: url('images/list/delete.png') no-repeat !important; }
div.shortcode-list-delete2 li{ background: url('images/list/delete2.png') no-repeat !important; }
div.shortcode-list-delete3 li{ background: url('images/list/delete3.png') no-repeat !important; }

div.shortcode-social{ float: left; margin-right: 12px; }

div.shortcode-block-quote-left{
    width: 33%; float: left; margin: 15px 20px 15px 20px; padding: 20px;
    border-left: 2px solid #ddd; font-size: 16px; font-family: Georgia,"Times New Roman",Times,serif;
font-style: oblique;
}
div.shortcode-block-quote-right{
    width: 33%; float: right; margin: 15px 20px 15px 20px; padding: 20px;
    border-left: 2px solid #ddd; font-size: 16px; font-family: Georgia,"Times New Roman",Times,serif;
font-style: oblique;
 }
div.shortcode-block-quote-center{
    margin: 0px 20px 20px 20px; text-align: center; padding: 20px;
    border-left: 2px solid #ddd; font-size: 16px; font-family: Georgia,"Times New Roman",Times,serif;
font-style: oblique;
}

div.shortcode-dropcap{
    margin-top: 0px; margin-bottom: 0px; margin-right: 5px; float: left; font-size: 25px; font-size: 25px;
    width: 32px; height: 32px; line-height: 32px; text-align: center; float: left; }
div.shortcode-dropcap.circle{
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

/* contact form */
div.contact-form-wrapper ol{ margin: 0px; list-style: none; }
div.contact-form-wrapper ol li{ margin-bottom: 20px; }
div.contact-form-wrapper ol li.sending-result{ max-width: 622px; display: none; }
div.contact-form-wrapper ol li.sending-result .message-box-wrapper{ padding: 10px 15px 10px 15px; }
div.contact-form-wrapper ol li div.error{ display: none; }
div.contact-form-wrapper  input[type="text"], input[type="password"] {
    width: 320px; height: 30px; line-height: 30px; padding: 0px 0px 0px 7px; margin: 10px 5px 10px;
    line-height: 20px; max-width: 90%; }
div.contact-form-wrapper .textarea{ margin-right: 32px; }
div.contact-form-wrapper textarea{
    height: 165px; width: 590px; margin: 10px 5px 10px; padding: 10px; max-width: 100%;
    line-height: 20px; }
div.contact-form-wrapper .contact-submit{ float: left; }
div.contact-form-wrapper .contact-loading{
    width: 16px; height: 16px; float: left; margin: 7px 0px 0px 15px; display:none;
    background: url('images/loading.gif'); }

/* Price Item */
div.gdl-price-item{ margin-bottom: 20px;}
div.gdl-price-item .price-item{ border: 1px solid; border-color: inherit; margin-left: -1px; padding-bottom: 30px;}
div.gdl-price-item .price-tag{
    font-size: 35px; line-height: 40px; text-align: center; padding-top: 20px; padding-bottom: 20px; font-weight: bold; }
div.gdl-price-item .price-title{
    font-size: 14px; text-align: center; font-weight: bold; padding-top: 8px; padding-bottom: 8px; }
div.gdl-price-item .price-button{ text-align: center; margin-top: 25px; }
div.gdl-price-item .price-content{ text-align: center; margin-top: 25px; }
div.gdl-price-item .price-content .shortcode-list{ display: inline-block; }

div.gdl-price-item .price-item.active{ padding-bottom: 70px; margin-top: -20px; }

/* code */
.gdl-code{
    overflow: hidden; padding: 15px; border: 1px #eee solid; clear: both; background: #f9f9f9;
    margin-bottom: 20px; color: #555; font-size: 13px;
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}

/* Contact Form 7 */
span.wpcf7-form-control-wrap input[type="text"],
span.wpcf7-form-control-wrap input[type="[password"],
span.wpcf7-form-control-wrap textarea{
    max-width: 90%; width: 320px; height: 30px; line-height: 30px;
    padding: 0px 0px 0px 7px; margin: 10px 5px 10px; line-height: 20px; }
span.wpcf7-form-control-wrap input.wpcf7-file{ width: auto; height: auto; background-color: transparent; border: none;
    -webkit-box-shadow: none; box-shadow: none; margin-left: 0; max-width: 90%; }
span.wpcf7-form-control-wrap textarea{ height: 165px; width: 590px; margin: 10px 5px 10px; padding: 10px;
max-width: 100%; line-height: 20px; max-width: 90%; }

div.wpcf7 p{ font-weight: bold; }
div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input{ font-weight: normal; }
div.wpcf7 .ajax-loader{ display: none; }

/* Responsive anything video fix */
.anythingSlider .fluid-width-video-wrapper{ padding: 0px !important; }

.rsswidget img { float: left; margin-right: 5px; margin-top: 4px; }

/* Home  */
.home-hero {
    color:#fff;
    background:#333;
    padding:10px;
    overflow:hidden;
}
.home-hero h2 {
    color:#fff;
    font-size:30px;
}
.home-hero p {
    margin-bottom:0;
    font-size:18px;
    line-height:1.25em;
}
.home-hero .left {
    width:69%;
    float:left;
}
.home-hero .left2 {
    width:33%;
    float:left;
}
.home-hero .left3 {
    width:33%;
    float:left;
}
.home-hero .left4 {
    width:33%;
    float:left;
}
.home-hero .right {
    width:28%;
    float:right;
}
.home-hero .right #af-form-352456320 .af-body label.previewLabel,
.home-hero .right h3 {
    color:#fff;
}
.home-hero .right h3 {
    font-size:16px;
}
.event-day #home-event{
    margin-left: 10px;
    width: 960px;
    padding-bottom: 5px;
    padding-top: 17px;
}
.after-event .day-off-envent,
.event-day .day-after-event{
    display: none;
}
.event-day .home-hero{
    padding-bottom: 30px;
}
.event-day .home-hero .left,
.after-event .home-hero .left{
    width: 61%;
    float: left;
    padding: 0px 30px;
    border-right: 1px solid #6a6a6a;
    margin: 10px 0px;
}
.event-day .home-hero .right h3,
.after-event .home-hero .right h3{
    line-height: 1.4;
    /*
    font-size: 18px;
    color: #bec7cd;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;
    */
}
.event-day .home-hero div#cc_form_1 label,
.after-event .home-hero div#cc_form_1 label {
    /*
    text-transform: uppercase;
    font-size: 14px !Important;
    font-family: Oswald;
    margin-top: 4px !important;
    */
    width: 32%;
}
.event-day .home-hero div#cc_form_1 input[type="text"],
.after-event .home-hero div#cc_form_1 input[type="text"]{
    width: 62%;
   /*
    height: 20px;
    margin-bottom: 12px;
    width: 62%;
    */
    border-radius: 0;
}
.event-day #cc_form_1 .kws_input_container input.b,
#top-products-services #cc_form_1 .kws_input_container input.b,
.after-event #cc_form_1 .kws_input_container input.b{
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}
/*
.event-day .home-hero .left h2,
.after-event .home-hero h2{
    color: #f2f2f2;
    font-size: 47px;
    margin-bottom: 35px;
    letter-spacing: 3px;
    font-weight: 400;
}
*/
.after-event .home-hero{
    padding: 24px 36px;
}
.after-event .home-hero.top{
    margin-top: 20px;
    width: 320px;
    padding: 24px 10px;
    margin-left: -10px;
    margin-bottom: 8px;
}
.after-event .home-hero.top .right{
    width: auto;
}
.after-event .home-hero.top .right h3{
    width: 280px;
    letter-spacing: 2px;
}
.after-event .home-hero h2{

    margin-bottom: 20px;
}
.after-event .home-hero h2 span{
    padding-right: 40px;
}
.after-event .home-hero p{
    letter-spacing: 1.5px;
    padding-right: 47px;
}

.event-day .home-hero .left h3,
.after-event .home-hero  h3{
    color: #ffffff;
    /*
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 35px;
    font-weight: 400;
    */
}
.event-day .home-hero .right,
.after-event .home-hero .right{
    padding: 10px;
}
/*
.event-day .home-hero p,
.after-event .home-hero p{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300;
}
*/
.after-event .blog-item-holder{
    float: left;
    border: 1px solid #ececec;
    padding: 5px 10px;
}
/*
.event-day .home-hero p{
    letter-spacing: 2px;
    padding-right: 20px;

}
*/
.home-components {
    padding-right:40px;
    margin-right:10px;
    border-right:1px solid #ccc;
}
.home-module {
    background:#fff;
    border:1px solid #f5f6f7;
    padding:25px;
    height:270px;
}

.home-module .timeline-header {
    display:none;
}

.upcoming-events span.date {
    display:block;
    font-size:11px;
    margin-top:0px;
}

ul.upcoming-events,ul.latest-news {
    margin-left:0;
}
ul.upcoming-events li,ul.latest-news li {
    list-style-type:none;
    margin-bottom:15px;
}
ul.upcoming-events li.type-Webinar {
    padding-left:25px;
    background:url(images/ttlwomen/icon-video.png) no-repeat 0 5px;
}
ul.upcoming-events li.type-Event {
    padding-left:25px;
    background:url(images/ttlwomen/icon-calendar.png) no-repeat 0 3px;
}
ul.upcoming-events li.type-Discussion {
    padding-left:25px;
    background:url(images/ttlwomen/icon-discussion.png) no-repeat 0 3px;
}

/* Social Icons */
.social-icons h3 {
    float:left;
    margin-right:10px;
    color:#fff;
    font-size:16px;
}
.social-icons a {
    background:url(https://www.taketheleadwomen.com/wp-content/uploads/2013/08/logo-sprite.png) no-repeat 0px -151px;
    height:28px;
    width:28px;
    text-indent:-999px;
    overflow:hidden;
    float:left;
    margin-top:-8px;
}
.social-icons a:hover {
    opacity:.9;
}
.social-icons a.icon-facebook {
    background-position:-32px -151px;
}
.social-icons a.icon-twitter {
    background-position:-63px -151px;
}
.social-icons a.icon-youtube {
    background-position:-1px -151px;
}
.social-icons a.icon-google {
    background-position:-93px -151px;
}
.social-icons a.icon-linkedin {
    background-position:-125px -151px;
}

.social-icons.small a {
    width:19px;
    height:18px;
    margin-left:1px;
}

.social-icons.small a.icon-facebook {
    background-position:-21px -115px;
}
.social-icons.small a.icon-twitter {
    background-position:-41px -115px;
}
.social-icons.small a.icon-youtube {
    background-position:-1px -115px;
}
.social-icons.small a.icon-google {
    background-position:-62px -115px;
}
.social-icons.small a.icon-linkedin {
    background-position:-82px -115px;
}

/* Twitter Widget */
.twtr-widget.twtr-widget-profile {
    font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
    margin-top:-6px;
}

.twtr-hd,.twtr-ft {display:none;}
.twtr-img {width:30px !important; height:30px !important;}
.twtr-widget p {
    line-height:1.25em;
    font-size:14px;
}
.twtr-widget .twtr-tweet-wrap {
    padding:8px 0 15px !important;
}

/* AWeber Email Form */
#af-form-352456320, #af-form-352456320 .quirksMode {
    width:100% !important;
}
#af-form-352456320 .af-standards .af-element {
    padding-left:0 !important;
}
#af-form-352456320 .af-body input.text, #af-form-352456320 .af-body textarea {
    border:1px solid #ccc !important;
}

#af-form-352456320 .buttonContainer input.submit {
    padding: 4px 12px !important;
    margin-left:73px;
    color:#fff !important;
    font-weight:300 !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
}

#af-form-352456320 .af-body {
    padding-bottom:0 !important;
}

#af-form-352456320 .buttonContainer {
    text-align:left !important;
}

.footer-wrapper #af-form-352456320 .af-body .af-textWrap {
    width:74%;
}
.footer-wrapper #af-form-352456320 .af-body label.previewLabel {
    color:#fff !important;
}


/* About Page */
.founders {
    overflow:hidden;
}
.founders .founder {
    clear:left;
    border:1px solid #eee;
    padding:20px;
    overflow:hidden;
    margin-bottom:1em;
}
.founders .founder h4 {
    font-weight:300;
    text-transform: uppercase;
    margin-top:0;
}
.founders .founder img {
    float:left;
    width:15%;
    margin-right:20px;
}
.founders .founder .founder-bio {
    float:left;
    width:79%;
}

.partner {
    clear:left;
    overflow:hidden;
}


.event-notes {display:none;}

.dgx-donate-form-section.tribute-section {display:none !important;}
#dgx-donate-container {margin:0 !important;}


div#cc_form_1 {background:transparent !important; padding:0 !important; border:0 !important;}

div#cc_form_1 label {padding-top:0 !important; margin-top:8px !important; margin-bottom:0 !important; float:left; width: 30%; font-weight:normal !important;}
div#cc_form_1 input[type="text"] {width: 65%;margin-bottom:10px;}
div#cc_form_1 .cc_Go {width:70%; float:right;}
div#cc_form_1 .kws_input_container input.b {margin-left:0;}

.footer-widget-wrapper div#cc_form_1 label,.footer-widget-wrapper div#cc_form_1 .req, .home-hero div#cc_form_1 label,.home-hero div#cc_form_1 .req, .footer-widget-wrapper div#cc_form_1 .cc_success, .home-hero div#cc_form_1 .cc_success {color:#fff !important;}

.home-hero div#cc_form_1 label {width:38%;}
.home-hero div#cc_form_1 input[type="text"]{margin-bottom: 6px;padding: 3px 5px; width:55%;}
.home-hero div#cc_form_1 .cc_Go {width:62%; float:right;}
.home-hero form {margin-bottom:0;}
#constant-contact-signup-errors label, #constant-contact-signup-errors li {width:100% !important; border: 0;}
#constant-contact-signup-errors {margin-bottom: 20px;overflow: hidden;border: 1px solid red;padding-bottom: 10px;}

/*
new style
*/


.twitter{
    position: absolute;
    top: 17px;
    right: -10px;
    background: #ffffff;
    border: 2px solid #333333;
    padding: 5px;
    border-bottom: 2px solid #ffffff;
}
.twitter iframe{
    width: 359px !important;
    min-width: 359px !important;
    height: 346px;
}
body.page-template-home-event-day-template-php{
    background: url(images/bg-home-event8.png) repeat-x 0 0 !important;
}
body.page-template-home-after-event-template-php,
body.page-template-home-after-event-template2-php{
 
 background: url(images/ttlwomen/bg-header-home.png) repeat-x 0 0 !important;

}
.event-day .sixteen.columns{
    margin-bottom: 130px;
}
.event-day .blog-item1,
.after-event .blog-item1{
    margin-bottom: 0px !important;
}
.event-day .home-components,
.after-event .home-components{
    padding-left: 25px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 10px;
    border-right: 0px;
   /* font-family: 'Oswald', sans-serif !important;*/
    font-weight: 300;
}
.event-day div.blog-item-holder .blog-item1.columns,
.after-event div.blog-item-holder .blog-item1.columns{
    width: 580px;
    margin-left: 0px;
}
.event-day .blog-thumbnail-image,
.after-event .blog-thumbnail-image{
    width: auto !important;
}
.event-day .blog-thumbnail-image img,
.after-event .blog-thumbnail-image img{
    height: 134px;
}
/*
.event-day .home-components p,
.after-event .home-components p{
    line-height: 1.5;
    font-size: 12px;
    font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

.event-day .home-components .title,
.after-event .home-components .title{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.3;
    font-family: 'Oswald', sans-serif;
}
*/
.container .event-day .eight.columns.wrapper,
.container .after-event .eight.columns.wrapper{
    width: 619px;
    border-right: 1px solid #ccc;
    padding-right: 30px;
    margin-left: 10px;
}
.container .after-event .eight.columns.wrapper{
    padding-bottom: 100px;
}
/*
.container .event-day .eight.columns.wrapper.mt0 h3.blog-header-title,
.container .after-event .eight.columns.wrapper.mt0 h3.blog-header-title{
    font-weight: 400;
}
*/
.container .event-day .eight.columns.wrapper.mt0 h3.blog-header-title,
.container .after-event .eight.columns.wrapper.mt0 h3.blog-header-title,
.event-day .one-third.column,
.after-event .one-third.column{
    margin: 0px;

}
.event-day .home-components h3,
.after-event .home-components h3{
    /*font-weight: 400;*/
    margin-bottom: 25px;
}
/*.after-event .sixteen .event-day{
    display: none;
}
*/
.home-after-event{
    padding: 0px 30px;
}
.home-after-event h3{
    /*color: #333333;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 30px;
    */
    font-size: 32px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #5c707c;
    text-transform: capitalize;
    border: 0px;
    line-height: 1.3;
}
.home-after-event p{
    /*
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1.1px;
    */
}
#day-kit{
    margin-left: 28px;
    text-align: center;
    display: block;
    padding: 14px;
    box-shadow: -4px 6px 7px -3px #ccc;
    background: #ffffff;
}
#product-services{
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 22px;
}
#product-services h3{
    font-size: 32px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #5c707c;
    text-transform: uppercase;
    border: 0px;
}
.product-services {
    padding: 0px 48px 0px 48px;
    margin-bottom: 40px;

}
#product-services p{
    font-size: 16px;
    line-height: 1.3;
}
.constant h1{
    font-size: 16px;
}

/*style products & services*/

#products-services-header{
    margin-bottom: 35px;
    padding-bottom: 30px;
    padding-top: 55px;
    border-bottom: 1px solid #ccc;
}

#products-services{

    margin-top: 10px;
    padding-top: 24px;
}
#products-services ul.list-products-services,
#partner-offerings ul.list-partner-offerings{
    margin: 0px;
    list-style: none;
    float: left;
}
#products-services ul.list-products-services li{
    width: 270px;
    float: left;
    padding: 25px 5px;
    border-bottom: 1px solid #ccc;
    margin: 0px 20px;
}
#products-services ul.list-products-services li a:hover,
#partner-offerings ul.list-partner-offerings li a:hover{
    color: #646464;
}

/*
#products-services ul.list-products-services li:nth-child(odd){
    padding: 15px;
}
*/
h2.product-services-title{
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #f18818;
    font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;

}
h4.partner-offerings-title{
    font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.products-services-thumb{
    margin-bottom: 25px;
}
.products-services-thumb img{
    opacity: 1;
    -webkit-box-shadow: rgb(236, 236, 236) 0px 0px 4px 1px;
    box-shadow: rgb(236, 236, 236) 0px 0px 4px 1px;
    background-color: rgb(240, 240, 240) !important;
    border: 1px solid rgb(255, 255, 255) !important;
    padding: 4px;
    width: 243px;
    height: 160px;
}
#products-services li p{
    /*font-size: 12px;
    color: #333333;*/
}
#partner-offerings{
    margin: 25px 0px;
    float: left;
    padding-bottom: 20px;
}
#partner-offerings h1,
#products-services h1{
    font-size: 24px;
    padding-bottom: 6px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #5c707c;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#top-products-services{
    min-height: 310px;
}
#top-products-services h1.gdl-title{
    display: none;
}
#top-products-services .right-sidebar-wrapper{
    border-left: none;
    height: auto !important;
    box-shadow: none;
    padding: 6px;
    padding-top: 15px;
    padding-bottom: 0px;
}
#top-products-services .five{
    background: #333;
    padding: 10px;
    width: 300px;
    position: absolute;
    top: -75px;
    right: 0px;
    padding-bottom: 0px;
}
#top-products-services .five .custom-sidebar{
    margin-bottom: 0px;
}
#top-products-services .product-services-sidebar{
    margin: 0px -16px;
    padding: 30px 16px;
    background: #ffffff;
}
#top-products-services .five h3{
    /*font-size: 18px;
    line-height: 1.4;
    color: #ffffff !important;
    letter-spacing: 1px;
    margin-bottom: 25px;
    border: none;
    box-shadow: none;
    padding-right: 30px;*/
    font-size: 18px;
    line-height: 1.4;
    color: #bec7cd !important;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;
    border: none;
    box-shadow: none;
    padding-right: 30px;

}
#top-products-services .five label{

    font-size: 14px !Important;
    text-transform: uppercase;
    font-family: Oswald;
    margin-top: 4px !important;
    width: 32%;
    color: #ffffff;
}
#top-products-services .five label span{
    color: #ffffff;
}
#top-products-services .sixteen.columns.mt30{
    width: 540px;
    margin: 0px;
}
#top-products-services #cc_form_1 input[type="text"] {
    width: 64%;
    margin-bottom: 10px;
    border-radius: 0px;
    border-radius: 0;
    height: 20px;
    margin-bottom: 12px;
}
#top-products-services .sixteen.columns.mt30 p{

    line-height: 1.7;
    font-size: 14px;
    /*color: #333333;*/
}
#top-products-services .sixteen.columns.mt30 h1{
    border: 0px;
    padding: 15px 0px;
}
#top-products-services .gdl-page-item{
    padding-bottom: 0px;
}
.detail-partners{
    /*font-size: 12px;
   /* color: #3f3f3f;*/
    margin-bottom: 25px;
    line-height: 1.3;

}
.detail-partners p{
    margin-bottom: 0px;
}
#partner-offerings ul.list-partner-offerings li{
    width: 270px;
    float: left;
    padding: 25px 5px;
    margin: 0px 20px;
}
#partner-offerings ul.list-partner-offerings{
    margin-left: -25px;
    width: 960px;
}

/* slide after event flex slider*/
.slide-after-event{
    margin-bottom: 7px;
    float: left;
    margin-top: 28px;
}
.slide-after-event .slider-wrapper.fullwidth{
    margin-left: 0px;
    width: 660px;
    float: left;
height: 340px;
}
.slide-after-event .flexslider{
    margin: 0px;
    width: 660px;
}
.slide-after-event .after-event-form{
    float: left;
    width: 300px;
    color: #fff;
    background: #333;
height: 340px;
   /* padding-bottom: 4px;*/
}
.after-event-form h3{
    /*font-size: 18px;
    line-height: 1.4;
    color: #bec7cd;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;*/
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff !important;
    letter-spacing: 1px;
    margin-bottom: 25px;
    border: none;
    box-shadow: none;
    padding-right: 45px;
    padding-top: 24px;
    padding-left: 15px;
}
.after-event-form .kws_input_fields{
    padding: 0px 15px;
}
.after-event-form #cc_form_1 .kws_input_fields label{
   /* text-transform: uppercase;
    font-size: 14px !Important;
    font-family: Oswald;
    margin-top: 4px !important;*/
    color: #ffffff;
    width: 33%;
}
.after-event-form #cc_form_1 .kws_input_fields label span{
    color: #ffffff;
}
.after-event-form #cc_form_1 input[type="text"]{
    border-radius: 0;
    width: 62%;
}
.slide-after-event .flex-viewport{
    width: 660px;
    height: 340px;
    margin-left: 0px;
}
.small-thumb .blog-thumbnail-image img{
    height: 59px !Important;
}
/*
.small-thumb .blog-thumbnail-image{
    background-color: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
*/
/*
.small-thumb .blog-item1{
    padding-bottom: 35px !important;
}
*/
#kebo_twitter_feed_shortcode-1{
    padding-left: 25px;
    margin-left: 10px;
    margin-top: 50px;
}
#kebo_twitter_feed_shortcode-1 h2{
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;

    margin-bottom: 20px;

}
table.list-partner-offerings,
table.list-products-services{
    margin: 25px 0px;
    border: none;
    border-collapse: collapse;
    padding-right: 0px;
}
table.list-partner-offerings{
    margin-bottom: 36px;
}
table.list-partner-offerings td,
table.list-products-services td,
table.list-partner-offerings tr,
table.list-products-services tr{
    border: none;
    border-collapse: collapse;
}
table.list-partner-offerings td,
table.list-products-services td{
    padding-left: 0px;
    width: 320px;
    padding: 0px 30px;
}
table.list-partner-offerings tr,
table.list-products-services tr{

}

a#scheduled{
	color: #5c707c;
}
@media only screen and (max-width: 767px){
	table.list-partner-offerings td, 
	table.list-products-services td{
		float: left;
		clear: both;
padding-left: 0px;
	}
}

.wrap-event{
    margin-top: -13px;
    background: url(images/bg-wrap-event.png) repeat-x 0 0 !important;
}
.wrap-inner-event{
    width: 960px;
    margin: 0px auto;
    position: relative;
}
.event-day .div.gdl-page-float-left{
    float: none !important;
}
.event-day .div.gdl-page-item{
    float: none !important;
}
.event-day .sixteen.columns.event-column{
    float: none !important;
}
.day-off-envent{

    padding-left: 21px;		    margin-top: -21px;
    padding-top: 4px;
    padding-bottom: 40px;	
/*    background: #f2f2f2;*/
    background: #fff;
}
.event-day .home-hero{
    width: 943px;
    margin: 0px auto;
}



h1.take {
	text-align: center;
	position: relative;
	
}
h1.take::after {	
	content: "";
	display: block;
	width: 100px;height: 1px;
	background-color: rgba(84,99,109,0.5);
	position: absolute;bottom: -20px;left: 50%;
	margin-left: -50px;	
}

h2.take {
	text-align: center;
	position: relative;
	font-size: 31px;
	text-transform: uppercase;
	
}
h2.take::after {	
	content: "";
	display: block;
	width: 100px;height: 1px;
	background-color: rgba(84,99,109,0.5);
	position: absolute;bottom: -20px;left: 50%;
	margin-left: -50px;	
}

ul.menu1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.menu1 {
    float: left;
}

a.menu1:link, a.menu1:visited {
	display: block;
	width: 230px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5c707c;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu1:hover, a.menu1:active {
    background-color: #CCCCCC;
}

ul.menu2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.menu2 {
    float: left;
}

ul.menu3 {
    list-style-type: none;
    margin: 0;
    padding: -30px;
    overflow: hidden;
}

a.menu2:link, a.menu2:visited {
	display: block;
	width: 200px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu2:hover, a.menu1:active {
    background-color: #5c707c;
}

.inlince-cta-wrap input[name=spokal_submitbutton].icta-submit {
    font-size: 14px;
    height: 34px;
    padding: 10px;
    line-height: 1;
}
/* special table style section
================================================== */
/* =============================== */
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{padding:10px 10px;border-style:solid;border-width:6px;overflow:hidden;word-break:normal;vertical-align:middle;}
.tg th{padding:10px 10px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-s6z2{text-align:center;background-color:#ffffff;}
.tg .tg-s6z2 img{vertical-align:middle;}
.tg .tg-k00s{background-color:#D1D3D4;text-align:center}
.tg .tg-6qw1{background-color:#c0c0c0;text-align:center;vertical-align:top}
.tg .tg-zlxb{text-align:center}
.tg-agb {padding-left:0px; width:116px;}


table.wbkg, table.wbkg tr, table.wbkg tr td, table.wbkg tr th {
    border-color: #ffffff;
}
/* #expand collapse section
================================================== */
/* =============================== */
input#toggle {
  display: none;
  visibility: hidden;
}
label.toggle {
  display: block;
  text-align: center;
  background-color: #F26529;
  color: #fff;
  height: 50px;
/*  width: 100%;*/
  font-size: large;
  line-height: 40px;
  padding: 1px 40px;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  font-size:small;
}
label.toggle:hover {
  color: #fff;
}
label.toggle::before {
  font-family: Consolas, monaco, monospace;
  font-weight: bold;
  font-size: 22px;
/*  content: "";*/
/*  vertical-align: text-top;*/
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
/*  background: radial-gradient(ellipse at center, #fff 50%, transparent 50%);*/
}

#expand {
  height: auto;
  overflow: visible;
  transition: height 0.5s;
}
#expand section {
  padding: 0 20px;
}
#toggle:checked ~ #expand {
  height: 0px;
  overflow: hidden;
}
#toggle:checked ~ label::before {
/*  content: "";*/
}

/* nav.horizontal for LEARNING PROGRAMS
================================================== */
/* =============================== */
.horizontal-nav ul, .horizontal-nav li {
	margin: 0;
	padding: 0;
}
.horizontal-nav ul {
	background: white;
	list-style: none;
	width: 100%;
}
.horizontal-nav li {
	float: left;
	position: relative;
	width:20%;
}
.horizontal-nav li a.active h2{
    background: #f12b15;
    color:white;
    font-size:18px;
}
.horizontal-nav li a h2{
	background: #e6e7e8;
	color: #58595b;
	display: block;
	padding: 10px 25px;
    font-size:18px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.horizontal-nav li:hover a h2{
	background: #f12b15;
    color:white;
}

@media screen and (max-width: 768px) {
	
	.horizontal-nav li a.active h2{
		font-size:14px;
	}
	
	.horizontal-nav li a h2{
		padding: 10px 2px;
		font-size:14px;
		height: 75px;
	}
	
}

/* .Modal
================================================== */
/* =============================== */
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(34,34,34, .80);
  transition: opacity .25s ease;
  z-index:1000;
}
label h4 {
    display: inline-block;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 100px;
  height: 40%;
}
.modal-wide {
  width:80%;
  padding:50px;
  height:60%;
}
.modal-tall {
  height:90%;
  width: 50%;
}

.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}
.modal-tall .modal__close {
    top:5em;
}

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #9e9e9e;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}

.modal__close:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	
  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}

