/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@font-face {
    font-family: SweetSans;  
    src: url('/wp-content/themes/jack/fonts/Sweet_Sans_DESKTOP/Sweet-SweetSans-Light.otf');  
    font-weight: normal;  
}
body {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    /* line-height: 1.67em;*/
    color: #000;
    font-family: SweetSans;
    font-weight: normal;
    font-style: normal;

}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
a{color: #000}
a:focus, a:hover {
    color: #1ab3b1;
    text-decoration: underline;
    }
.vcard a,.comment-metadata time,.reply a, .edit-link a
{color: #1ab3b1;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.post-content a, .post-content a,.widget_recent_entries a
{
    color: #1ab3b1;
}
.post-content a:focus,.post-content a:hover,.widget_recent_entries a:hover
{
    text-decoration: underline;
}
.post-content,.widget_recent_entries
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */

        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ==========================================================================
   Topbar Style
   ========================================================================== */

img {
    max-width: 100%;
}
#topbar {
    background: #383A35;
    color: #fff;
}
#topbar .topbar-left a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    top: 7px;
    position: relative;
}
#topbar .topbar-right {
    float: right;
}
#topbar .topbar-right form {
    width: 160px;
    float: left;
    margin-right: 20px;
}
.navbar-default{
    background-color: transparent;
}
.nav>li:nth-child(4) {
        background: #FFF!important;
    }
.navbar-default .navbar-nav>li>a
    {
        color: #383838;
    }
#topbar .topbar-right form button {
    background: #fff;
    border-radius: 0;
    padding:0px 4px;
}
#topbar .topbar-right form button i {
    color: #373935;
}
#topbar .topbar-right form input {
    border: none;
    outline: none;
    border-radius: 0;
    height:22px;
}
#topbar .topbar-right .input-group {
    top:6px;
}
#topbar .topbar-right a {
    color: #fff;
    font-size: 25px;
    margin-right: 20px;
    position: relative;
    top: 0px;
}
#topbar .topbar-right a:last-child {
    margin-right: 0px;
}
/*.get-bg{background: #fff;max-width: 600px;margin-left: 15px;margin-right: 0;}*/
.optin_bkground {
    background-color: #383A35 !important;
}
#get-in-touch {
    position: relative;
    z-index: 99999;
    display: none;
}
.arrow-up {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    top: -5px;
    left: 50px;
}
.get-in-touch {
    background: rgba(255, 255, 255, 0.90);
    color: #000;
    position: absolute;
    top: 14px;
    border: 1px solid #ddd;
}
.get-in-touch h4 {
    background: #373935;
    width: 100%;
    padding: 14px;
    text-align: center;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}
.get-in-touch textarea{
    height:55px;
}
.git-content {
    padding: 30px;
    overflow: hidden;
}
.git-content p {
    text-align: center;
}
/*Checkbox*/

.checkfields {
    width: 44%;
    font-size: 13px;
    float: left;
    margin-right: 2%;
}

.span.wpcf7-list-item {
    display: block;
}
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.checkbox label,
.radio label {
    padding-left: 0 !important;
}
.inputfields {
    width: 54%;
    font-size: 13px;
    float: left;
}
.inputfields p textarea {
    font-size: 12px;
    padding: 0px 10px;
    border: 1px solid #868585;
    margin-bottom: 0px;
    background: transparent;
    width: 100%;
    outline: none;
}
.inputfields p span input {
    width: 49%;
    margin-right: 1% !important;
    float: left;
    font-size: 12px;
    padding: 0px 10px;
    border: 1px solid #868585;
    margin-bottom: 10px;
    background: transparent;
    outline: none;
}

.inputfields p input[type="submit"] {
    background: #000;
    text-transform: uppercase;
    color: #fff;
    border: none;
    float: left;
    width: 49%;
}
.inputfields p input:last-child {
    margin-right: 0;
}
#navbar-primary .navbar-nav > li {
    display: inline-block;
    float: none;
}
#navbar-primary .navbar-nav > li > a {
    padding-left: 17px;
    padding-right: 17px;
    margin-left: -5px;
}
#navbar-primary .navbar-nav {
    width: 100%;
    text-align: center;
}
/* ==========================================================================
   Menu Style
   ========================================================================== */


.navbar {
    margin-bottom: 0px;
    border:none;
}


div#mymenu {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left:0px;
    padding-right:0px;
}

.nav>li {
    position: relative;
    display: block;
    top: 35px;
}
.nav>li:nth-child(6){
    visibility: hidden;
}
.nav>li:nth-child(5){
    left: 0px;
}
.nav>li:nth-child(7){
    left: 0px;
}
@media (min-width:991px) {
    .nav>li:nth-child(5){
        left: 30px;
    }
    .nav>li:nth-child(7){
        left: -30px;
    }
}
@media (min-width:1200px) {
    .nav>li:nth-child(5){
        left: 85px;
    }
    .nav>li:nth-child(7){
        left: 0px;
    }
}

@media (max-width:991px) {
    .nav>li:nth-child(6){
        display: none;
    }
   
}
.nav>li:nth-child(4){
    position: relative;
    display: block;
    top: 0px;
    margin-left: -10px;
    margin-right: -87px;
    background: #F8F8F3;
    z-index: 100;
    width: 28%;
    text-align: center;

}
@media (max-width:1200px) {
    .nav>li:nth-child(4){
        margin-left:-13px;
        margin-right:-13px;

    }
    
}

.navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
    color: #1ab3b1;
}
.navbar-nav > li:nth-child(4) a {
    border-bottom: 0px solid #000;
}
#navbar-primary .navbar-nav > li:first-child > a {
    padding-left: 0;
}
#navbar-primary .navbar-nav > li:last-child > a {
    padding-right: 0px;
    position: relative;

}
i.fa.fa-shopping-bag {
    position: relative;
    top: -2px;
    font-size: 16px;
    left: 8px;
}


#mymenu li a
{
    padding:0px;
}

#menu-primary-menu:before {
    content:normal;
}
#menu-primary-menu:after {
    content:normal;
}
@media (min-width: 991px) {
    #menu-primary-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #mymenu:after {
        content: " ";
        height: 1px;
        max-width: 100%;
        width: 1140px;
        position:relative;
       /* background: #171511;*/
        top: -10px;
    }

}

@media (min-width: 992px) {
    #mymenu:after{
        width: 940px;
    }
}
@media (min-width:1200px) {
    #mymenu:after{
        width: 1140px;
    }
}
.nav>li>a {
    padding: 0 15px 5px;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
nav .navbar-nav li:last-child {
    position: relative;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu{
    background-color: rgba(255,255,255,0.90);
}
.nav>li>a:focus, .nav>li>a:hover{
    color: #1ab3b1 !important;
}
.navbar-nav > li:nth-child(5) a em{font-family: 'Kaushan Script', cursive !important;color: #1ab3b1;}
span.wpcf7-list-item {
    display: block;
}
.cartbox {
    background: rgba(255, 255, 255, 0.87);
    position: absolute;
    top: -19px;
    right: 15px;
    z-index: 99999;
    width: 400px;
    text-align: center;
    display: none;
}
.arrow-up2 {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    top: -5px;
    right: 40px;
}
.cartbox h4 {
    background: #373935;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    margin-top: 0;
}
.cartboxt-content {
    padding: 90px;
}
.cartboxt-content p {
    margin-bottom: 40px;
}
.cartboxt-content a {
    background: #373935;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
}
#mymenu li a
{
    font-size: 15px;
}

/*.logoimg img {
    max-width: 180px !important;
}*/
/* ==========================================================================
   rv-slider-sec  Style
   ========================================================================== */

#rv-slider-sec {
    margin-bottom: 6px;
    position: relative;
    top: -1px;
}
.rev_slider_wrapper iframe{
    border:0px !important;
}
/* ==========================================================================
   #ASK JACK  Style
   ========================================================================== */



#ask-jack {
    margin-bottom: 6px;
}
.ask-jack {
    padding: 10px 10px 10px;
    /*background: #ff4037 !important;*/
    color:white;
}
.ask-jack-left h3{
    font-size: 20px;
    margin-top: 25px;
}
.ask-jack-left h3 em{
    font-size: 28px;
    color: #1ab3b1;

}
.su-form {
    width: 400px;
}
.su-form input {
    width: 46%;
    margin-right: 2%;
    margin-bottom: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #000;
    float: left;
    padding: 2px 12px;
}
.su-form select {
    width: 46%;
    margin-right: 2%;
    margin-bottom: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #000;
    float: left;
    padding: 3px 12px;
    border-radius: 0px;
    margin-top: 3px;
}
.speaking h3
{
    margin-top: 0px;
    margin-bottom: 22px;
}
.speaking h2
{
    margin-bottom: 15px;
}
/* ==========================================================================
  Speaking Style
   ========================================================================== */
.speaking .col{
    padding:0px 24px;

}
.intro
{
    padding-top: 25px;
}
.speaking_contact .front_submit
{
    margin-bottom: 25px;
    float: left;
}
/* ==========================================================================
   Important boxes Style
   ========================================================================== */

.single-box {
    position: relative;
    text-align: center;
    width: 32.86%;
    float: left;
    margin-right: .7%;
}
.single-box:last-child {
    margin-right: 0;
}
.single-box img {
    width: 100%
}
.single-box .box-text {
    position: absolute;
    background: transparent;
    top: 50%;
    left: 50%;
    color: #fff;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    width: 70%
}
.single-box:first-child .box-text h3 {
    color: #ff4337;
    font-size: 26px;
}
.single-box .box-text h3 {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 40px;
}

.single-box .box-text h3 em {
    font-family: 'Kaushan Script', cursive;
    text-transform: lowercase;
}
.single-box a {
    background: #fff;
    bottom: 15px;
    padding: 5px 19px;
    font-size: 14px;
    color: #000;
    position: relative;
    top: 78px;
}
.single-box a:hover {
    text-decoration: none;
    background: #383A35;
    color: #fff;
}
.single-box:nth-child(2) a {
    background: #383A35;
    color: #fff;
    text-decoration: none;

}
.single-box:nth-child(2) a:hover {
   color : #383A35;
   background : #fff;
   text-decoration: none;
}
/* ==========================================================================
   ABOUT JACK Style
   ========================================================================== */

#about-jack {
    padding: 25px 0 35px;
}
.p-img img {
    padding: 35px 0 25px;
}
.about-jack {
    padding:0px 12px;
}

/* ==========================================================================
   Blog Page Style
   ========================================================================== */

.lead {
    padding: 40px 0;
}
.comments-area,.meta{
    padding:0px 20px;
}
/* Grid */

#posts {
    margin: 0 auto;
}
.post-content-wrapper {
    margin: 0 0 6px;
    text-align: center;
    width: 100%;
}
.post-content-wrapper a img {
    width: 100%;
}
.post-content-wrapper a h3{
    margin: 10px 0;
    text-transform: uppercase;
    font-size:16px;
    font-weight: bolder;
}
.post-content {
    padding:0px 20px;
    line-height: 1.8em;
    font-size:1.1em;
}
.post-content p {
    margin-bottom:1.8em;
}
#grid .grid-item
{
    padding-right:3px;
    padding-left:3px;
}
#grid.container .post-content-wrapper img {
    padding: 0;
}
.pdr {
    padding-right: 0;
    text-align: center;
}

.pdl {
    padding-left: 6px;
}
.meta-date{
    text-align: center;
    border-top: 1px solid #494949;
    margin: 0px 0;
    padding-top: 10px;
    font-size:12px;
}
#post-instagram .meta-date{
    margin: 2px 0;
    }
.cresta-share-icon .sbutton {
    
    margin: 0px; 
}
.cresta-share-icon i.c-icon-cresta-linkedin:hover
{
    background-color:  #007bb6 !important;
    color: #fff;
}
.cresta-share-icon i.c-icon-cresta-twitter:hover {
    background-color: #4099FF !important;
    color: #fff;
}
.cresta-share-icon i.c-icon-cresta-facebook:hover {
    background-color: #3b5998 !important;
    color: #fff;
}
#crestashareicon {
    left: 0px !important;
}
.cresta-share-icon .float i.c-icon-cresta-facebook:hover, .cresta-share-icon .float i.c-icon-cresta-twitter:hover, .cresta-share-icon .float i.c-icon-cresta-gplus:hover, .cresta-share-icon .float i.c-icon-cresta-linkedin:hover, .cresta-share-icon .float i.c-icon-cresta-pinterest:hover, .cresta-share-icon .float i.c-icon-cresta-print:hover
{
    width: 55px !important;
    padding-left: 10px;
    padding-right: 10px;
}
.cresta-share-icon  i.c-icon-cresta-facebook:hover, .cresta-share-icon  i.c-icon-cresta-twitter:hover, .cresta-share-icon  i.c-icon-cresta-gplus:hover, .cresta-share-icon  i.c-icon-cresta-linkedin:hover, .cresta-share-icon  i.c-icon-cresta-pinterest:hover, .cresta-share-icon  i.c-icon-cresta-print:hover
{
    opacity: 0.9;
}
#comments .form-submit
{
    margin-bottom: 35px;
}
@media (min-width: 768px) {

    #grid > #posts .post.cs2 {
        width: 100%;
    }
    .post-content-wrapper img {
        padding: 0;
    }
    .speaking_contact
       {
         padding-left: 57px;
       }  
   .speaking_contact .right 
    {
        float: right;

    }
    .popup-title {
        margin-top: -25px;
        width: 710px;
        margin-left: 4%; 
    }
}
/* Medium devices */
@media (max-width: 768px) {
    .popup-title {
            margin-top: -25px;
            width: 727px;
            
    }
}
@media (min-width: 992px) {

    #grid > #posts .post.cs2 {
        width: 100%;
    }
    .enable-greatness
    {
        padding-top: 25px !important;
    }
}
/* Large devices */

@media (min-width: 1200px) {

    /*#grid > #posts .post.cs2 { width: 742px; }*/
    .enable-greatness
    {
        padding-top: 25px !important;
    }
}


/* ==========================================================================
   social-sec Style
   ========================================================================== */
.social-sec-wrapper .text-center .single-icon-top{
    margin-top: 0px;
}

/* ==========================================================================
   Custom Css for Bootstrao 5 collums JACK Style
   ========================================================================== */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 16%;
        float: left;
    }
   
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
      .popup-title
    {  
        top: 420px;
        max-width: 710px;
    }
    .hire-jack
    {
        margin-left: 25%;
    }
   
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
      .popup-title
    {  
        top: 420px;
        max-width: 680px;
    }
    .hire-jack
    {
        margin-left: 25%;
    }
}



/* ==========================================================================
   Social-Sec Style
   ========================================================================== */
#social-sec{
    padding: 5px 0;    
    color: #fff;
    margin-top: 0px;
}
#social-sec .container .social-sec-wrapper{
      background: #1f355e;
}
/*.social-sec-wrapper{
    background: #1f355e;
    padding: 40px 0;
    color: #fff;
}*/
.ss-ttl h4{
    margin-bottom: 42px;
    margin-top: 35px;

}

#social-sec .single-icon .single-icon-top{
   /* height: 120px;*/
}
#social-sec .single-icon .single-icon-top a{
    font-size: 50px;
    color: #fff;
}
#social-sec .single-icon .single-icon-top h4{
    margin-top: 2px;
}
.social 
{
    height:175px;
    padding-left:43px;
    padding-right:43px;
}






/* ==========================================================================
   featured-media Style
   ========================================================================== */
.featured-media-wrapper{
    border-bottom: 1px solid #373935;
    overflow: hidden;
    padding: 37px 0 15px;
    color: #fff;
}
#featured-media h4{
    color: #373935;
}

.media-logo a img{
    text-align: center;
    max-width: 100%;
    padding: 18px 0;
    clear: left;
    overflow: hidden;
}
.media-logo {
    min-height: 125px;
}





/* ==========================================================================
   footer Style
   ========================================================================== */
.footer-wrapper{
    border-top: 1px solid #373935;
    overflow: hidden;
    padding: 20px 0;
    color: #fff;
    color: #000;
}
.footer-wrapper p
{
    font-size: 14px !important;
    padding: 10px 0px;
}
.footer-right {
    float: right;
}
.footer-right form {
    width: 160px;
    float: left;
    margin-right: 20px;
}
.footer-right form button {
    background: #373935;
    border-radius: 0
}
.footer-right form button i {
    color: #fff;
}
.footer-right form input {
    border: none;
    outline: none;
    border-radius: 0;
    background: #373935;
}
.footer-right a {
    color: #373935;
    font-size: 25px;
    margin-right: 20px;
    position: relative;
    top: 0px;
}
.footer-right a:last-child {
    margin-right: 0px;
}




.meta{margin-bottom: 20px;}
.meta span{margin-right: 10px;}
.large-img{margin: 20px 0}
.single-widget{
    margin: 20px 0;
}

/*add new */
.padding {
    padding: 40px 0;
}
.error-404 {
    padding: 70px 0;
}
.error-404 img {
    display: block;
    margin: 0 auto;
}
.error-404 .fa-home {
    font-size: 30px;
    padding-top: 30px;
    color: #1ab3b1;
}

.page-header {
    padding-bottom: 0;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #1ab3b1;
}
#header
{
    padding-bottom: 15px;
}
.page-header h1 {
    padding: 30px 0;
    margin: 0;
}
.navigation .screen-reader-text  {
    display: none;
}

.nav-links a,
.nav-links span {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #efefef;
}
.nav-links .current {
    background-color: #F9F9F9;
    color: #1ab3b1;
}

.pagination {
    display: block;
    margin: 30px auto 0;
    border-radius: 0;
    text-align: center;
}
.comment-form-url
{
    display: none;
}

/*Comment FOrm*/
p.comment-form-comment label{display: block;}
p.comment-form-comment textarea {
    height: 110px;
    width: 77%;
}
.comment-respond label{display: block;}
.page-wrapper{min-height: 480px}
.sidebar .textwidget
{
  /*  padding:0px 30px 30px 30px;*/

}
.sidebar .widget_recent_entries ul
{
     margin-left: -15px; 
}
.sidebar .search-form 
{
   margin-left: 33px; 
}
.sidebar .single-widget h3
{
   /* margin-left: 33px;*/
}
.sidebar .textwidget h3
{
    margin-top:0px;
    margin-bottom:20px;
}
.category .sidebar .widget_text
{
    background: url(../images/hash.jpg) center bottom no-repeat;padding-bottom: 95px;
}
div#text-2{background: url(../images/hash.jpg) center bottom no-repeat;padding-bottom: 80px;}

ul#menu-blog-page-left-sidebar-menu {
    padding-left: 0;
}
ul#menu-blog-page-left-sidebar-menu li {
    list-style: none;
    text-align: center;
    border-top: 1px solid #494949;
    padding: 5px 0;
}
.cresta-share-icon .sbutton.crestaShadow a i:after {

    background: transparent !important;
}
#crestashareiconincontent {
    padding-top: 15px;
}

span.screen-reader-text {
    display: none;
}
#search-2 input {
    border: 1px solid #F3EEEE;
    outline: none;
    padding: 6px 15px;
}
#search-2 input[type=submit] {
    padding: 6px 20px;
    background: #1ab3b1;
    color: #fff;
}
aside#recent-posts-2 ul li{
    list-style: none;
    border-top: 1px solid #f5f5f5;
    padding: 5px 20px;
}
aside#recent-posts-2 ul {
    padding-left: 0;
}
.form-submit .submit
{
    background-color: #1AB3B1;
    color: #fff !important;
    border: 0px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.form-submit .submit:hover
{
    opacity: .8;

}
/* ==========================================================================
   font awesome overwrite
   ========================================================================== */

   .single-icon-top .fa
   {
    font-size: 60px !important;
   }

/* ==========================================================================
   Speaking Page
   ========================================================================== */
   .speaking
   {
     padding-left: 35px;
     padding-right: 35px;
     padding-bottom: 35px;
   }
  #important-boxes .modal-width {
    max-width: 800px;
    margin: auto;
    padding-top: 60px;
}
   .speaking-image:hover
   {
        z-index: 9;
        opacity: 0.6;

   }

  .speaking-background
  {
    background: #5baead;
    padding-right: 0px;
    padding-left: 0px;
    }
.speaking-background img
{
    width: 100%;
}
   .speaking_img
   {
     padding-left: 57px;
     padding-right: 57px;
   }
   .speaking_img
   {
     padding-left: 57px;
     padding-right: 57px;
   }   
   
   .full_width
       {
            width: 100%;
       }

    .text_height
    {
        min-height: 200px;
    }
    
    .hide_wrapper_border
    {
        border-bottom: 0px solid #373935;
    }
    .blue_contacts
    {
        color: #1ab3b1 !important;
    }
    .description-modal
    {
        max-width: 800px;
        margin: auto;
        top: 55px;
        max-height: 800px;
    }
    .speaking-img-popup
    {
         width: 800px;
    }
    .speaking-img-p
    {
        padding-left: 0px;
        padding-right: 0px;
        z-index: 999;
    }
    .popup-title
    {   color: #fff;
        background-color: #1ab3b1;
        /*margin-left: 4%;*/
        position: absolute;
        z-index: 999;
    
    }
    .clo-button
    {
        position: absolute;
        z-index: 999999999999;
        top: 60px;
        opacity: 1;
        color: #fff;
        background: #999;
        font-size: -webkit-xxx-large;
        margin-left: -33px;
    }
    .close,.close:hover
    {
         opacity: 1;
    }
    .popup-desc
    {
        padding-top: 45px;
    }

    .speaking-popup-desc
    {
        background-color: #fff;
    }
    .speaking-popup-desc p
    {
        padding-bottom: 15px;
    }
    .speaking-mouseover:hover .speaking-image {
    z-index: 9;
    opacity: 0.6;
}
    .topics-text
      {
        background-color: #565a5c;
        position: relative;
       /* bottom: 20px;*/
        color: #fff;
      }
      .collaboration-font
      {
        padding-left: 5%;color:#000;
      }
      .topics
      {
        margin-top: 15px; 
        color:#1ab3b1; 
        font-size:20px;
      }
      .form-contact
      {
        background-color: #ebebeb;
      }
}

.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle
{
    font-family: SweetSans !important;
}
.aligncenter
{
   margin: auto;
   display: block; 
}
.alignleft
{
    float: left;
}
.alignright
{
    float: right;
}



