/*
Theme Name: Dynamism
Theme URI: https://themeforest.net/item/dynamism-political-activism-wp-theme/14756582
Author: Code Ecstasy
Author URI: https://themeforest.net/user/codeecstasy
Description: Modern Activism WordPress Theme
Version: 20210316-1.2.0
License: GNU General Public License v2 or later
License URI: http://codeecstasy.com
Text Domain: dynamism
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
dynamism is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Layout
        1.1 Common
        1.2 Left / Right Sidebar
        1.3 Fullwidth and Boxed
        1.4 Sticky Header, Header & Site Top
        1.5 Template Homepage
        1.6 Toolbar
        1.7 Custom Button
        1.8 Custom Heading
        1.9 Bootstrap 5 column
        1.10 Social Icons
        1.11 Footer
2.0 Plugins
        2.1 WooCommerce
        2.2 Events Calender
        2.3 Contact Form 7
        2.4 Donate (seamless donation)
        2.5 MailChimp
        2.6 Events Calender Home
        2.7 Bottom News (special recent post)
        2.8 Twitter (latest tweet widget)
        2.9 VC Hack
        2.10 Projects Page Single Donation (paypal donation)
3.0 Content
        3.1 Posts and pages
        3.2 Search
        3.3 Post Meta
        3.4 Widgets
        3.5 Asides
        3.6 Comments
        3.7 Infinite scroll
        3.8 Media
        3.9 Captions
        3.10 Galleries
4.0 Navigation
        4.1 Links
        4.2 Main Menu
        4.3 Mobile Menu
5.0 Media Queries
        5.1 Custom, iPhone Retina
        5.2 Extra Small Devices, Phones 
        5.3 Small Devices, Tablets 
        5.4 Medium Devices, Desktops
        5.5 Large Devices, Wide Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Layout
--------------------------------------------------------------*/
/*1.1 Common*/
body{
    /*position: relative;*/
    overflow-x: hidden;
}

body div.site{
    /*overflow-x: hidden;*/
}

a,
a:hover,
a:visited,
a:active
{text-decoration: none;}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white 
{color: #ffffff; }
.borderB { border-bottom: 1px solid #cccccc; padding-bottom: 10px;}
.marginRB30 {margin: 0 30px 30px 0;}
.no-margin{margin: 0;}
.marginB20{margin-bottom: 20px;}
.marginTB20{ margin-top: 20px; margin-bottom: 20px;}
.marginT20{margin-top: 20px;}
.color-text {color: #eb464a;}
#primary, #secondary, #toolbar, #bottom, .site-header, .site-footer{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
embed,
object,
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
iframe{
    max-width: 100%;
    border: 0;  
}
/*Default Table style*/
table {
    border-collapse: collapse !important;
}
table td,
table th {
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
table > tbody + tbody {
    border-top: 2px solid #ddd;
}
table table {
    background-color: #fff;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.admin-bar .header-sticky.sticky-header {
    margin-top: 30px;
}

/*-- Preloader & Back To Top Button --*/

#preloader {
    background: #ffffff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#preloader span {
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}
#backTop {
    width: 16px;
    height: 16px;
    padding: 10px;
    border-radius: 0px;
    line-height:0px;
    font-size: 0px;
    cursor: pointer;
    z-index: 999999999;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
#backTop:hover {
    opacity: 1;
}
#backTop:after {
    position: absolute;
    content: '-';
    width: 16px;
    height: 16px;
    text-align: center;
    top: 0;
    left: 0;
    color: #FFF;
}
#backTop.custom {
    background-color: #FF964D;
    background-image: url('images/uparr-48-b.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 0px solid #a9e667;
    -webkit-transition: 0.2s 0.2s ease-out;
    -moz-transition: 0.2s 0.2s ease-out;
    -o-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
}
#backTop.custom:hover {
    background-color: #ffffff;
    border: 0px solid #426f12;
}

/*1.2 Left / Right Sidebar*/
#secondary{
    margin: 25px 0px;
}
#secondary .widget-title{
    position: relative !important;
}
#secondary .widget-title::before {
    background: #e46a6a none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
.well {
    border: 1px solid #dddddd;
    box-shadow: none;
}
/*1.3 Fullwidth and Boxed*/
.container{
    border: 0px solid red;
}
.container-fluid{
    border: 0px solid red;
}
#wide #page,
#boxed #page
{
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#boxed #page{
    max-width: 1170px;
}
.site-header{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
/*1.4 Sticky Header, Header & Site Top */
.header-style1 .site-header
{
    box-shadow: none;
    z-index: 1000;
    position: relative;
}
.header-sticky{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-sticky.sticky-header{
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
    width: 100%;
}

.one_page_transparent .site-content{
    margin-top: 120px;
}

/*1.5 Template Homepage*/
.page-template-template-homepage header.entry-header,
.page-template-template-homepage-header1 header.entry-header,
.page-template-template-homepage-header2 header.entry-header,
.page-template-template-onepage header.entry-header,
.page-template-template-onepage-header1 header.entry-header,
.page-template-template-onepage-header2 header.entry-header
{
    display: none;
}
.page-template-template-homepage .page-content,
.page-template-template-homepage .entry-content,
.page-template-template-homepage .entry-summary,
.page-template-template-homepage-header1 .page-content,
.page-template-template-homepage-header1 .entry-content,
.page-template-template-homepage-header1 .entry-summary,
.page-template-template-homepage-header2 .page-content,
.page-template-template-homepage-header2 .entry-content,
.page-template-template-homepage-header2 .entry-summary,
.page-template-template-onepage .page-content,
.page-template-template-onepage .entry-content,
.page-template-template-onepage .entry-summary,
.page-template-template-onepage-header1 .page-content,
.page-template-template-onepage-header1 .entry-content,
.page-template-template-onepage-header1 .entry-summary,
.page-template-template-onepage-header2 .page-content,
.page-template-template-onepage-header2 .entry-content,
.page-template-template-onepage-header2 .entry-summary,
.page-template-template-custom-bottom .page-content,
.page-template-template-custom-bottom .entry-content,
.page-template-template-custom-bottom .entry-summary
{
    margin: 0;
}
/*1.6 Toolbar*/
#toolbar{
    z-index: 2;
    position: relative;
}
.margin-right20{
    margin-right: 20px;
}
.top-link {
    display: inline-block;
    letter-spacing: 1px;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
}
.top-link-1 {
    background: #eb464a;
    color: #ffffff; 
}
.top-link-2 {
    background: #eb464a;
}
.top-link.top-link-3 {
    border: 2px solid #eb464a;
    border-radius: 3px;
    color: #eb464a;
    font-weight: bold;
    padding: 10px 25px;
    float: right;
    font-size: 16px;
    line-height: 24px;
} 
.top-link:hover {
    background: #ffffff;
    color: #626262;
}
#toolbar a.top-link-1 {
    color: #ffffff; 
}
#toolbar .top-link.top-link-1:hover {
    color: #eb464a;
}
.top-link.top-link-3:hover{
    background: #eb464a;
    color: #ffffff;
}
/*1.7 Custom Button*/
.button-style1,
.button-style2,
.button-style3
{
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 14px 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
}
.button-style1 {
    background: #eb464a;
    border: 3px solid #eb464a;
    border-radius: 10px;
    color: #ffffff;
}
.button-style2 {
    background: none;
    border: 3px solid #eb464a;
    border-radius: 0px;
    color: #eb464a;
}
.button-style3 {
    background: #eb464a;
    border-right: 5px solid #274472;
    border-radius: 0px;
    color: #ffffff;
}
.button-style1:hover {
    background: #ff0000;
    border: 3px solid #ff0000;
    color: #ffffff;
}
.button-style2:hover {
    background: #274472;
    border-right: 3px solid #eb464a;
    color: #ffffff;
}
.button-style3:hover {
    background: #274472;
    border-right: 5px solid #eb464a;
    color: #ffffff;
}
/*1.8 Custom Heading*/
.heading-style-center1,
.heading-style-center2,
.heading-style-left1,
.heading-style-left2
{
    position: relative;
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 55px;
}
.heading-style-center1:before,
.heading-style-center1:after,
.heading-style-center2:before,
.heading-style-center2:after
{
    left: 50%;
    margin-left: -50px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 100px;
}
.heading-style-left1:before,
.heading-style-left1:after,
.heading-style-left2:before,
.heading-style-left2:after
{
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 100px;
}
.heading-style-center1:before,
.heading-style-center1:after,
.heading-style-left1:before,
.heading-style-left1:after
{
    background: #626262;
}
.heading-style-center2:before,
.heading-style-center2:after,
.heading-style-left2:before,
.heading-style-left2:after
{
    background: #ffffff;
}
/*1.9 Bootstrap 5 column*/
.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: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*1.10 Social Icons*/
.social-icons {
}
.social-icons a{
    padding: 0;
    line-height: inherit;
}
/*1.11 Footer*/

.fa-footer{
    line-height: 24px !important;
}

.footer-menu {
    margin-left:0;
    padding:0;
}
ul.footer-menu,
ol.footer-menu{
    margin-bottom: 0px;
}

.footer-menu li {
    display:inline;
    list-style-type:none;
}
.footer-menu li:nth-child(n+2) {
    margin-left: 9px;
}
.footer-menu li:nth-child(n+2)::before {
    border-left: 1px solid #666666;
    content: "";
    display: inline-block;
    height: 13px;
    margin-right: 10px;
}
.footer-menu .sub-menu{display: none;}
/*--------------------------------------------------------------
2.0 Plugins
--------------------------------------------------------------*/
/*2.1 WooCommerce*/
.woocommerce select,
.woocommerce input,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce textarea
{
    border: 1px solid #cccccc;
    padding: 7px 10px;
}
/*2.2 Events Calender*/
.tribe-events-list .tribe-events-event-cost span, .tribe-events-list-separator-month, #tribe-bar-form{
    background: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 0;
}
#tribe-events .tribe-events-button, .tribe-events-button {
    transition: all 0.2s ease-in-out 0s;
    border-radius: 0;
    padding: 10px 15px;
}
.tribe-events-list .tribe-events-event-image {
    margin: 1.5em 3% 0 0;
}
.single-tribe_events .tribe-events-event-image img{width: 100%;}
.events-archive .entry-content, .events-archive .entry-header {
    width: 100%;
}
/*2.3 Contact Form 7*/
.wpcf7-form p{
    margin-bottom: 12px;
}
.wpcf7-form-center{

    text-align: center;
}
.contact-address-block li{
    list-style: none;
    line-height: 32px;
    display: block;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form textarea
{
    background: #f0f0f0;
    border-radius: 0px;
    height: auto;
    line-height: 24px;
    padding: 12px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    box-shadow: none;
    color: #626262;
    border: 1px solid #cbcbcb;
    display: block;
    margin-top: 12px;
    box-sizing: border-box;
}
.wpcf7-form input[type=submit]
{
    display: inline-block;
    letter-spacing: 4px;
    padding: 18px 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    background-color: #eb464a;
    color: #ffffff;
    border: 0;
    box-shadow: none;
    line-height: 22px;
    text-shadow: none;
    font-family: inherit;
}
.wpcf7-form input[type=submit]:hover
{
    background-color: #28292a;
}
/*2.4 Donate (seamless donation)*/
#dgx-donate-container {
    background: #f7f7f7;
    border: 1px solid #cccccc;;
    border-radius: 3px;
    margin: 0
}
form#dgx-donate-form select{
    border: 1px solid #cccccc;
    padding: 3px 10px;
}
/*2.5 MailChimp*/
.mc4wp-form p{

    line-height: 28px;
    margin-bottom: 18px;
}
.mc4wp-form-fields{

}
.mc4wp-form .form-control{
    background: #444444;
    line-height: 22px;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: none;
    height: 44px;
}

.mc4wp-form .form-control{
    border: 1px solid #444444;
    color: #ffffff;
}

.mc4wp-form .btn-default {
    border:0 ;
    color: #ffffff;
}
.mc4wp-form .btn{
    background: #eb464a;
    border: 1px solid #eb464a;
    letter-spacing: 1px;
    padding: 10px 20px;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 0px;
}
.mc4wp-form .btn:hover{
    background: #b93a41;
    border: 1px solid #b93a41;
}
/*2.6 Events Calender Home*/
.ecs-event-list{
    padding-left: 0px;
    box-sizing: border-box;
}
.ecs-event-list li{
    list-style: none;
}
.ecs-event-list div.custom-event-list-wrapper{

    margin: 0 3px 48px 0 !important;
    padding:0px;
    position: relative;
}
div.custom-event-list-wrapper h4{

    margin-top: 0px !important;

}
ul.ecs-event-list .entry-title a{
}
div.custom-event-list-wrapper div.event-image-wrapper{
    width: 100px;
    height: auto;
    overflow: hidden;
    min-height: 140px;
    display: inline-block;
    float: left;
    padding: 6px;
}
div.custom-event-list-wrapper img{
    display: inline-block;
    float: left;
    max-width: 100%;
    padding-left: 0px;
    width: 150px;
}
div.custom-event-list-wrapper p.ecs-excerpt{

}
div.custom-event-list-wrapper .time,
div.custom-event-list-wrapper .venue{
    font-size: 14px;
    color: #818181;

}
div.custom-event-list-wrapper .media-body{
    padding-left: 12px !important;
}
div.custom-event-list-wrapper .time{
    background: rgba(235, 70, 74, 0.9) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    left: 0;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 114px;
}
div.custom-event-list-wrapper.theme_2{

    border-bottom: 1px solid #eaeaea;
}
div.custom-event-list-wrapper .media-body.theme_2{
    padding-left: 0px !important;
}
div.custom-event-list-wrapper.theme_2 .time{
    background: #f9fafb;
    bottom: -14px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    left: 0;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 114px;
    border: 1px solid #eaeaea;
    color: #eb464a;
}
div.custom-event-list-wrapper .venue{
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;

}
/*------------------------------  Media Queries---------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 479px) {

    .ecs-event-list div.custom-event-list-wrapper{
        margin: 24px 0px 0px !important;  
    }

    div.custom-event-list-wrapper .media-body{
        padding-left: 0 !important;
    }

    ul.ecs-event-list{
        margin-left: 0px;
        padding: 0px;
    }

    div.custom-event-list-wrapper.theme_2 p.ecs-excerpt{
        margin-bottom: 36px !important;
    }

}
@media only screen and (min-width: 480px) and (max-width: 1000px) {
    .ecs-event-list div.custom-event-list-wrapper{
        margin: 24px 0px 0px !important;  
    }

    div.custom-event-list-wrapper .media-body{
        padding-left: 0 !important;
    }

    ul.ecs-event-list{
        margin-left: 0px;
        padding: 0px;
    }

    div.custom-event-list-wrapper.theme_2 p.ecs-excerpt{
        margin-bottom: 36px !important;
    }

}
/*2.7 Bottom News (special recent post)*/
.srp-widget-singlepost {
    border-bottom: 1px dotted #444444;
    padding-bottom: 10px;
}
h4.srp-post-title{
    font-weight:400; font-size: 16px; line-height: 24px;
}
.srp-post-date,
time 
{
    font-size: 13px;
    font-style: italic;
}
/*2.8 Twitter (latest tweet widget)*/
.latest-tweets ul li{
    position:relative;
    padding-left: 30px;
}
.latest-tweets ul li:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f099";
    position:absolute;
    left: 0px 
}
/*2.9 VC Hack*/
.vc_col-sm-1, .vc_non_responsive .vc_row .vc_col-sm-1, .vc_col-sm-2, .vc_non_responsive .vc_row .vc_col-sm-2, .vc_col-sm-3, .vc_non_responsive .vc_row .vc_col-sm-3, .vc_col-sm-4, .vc_non_responsive .vc_row .vc_col-sm-4, .vc_col-sm-5, .vc_non_responsive .vc_row .vc_col-sm-5, .vc_col-sm-6, .vc_non_responsive .vc_row .vc_col-sm-6, .vc_col-sm-7, .vc_non_responsive .vc_row .vc_col-sm-7, .vc_col-sm-8, .vc_non_responsive .vc_row .vc_col-sm-8, .vc_col-sm-9, .vc_non_responsive .vc_row .vc_col-sm-9, .vc_col-sm-10, .vc_non_responsive .vc_row .vc_col-sm-10, .vc_col-sm-11, .vc_non_responsive .vc_row .vc_col-sm-11, .vc_col-sm-12, .vc_non_responsive .vc_row .vc_col-sm-12{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#wide .vc_row,
#boxed .vc_row
{
    margin-right:0;
    margin-left:0;
}
.vc_progress_bar.dynamism-pbar .vc_single_bar .vc_label,
.vc_progress_bar.dynamism-pbar2 .vc_single_bar .vc_label
{
    padding: 0;
    padding-left: 10px;
}
/*2.10 Projects Page Single Donation (paypal donation)*/
.donationP {
    background: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 30px;
    text-align: center;
}
/*--------------------------------------------------------------
3.0 Content
--------------------------------------------------------------*/
/*3.1 Posts and pages*/
a,.btn, input, textarea{
    border-radius: 0px !important;
}
.sticky {
    display: block; 
    background: #f5f5f5; 
    padding: 20px; 
    margin-top: 25px;
    border: 1px solid #dddddd;
    /*border-radius: 4px;*/
}
.hentry {
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
img.wp-post-image {
    margin-bottom: 20px;
}
.author-meta {
    margin-top: 40px;
}
.author-meta .avatar {
    border-radius: 50%;
}
.author-meta .fa{
    font-size: 22px;
}
/*3.2 Search*/
.search-highlight {
    background:#FFFF00  
}
/*3.3 Post Meta*/
.entry-meta span {
    margin-right: 20px;
    display: inline-block;
}
.entry-meta span:last-child {
    margin-right: 0;
}
.entry-meta span .fa{
    color: #bcbcbc;
}
.entry-meta span a {
    color: #777;
}
.entry-meta span a:hover {
}
/*3.4 Widgets*/
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.widget_search .search-submit {
    display: none;
}
.widget ul{
    list-style: none;
    padding-left: 0px;
}
#bottom .widget-title
{
    position: relative;
}
#bottom .widget-title:before,
#bottom .widget-title:after
{
    left: 0%;
    content: "";
    display: block;
    position: absolute;
}
.about-sep{
    border-color: #444444;
}
.latest-tweets ul li {
    border-bottom: 1px solid #444444;
    margin-bottom: 12px;
}
.latest-tweets ul li:last-child {
    border-bottom: 0;
}
/*3.5 Asides*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*3.6 Comments*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comments-title, .comment-reply-title {
    padding-bottom: 9px;
    margin: 40px 0 20px 0;
    border-bottom: 1px solid #eee;
}
ol.comment-list {
    list-style:none;
    padding-left: 0;
}
.comment-author .avatar {
    margin-right: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 4px;
}
.comment-meta {
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment-details {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.comment-details .reply {
    margin-top: 10px;
}
.comment-date a {
    font-size: 11px;
    color: #777;
    margin-right: 10px;
}
#commentform #comment {
    width: 100% !important;
}
#commentform #submit {
    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;
    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;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#commentform #submit:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
/*3.7 Infinite scroll*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*3.8 Media*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/*3.9 Captions*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*3.10 Galleries*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
4.0 Navigation
--------------------------------------------------------------*/
/*4.1 Links*/
a {

}
a:visited {
}
a:hover,
a:focus,
a:active { 
}
/*4.2 Main Menu*/
.menu-dynamism {
    height: auto; 
    display: table; 
    content: "";
    width: 100%;
}
.menu-dynamism-head3 {
    height: auto; 
    display: table; 
    content: "";
    max-width: 100%;
}
.main-navigation {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    display: table;
    content: "";
}
.main-navigation ul {
    float: right;
    margin: 0;
    padding-left: 0;
    list-style: none;	
    height: auto;
    display: table;
    content: "";
}
.header-style2 .main-navigation ul {
    float: left;
}
.main-navigation li {
    position: relative;
    float: left;
}
.main-navigation .menu a {
    display: block;
    text-decoration: none;
}
.main-navigation ul a{
}
.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    padding: 0;
}
.main-navigation ul ul ul {
    top: 0;
    left: 100%;
}
.main-navigation ul ul a {  }
.main-navigation ul ul li { }
.main-navigation li:hover > a,
.main-navigation li > a:focus {
}
.main-navigation ul ul :hover > a { }
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
}
.main-navigation ul li:hover > ul { display: block; }
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current_page_item > a:focus,
.main-navigation .current-menu-item > a:focus {
}
.main-navigation ul ul .current_page_item > a:hover,
.main-navigation ul ul .current-menu-item > a:hover,
.main-navigation ul ul .current_page_item > a:focus,
.main-navigation ul ul .current-menu-item > a:focus {
}
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a
{
}
.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
}
.main-navigation ul ul .current_page_parent a{
}
/*4.3 Mobile Menu */
.menu-toggle {
    display: none;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .menu-toggle {
        background: none;
        display: inline-block;
        height: 3.9em;
        padding: 0 1em;
        font-weight: 700;
        font-size: 16px;
        text-decoration: none;
        line-height: 3.75em;
        color: #626262;
        border: 1px solid #cccccc;
        transition: all 0.3s ease-in-out 0s;
        width: 100%;
    }

    .menu-toggle.one-page {
        display: none;
    }

    .menu-toggle:hover,
    .menu-toggle:focus {
        border: 1px solid #000000;
    }

    .main-navigation .nav-menu{
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out 0s;
    }

    .main-navigation.toggled .nav-menu{
        bottom: 0;
        left: 0;
        max-width: 100%;
        overflow-y: auto;
        position: fixed;
        transform: translateX(0%);
        top: 0;
        transition: transform 0.3s ease-in-out 0s;
        width: 260px;
        z-index: 1001;
    }
    .main-navigation.toggled .nav-menu {
        display: block;
    }
    .main-navigation ul {
        display: none;
        padding-left: 0;
        float:none;
        background: #f5f5f5;
    }

    .main-navigation ul a{
        padding: 7px 15px;
    }

    .main-navigation ul ul{padding-left: 15px;}

    .main-navigation li { float: none; }
    .main-navigation li a { }
    .main-navigation li:hover > a,
    .main-navigation li > a:focus {
    }
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        position: relative;
        top: inherit;
        left: 0;
        display: block;
        float: none;
        background: #f7f7f7;
    }
    .main-navigation ul ul a { width: 100%; }
    .main-navigation ul a:hover,
    .main-navigation ul ul a:hover,
    .main-navigation ul a:focus,
    .main-navigation ul ul a:focus{
    }
    .main-navigation .current_page_ancestor { background: inherit; }
    .main-navigation ul ul .current_page_parent {
    }
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_item > a:hover,
    .main-navigation .current_page_item li:hover,
    .main-navigation .current_page_item > a:focus,
    .main-navigation .current_page_item li:focus,
    .main-navigation .current_page_parent .current_page_item > a  {

    }
}
/*--------------------------------------------------------------
5.0 Media Queries 
--------------------------------------------------------------*/
/*5.1 Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}
@media only screen and (max-width : 320px) {

}
/*5.2 Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}
@media only screen and (max-width : 480px) {
}
/*5.3 Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}
@media only screen and (max-width : 768px) {
    .site-logo{ text-align: center;}
    .main-navigation { margin-top: 20px;}
    .header-sticky.sticky-header{
        position: static;
    }
    .mobile-pad{
        padding-left:25px;
        padding-right: 25px;
    }
}
/*5.4 Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .footer-menu {
        float: right;
    }

    .social-icons {
        float: left;
    }

    .toolbar-right{
        float: right;
    }

}
@media only screen and (min-width : 1150px) {
    .header-style1
    {
        left: 0%;
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 1000;
    }
}
@media only screen and (max-width : 992px) {
}
/*5.5 Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
@media only screen and (max-width : 1200px) {
}