/*
Theme Name: 	Nominee Child
Theme URI:      http://themeforest.net/user/trendytheme
Author:         TrendyTheme
Author URI:     http://themeforest.net/user/trendytheme
Description: 	Nominee - WordPress theme for Candidate/Political Leader. It can also be use as any non-profit organization, such as charity, event, campaign etc. It’s unique design is flexible enough to fit any political option and social issue.
Template:     	nominee
Version: 		1.0
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	nominee-child
Tags: 			two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu,  featured-images,  full-width-template, post-formats, sticky-post, theme-options
*/

@import url("../nominee/style.css");

/* Changes found in Nominee theme v1.6 used in USR live */

/* =-=-=-=-=-=-= GENERAL =-=-=-=-=-=-= */

body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #444;
    overflow-x: hidden;
}


.header-title{
	background-color:#fff;
	padding:10px 20px;
	display:inline-block;
}
.header-title-red{
    background-color: #ed1c24;
    padding: 10px 20px;
    display: inline-block;
}

.header-title-blue{
    background-color: #00aae7;
    padding: 10px 20px;
    display: inline-block;
}
.tempHeadContBdr{
	display:none !important;
}


/* =-=-=-=-=-=-= GLOBAL STYLES =-=-=-=-=-=-= */
.vc-content-wrapper{
    padding: 0 0 0; 
}

/* =-=-=-=-=-=-= LINK STYLE =-=-=-=-=-=-= */
a {
    color: #ed1c24;
}
a:focus{
  color: #ed1c24;
}
a:hover {
    color: #00aae7;
}

/* =-=-=-=-=-=-= TYPOGRAPHY =-=-=-=-=-=-= */

h3 {
    font-size: 23px;
    line-height: 32px;
}


/* =-=-=-=-=-=-= WORDPRESS CORE =-=-=-=-=-=-= */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

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

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

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

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



.tt-overlay {
    background-color: rgba(0, 0, 0, 0);
}

.page-wrapper,
.content-wrapper{
    padding: 0px 0 120px;
}
.issue-wrapper{
    margin-top: 80px;
    padding: 0px 0 55px;
}

.colored {
    color: #ed1c24;
}


blockquote::before{
    left: 10px;
    top: 10px;
}

.main-slider {
    color: #fff;
    height: 630px;
    background-position: center -75px;
    background-repeat: no-repeat;
    margin-top: 75px;
}

ol li {margin-bottom: 20px; }
ul li {margin-bottom: 10px; }


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background: #ed1c24;
  border: 1px solid #ed1c24;
}

#zforms_iframe_id {
height: 800px !important;
}


.section-intro h2 span{
    color: #ed1c24;
}

span.separator {
    background-color: #ed1c24;
}

span.separator span{
    background-color: #ed1c24;
}

.btn-primary{
  background-color: #ed1c24;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  background-color: #00aae7 !important;
}


.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open>.dropdown-toggle.btn-outline {
    background-color: #ed1c24;
}

.btn-default {
    color: #ed1c24;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #ed1c24;
}

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat{
	
	color:#ed1c24 !important;
}

.vc_btn3.vc_btn3-color-white:hover, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover{
	background-color: #fff !important;
	color:#01a0e4 !important;
}
.vc_btn3.vc_btn3-size-lg {
	font-size:18px !important;
	padding:15px 25px !important;
}





/* =-=-=-=-=-=-= FORM STYLE =-=-=-=-=-=-= */
.form-control:focus {
  border-color: #ed1c24;
}


/* =-=-=-=-=-=-= PAGE HEADER =-=-=-=-=-=-= */
.page-header-section .tt-overlay{
    background-color: rgba(0, 0, 0, 0);
}

.page-header-section h2{
    font-weight: 700;
}

.page-header-section .page-header{
	margin: 0;
    border-bottom: 0;
    position: relative;
    z-index: 100;    
}

.header-default .page-header-section,
.no-header .page-header-section{
    padding: 0 0;
}

.single-post .page-header-section .page-header{
    text-align: left;
}

.header-default .page-header-section .page-header{
    padding: 180px 0 50px;
    max-width: 740px;
}

.header-transparent .page-header-section .page-header{
    padding: 150px 0 100px;
}

.page-header .breadcrumb a{
	color:#ed1c24;
}

.page-header .breadcrumb li.active{
    color: #fff;
}



/* =-=-=-=-=-=-= NAVIGATION =-=-=-=-=-=-= */
.main-menu-wrapper{
    margin-top: 30px;
}
.main-menu{
    position: relative;
}

.header-wrapper.navbar-fixed-top{
    position: absolute;
}

.header-wrapper.sticky .navbar .nav>li,
.sticky.navbar .nav>li {
    padding: 0 12px;
}


.header-default .header-wrapper.sticky .navbar-default{
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
    -o-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
}

.navbar-default {
    z-index: 10000;
}

.admin-bar.header-transparent .navbar-default,
.admin-bar .header-wrapper,
.admin-bar .sticky.navbar-default{
    top: 32px;
}


.header-transparent .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
  color: #ed1c24;
}

.header-transparent .navbar-default .navbar-nav>.active>a,
.header-transparent .navbar-default .navbar-nav>.active>a:focus,
.header-transparent .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #ed1c24;
  border-bottom: 2px solid #ed1c24;
}

/*Dropdown Style*/
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #ed1c24;
  border-bottom: 2px solid #ed1c24;
}
.navbar-nav>li .dropdown-menu {
  padding: 0;
}
.dropdown-menu>li{
	margin-bottom:0px;
}
.dropdown-menu>li>a {
  font-size: 16px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #ed1c24;
}

.navbar-default .navbar-nav li.current-menu-ancestor>a,
.navbar-default .navbar-nav li.current-menu-parent>a,
.navbar-default .navbar-nav li.current-menu-item>a{
    color: #ed1c24;
}


.navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child>a:hover,
.navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ed1c24;
}

.navbar-nav li .dropdown-wrapper{
    top: 20px;
}

.navbar-nav > li:hover > .dropdown-wrapper{
    top: 20px;
}



/* =-=-=-=-=-=-= MOBILE MENU STYLE =-=-=-=-=-=-= */
@media(max-width : 767px) {

    .navbar-brand {
      padding: 4px 15px;
    }

    .navbar .nav>li, ul{
        padding: 0 !important;
    }
	.navbar-default .navbar-nav {
		
		padding:0px;
	}
    .navbar-default .navbar-nav li a {
        font-size: 16px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
        color: #ed1c24;
    }


    /*mobile menu dropdown trigger*/
    .dropdown-menu-trigger{
        position: absolute;
        right: 0;
        top: 7px;
        background-color: rgba(150, 150, 150, 0.34);
        color: #fff;
        border: 0;
        width: 20px;
        height: 20px;
        line-height: 12px;
        text-align: center;
        border-radius: 50%;
    }

    .mobile-menu.navbar-collapse{
        max-height: 380px;
    }
}

.navbar-toggle {
    margin-top: 12px;
}


.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background-color: #ed1c24;
    border-color: #ed1c24;
}


/* =-=-=-=-=-=-= HEADER TOP BAR =-=-=-=-=-=-= */
.header-top-wrapper{
    border-bottom: 1px solid #e5e5e5;
}


.contact-info ul li a:hover{
    color: #ed1c24;
}

.donate-button a{
	border: 3px solid #ed1c24;
    color: #ed1c24;
    font-weight: 600;
    padding: 6px 10px;
}

.donate-button a:hover,
.donate-button a:focus{
   border: 3px solid #01a0e4;
    color: #01a0e4;
}

/*mobile donate button*/
.mobile-donate-button{
    margin: 10px;
}

.mobile-donate-button .btn{
    padding: 7px 18px;
}


/* =-=-=-=-=-=-= HOME SECTION =-=-=-=-=-=-= */

.intro-sub .clored-text {
    color: #ed1c24;
}



/* =-=-=-=-=-=-= SLIDER SECTION =-=-=-=-=-=-= */
@media(max-width:767px) {
    .tt-slider{
        height: 550px !important;
    }
}


.header-default .slides-container .intro{
    margin-top: 50px;
}

.tt-slider .intro-sub{
    color: #ed1c24;
}

.tt-slider .slides-pagination a.current {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
}


/*Revolution slider*/
.header-default .wpb_revslider_element{
    padding-top: 70px;
}
@media (min-width : 768px) and (max-width : 991px) {
    .header-default .wpb_revslider_element{
        padding-top: 55px;
    }
}


/* =-=-=-=-=-=-= ABOUT SECTION =-=-=-=-=-=-= */
.tt-popup-wrapper{
    position: relative;
}

.tt-popup{
    margin-left: 16px;
}

.tt-popup-wrapper:hover .tt-popup i{
    background-color: #ed1c24;
}

.tt-social-icon li a:hover{
    background-color: #ed1c24;
}

.tt-effect {
    text-align: left;
}

.tt-effect h2 {
    display:block;
    font-size: 22px !important;
	line-height: 28px !important;
    font-weight: 700;
    
}


.tt-effect h2 {
    margin: 0;
    position: static;
    color: #fff;
    -webkit-transition: none;
        -ms-transition: none; 
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.tt-effect:hover h2 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}



.tt-effect figcaption .content .btn:hover{
    color: #ed1c24;
}

.spotlight-card .tt-effect figcaption::before{
    background-color: #ed1c24;
}

.testimonial-carousel blockquote i{
    color: #ed1c24;
}

.testimonial-carousel blockquote footer cite{
    color: #ed1c24;
}


.icon-block i {
    color: #ed1c24;
    font-size: 36px;
}
.icon-block h3 {
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
}
.icon-block h3 a:hover{
    color: #01a0e4;
}


.icon-effect h3::after{
    background-color: #ed1c24;
}

.icon-effect .tt-icon i{
    color: #ed1c24;
}

.icon-effect .tt-icon i:after {
    background-color: #ed1c24;
}

.counter-wrapper .timer {
  color: #ed1c24;
}

.timeline-heading h3 a:hover {
    color: #ed1c24;
}

.timeline-body .readmore:hover {
    color: #ed1c24;
}

@media(min-width:992px) {
    .timeline>li:hover .posted-date{
        line-height: 85px;
        z-index: 1000;
        background-color: #ed1c24;
        border-color: #ed1c24;
   }
}


/* =-=-=-=-=-=-= ACHIVEMENT SECTION =-=-=-=-=-=-= */

.archivement-carousel .item i{
    color: #ed1c24;
}

.archivement-carousel .carousel-indicators .active {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
}


/* =-=-=-=-=-=-= ABILITIES SECTION =-=-=-=-=-=-= */
.vc_toggle_content {
	
	padding:0 33px !important;
}

.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
	
	background-color:#ed1c24 !important;
}
.vc_btn3.vc_btn3-color-danger:hover, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover {
	
	background-color:#00aae7 !important;
	
}


.vc_tta-tabs-position-top .vc_tta-tab > a:hover,
.vc_tta-tabs-position-top .vc_tta-tab > a:focus,
.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a,
.vc_tta-tabs-position-bottom .vc_tta-tab > a:hover,
.vc_tta-tabs-position-bottom .vc_tta-tab > a:focus,
.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a{
    background-color: #ed1c24 !important;
    color: #fff !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:hover,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a{
    border-color: #ed1c24 !important;
}


.vc_tta-tabs.vc_tta-style-ultra-classic .vc_tta-tab.vc_active,
.vc_tta-tabs.vc_tta-style-ultra-classic .vc_tta-tab:hover{
    border-color: #ed1c24;
    background-color: #ed1c24;
}


.vc_tta-tabs.vc_tta-style-ultra-classic .vc_tta-tab:hover a,
.vc_tta-tabs.vc_tta-style-ultra-classic .vc_tta-tab.vc_active > a{
    background-color: #ed1c24;
    color: #ffffff;
}
.vc_tta-tabs.vc_tta-style-ultra-classic .vc_tta-tab.vc_active::after{
    border-top-color: #ed1c24;
}


@media(max-width: 767px){
    .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-ultra-classic .vc_tta-panel-title>a{
        border: 1px solid #eaeaea;
    }

    .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-ultra-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,
    .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-ultra-classic .vc_tta-panel .vc_tta-panel-title>a:hover{
        background-color: #ed1c24;
        color: #ffffff;
    }
}


/* =-=-=-=-=-=-= TWITTER SECTION =-=-=-=-=-=-= */


.twitterfeed i {
    font-size: 50px;
    color: #ed1c24;
    margin-bottom: 50px;
}


.spokesman-tweet .tt-tweets .user a:hover{
    color: #ed1c24;
}
.spokesman-tweet .tt-tweets .user img{
    width: 65px;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
}

.spokesman-tweet .tt-tweets .tweet{
    margin-left: 85px;
}
.spokesman-tweet .tt-tweets .tweet a{
    color: #606060;
}
.spokesman-tweet .tt-tweets .tweet a:hover{
    color: #ed1c24;
}




.spokesman-tweet .tt-tweets .user a:hover{
    color: #ed1c24;
}
.spokesman-tweet .tt-tweets .user img{
    width: 65px;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
}

.spokesman-tweet .tt-tweets .tweet{
    margin-left: 85px;
}
.spokesman-tweet .tt-tweets .tweet a{
    color: #606060;
}
.spokesman-tweet .tt-tweets .tweet a:hover{
    color: #ed1c24;
}

pokesman-tweet .tt-tweets .timePosted a:hover{
    color: #ed1c24;
}

.all-tweets-links a{
    color: #525252;
    font-size: 13px;
}
.all-tweets-links a:hover{
    color: #ed1c24;
}


.social-count-plus .items .count{
  font-size: 40px;
  font-weight: 700;
  color: #ed1c24;
  display: inline-block;
}



/* =-=-=-=-=-=-= REFORMATION SECTION =-=-=-=-=-=-= */

.reformation-wrap{
  overflow: hidden;
}
.tt-filter {
    border: 1px solid #eee;
}
.tt-filter li {
    float: left;
    border-right: 1px solid #eee;
	margin-bottom:0px;
}
.tt-filter li button{
  background-color: #fff;
}
.tt-filter li button.active{
    background-color: #ed1c24;
    color: #fff;
}

.related-reformation .content .links a:hover,
.tt-grid .content .links a:hover {
    background-color: #fff;
    color: #ed1c24;
}

.reformation-navigation a:hover{
    color: #ed1c24;
}

/* =-=-=-=-=-=-= SINGLE REFORMATION =-=-=-=-=-=-= */


.single-reformation-page .entry-content{
    padding-left: 0px;
}

/* =-=-=-=-=-=-= MEMBER SECTION =-=-=-=-=-=-= */

.related-reformation, .single-member-page {
    margin-top: 80px;
}

.member-wrapper .thumbnail{
  padding: 0;
  margin-bottom: 40px;
  border-bottom: 0;
}
.member-wrapper .thumb-wrapper{
	margin: 10px;
	border-radius:300px;
}

.team-social{
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.team-social a {
    color: #ed1c24;
}

.member-wrapper figcaption{
    position: relative;
    overflow: hidden;
	min-height: 132px;
}
.member-wrapper figcaption h3{
    font-size: 24px;
    margin: 5px 0;
}
.member-wrapper figcaption span{
    color: #949494;
    margin-bottom: 10px;
    font-size:16px;
    display: block;
}

.member-wrapper .member-biography a{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background-color: #ffffff;
    line-height: 85px;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.member-wrapper .member-biography a{
    font-size: 18px;
}
.member-wrapper .member-biography a i{
    margin-left: 5px;
}
.member-wrapper .member-biography a:hover{
    color: #01a0e4;
	background-color:#fff !important;
}
.member-wrapper .thumbnail:hover .member-biography a{
    bottom: 15px;
	padding-bottom:20px;
}



.team-carousel .owl-dots .owl-dot span{
    border: 1px solid #ed1c24;
}

.team-carousel .owl-theme .owl-dots .owl-dot.active span,
.team-carousel .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #ed1c24;
}

/* =-=-=-=-=-=-= MEMBER SINGLE PAGE =-=-=-=-=-=-= */

.single-member-page .member-thumb img{
	/*border: 1px solid #f1f1f1;*/
	padding: 30px;
	border-radius:500px;
}

.single-member-page .member-content .designation{
    color: #ed1c24;
}

.single-member-page .member-content .team-social a:hover{
    background-color: #ed1c24;
    color: #fff;
    border-color: #ed1c24;
}
.single-member-page .educational-qualification ul{
    padding: 0;
    list-style: none;
}
.single-member-page .educational-qualification,
.single-member-page .member-content address{
    padding: 20px 0 10px 0;
    margin: 20px 0;
    border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.biography-info-wrapper .leader-name h3{
    font-size: 22px;
    color: #ed1c24;
}

.leader-social-profile ul li a:hover{
    background-color: #ed1c24;
    color: #fff;
    border-color: #ed1c24;
}

.career-info-wrapper,
.education-info-wrapper{
    padding-bottom: 70px;
}

.career-info-wrapper h4,
.education-info-wrapper h4{
    font-size: 14px;
    color: #ed1c24;
}

.education-details,
.career-details{
    margin-top: 35px;
}

.campaign-scoop .title a:hover{
    color: #ed1c24;
}



/* =-=-=-=-=-=-= UPCOMING EVENT =-=-=-=-=-=-= */
.countdown li > span{
    color: #ed1c24;
}

.event-wrapper .event-info h3 a:hover{
    color: #ed1c24;
}


/* =-=-=-=-=-=-= EVENT SINGLE PAGE =-=-=-=-=-=-= */
.header-default .single-event-content{
    margin-top: 80px;
}


.schedule-meta ul li i{
    margin-right: 5px;
    color: #ed1c24;
}

.schedule-wrap h3{
    font-size: 18px;
    margin: 0 0 5px;
    color: #ed1c24;
}

.schedule-wrap:hover{
    background-color: #ed1c24;
    color: #fff;
    border-color: #ed1c24;
}

.donate-amount .amount-button.active{
    background-color: #ed1c24;
    box-shadow: none;
}



/* =-=-=-=-=-=-= PRESS RELEASE SECTION =-=-=-=-=-=-= */

.entry-meta .the-time{
    font-size: 11px;
    font-weight: 700;
    color: #ed1c24;
    text-transform: uppercase;
}

.press-release-wrapper > .row > .col-md-4 > .col-sm-6, article.blog-wrap {
	
	margin-bottom:30px;
}

.entry-header .entry-title{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    min-height: 84px;
}
.entry-header .entry-title a{
    color: #2f2f2f;
}
.entry-header .entry-title a:hover{
    color: #ed1c24;
}
.entry-content p{
    margin-bottom: 15px;
}

.entry-header iframe,
.entry-content iframe{
    width: 100%;
    height: 100%;
}
.entry-footer .readmore {
    font-size: 10px;
    color: #ed1c24;
    font-weight: 700;
    text-transform: uppercase;
}
.entry-footer .readmore:hover {
    color: #01a0e4;
}



/* =-=-=-=-=-=-= NEWSLETTER SECTION =-=-=-=-=-=-= */

.subscribe-form .btn{
    margin-left: 30px;
    height: 45px;
    width: 130px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ed1c24;
    color: #fff;
    border-color: transparent;
    position: relative;
    top: 2px;
}
.subscribe-form .btn:hover {
    background-color: #01a0e4;
    color: #ffffff;
}



/* =-=-=-=-=-=-= BLOG =-=-=-=-=-=-= */
.blog-wrapper, .single-reformation-page{margin-top: 80px;}
.blog-wrapper .posts-content article{
	
    margin-bottom: 80px;
}
.blog-wrapper .entry-title{
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
	min-height: auto;
}


.widget .entry-meta,
.blog-wrapper .entry-meta{
    margin-bottom: 10px;
}

.widget .entry-meta ul li a:hover,
.blog-wrapper .entry-meta ul li a:hover{
    color: #ed1c24;
}



.widget a:hover{
    color: #ed1c24;
}

.widget_archive > ul > li::before,
.widget_categories > ul > li::before,
#menu-issue-category > li::before{
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 15px 0 2px;
    background-color: #ed1c24;
}


.widget_archive > ul ul li::before,
.widget_categories > ul ul li::before,
#menu-issue-category > ul li::before{
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #ed1c24;
}


.widget-title{
    font-size: 16px;
    color: #ed1c24;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.tt-sidebar-wrapper.left-sidebar{
    padding-right: 20px;
}
.tt-sidebar-wrapper.right-sidebar{
    padding-left: 20px;
}
@media (min-width: 768px) {
  .press-release-wrapper .post-thumbnail img {
      width: 100%;
      max-height: 230px;
  }
}


.tt-recent-comments .comment-content .comment-title a:hover{
    color: #ed1c24;
}



.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    background-color: #ffffff;
    color: #ed1c24;
    border-color: #eeeeee #eeeeee transparent;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus{
    border-color: #eeeeee;
    color: #ed1c24;
}

.tt-popular-post h4 a:hover{
    color: #ed1c24;
}



/* =-=-=-=-=-=-= NEWSLETTER WIDGET =-=-=-=-=-=-= */

.widget_mc4wp_form_widget{
    padding: 30px 35px 40px;
    background-color: #ed1c24;
    color: #ffffff;
    text-align: center;
}



.widget_mc4wp_form_widget .btn:hover,
.widget_mc4wp_form_widget .btn:focus{
    /*background: rgba(0, 0, 0, 0.20);*/
    background-color: #efefef;
    color: #ed1c24;
    outline: none;
}




.tagcloud a:hover{
    background-color: #ed1c24;
    color: #ffffff !important;
    border-color: #ed1c24;
}


.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li>span.current {
    color: #ffffff;
    background-color: #ed1c24;
}


/* =-=-=-=-=-=-= BLOG SINGLE PAGE =-=-=-=-=-=-= */

.single-post-navigation {
   margin-bottom: 80px;
}

.tags-links a:hover{
    color: #ed1c24;
}



/* =-=-=-=-=-=-= SINGLE POST NAVIGATION =-=-=-=-=-=-= */
.single-post-navigation a{
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #ed1c24;
}
.single-post-navigation a:hover{
    background-color: #ed1c24;
}


.comment-author .comment-reply-link:hover,
.comment-author .comment-reply-login:hover {
    background-color: #ed1c24;
    color: #ffffff;
}


/* =-=-=-=-=-=-= BLOG GRID =-=-=-=-=-=-= */
.blog-grid .entry-title{
	min-height:auto;
    font-size: 20px;
    line-height: 30px;
}

.latest-post-carousel .entry-title a:hover{
    color: #ed1c24;
}

.post-category-wrapper .entry-meta ul li a:hover{
    color: #ed1c24;
}

.post-category-wrapper .entry-meta ul li:last-child{
    margin-right: 0;
}

.post-category-wrapper .entry-title a:hover{
    color: #ed1c24;
}

.all-category-links a{
    color: #525252;
    font-size: 13px;
}
.all-category-links a:hover{
    color: #ed1c24;
}



/* ============== Ultimate VC ================= */
.ult-ib-effect-style13 .ult-new-ib-content {
    padding: 0 20px !important;
    opacity: 0; 
	transform: none !important;}

.ult-new-ib .ult-new-ib-content {
font-size:22px !important;
}

.ult-ib-effect-style13 .ult-new-ib-title {
	
	font-size: 36px !important;
	padding:20px !important;
	font-weight:700 !important;
}
.ult-ib-effect-style13 .ult-new-ib-title::after {
	display:none;
}
.ult-ib-effect-style13 img {
	transform: scale(1.2) !important;
}
.ult-ib-effect-style13 img:hover {
	transform: scale(1) !important;
	transition: opacity .35s,transform .35s,-webkit-transform .35s;
}




/* =-=-=-=-=-=-= ISSUES =-=-=-=-=-=-= */
.issue-wrapper .posts-content{
    display:block;
	margin-bottom: 80px;
	
}

.issue-wrapper .entry-content .issue-category span,
.issue-wrapper .entry-content .issue-category a{
    font-size: 16px;
}
.issue-wrapper .entry-content h2{
    font-size: 22px;
    line-height: 36px;
}
.issue-wrapper .entry-content h2 a{
    color: #2f2f2f;
}
.issue-wrapper .entry-content h2 a:hover{
    color: #ed1c24;
}
@media (max-width: 767px) {
    .issue-wrapper .tt-sidebar-wrapper{
        margin-top: 100px;
    }
}

.program-description {
	
	background:#fafafa;
	padding: 20px;
	font-size: 18px;
	margin-bottom:40px;
}


.page-pagination a:hover{
    background-color: #ed1c24;
    color: #ffffff;
}

.page-pagination > span{
    color: #ffffff;
    background-color: #ed1c24;
    padding: 2px 8px;
    border-radius: 3px;
}

.wpcf7 div.wpcf7-validation-errors{
    border: 0;
    font-weight: 600;
    color: #ed1c24;
}



/* =-=-=-=-=-=-= LOCATION SECTION =-=-=-=-=-=-= */

.location-info a:hover{
    color: #01a0e4;
}



/* =-=-=-=-=-=-= FOOTER SECION =-=-=-=-=-=-= */

.social-links li a{
  display: block;
  width: 30px;
  height: 30px;
  font-size: 24px;
}

.social-links li a:hover{
    background-color: #ed1c24;
}

/*Multipage footer style*/
.footer-multi-wrapper{
    background-color: #219fda;
}
.footer-multi-wrapper .social-links-wrap ul{
    margin: 0;
}
.footer-multi-wrapper .social-links .list-inline>li {
    padding-right: 4px;
    padding-left: 4px;
}
.footer-multi-wrapper .social-links-wrap li a{
	width: 40px;
    border: 0;
    color: #fff;
}
.footer-multi-wrapper .social-links-wrap li a:hover{
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}
.footer-sidebar {
    font-size: 13px;
    padding: 90px 0 22px;
    color: #fff;
}



.footer-sidebar,
.footer-sidebar a,
.footer-sidebar .widget_nav_menu ul li a,
.footer-sidebar .tt-latest-post .media-body h4 a{
    color: #fff;
}
.footer-sidebar .widget-title{
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    border: 0;
    margin: 0 0 15px;
}

.footer-sidebar ul li i{
    margin-right: 15px;
    color: #fff;
}


.footer-sidebar .widget_nav_menu ul li a::before{
    content: "\f101";
    font-family: fontawesome;
    margin-right: 15px;
    color: #fff;
}


.tt-latest-post .media-body h4 a:hover{
    color: #ed1c24;
}

.footer-copyright{
    background-color: #131313;
    padding: 20px 0;
    font-size: 16px;
}


@media(max-width: 767px){
    .footer-copyright .copyright,
    .social-links-wrap{
		margin-top: 20px;
        text-align: center;
    }
}



/* =-=-=-=-=-=-= TO TOP =-=-=-=-=-=-= */

#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #ed1c24;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border: 1px solid #ed1c24;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
#toTop:hover {
  color: #fff;
  background-color: #ed1c24;
  border: 1px solid transparent;
}




/* =-=-=-=-=-=-= PRELOADER =-=-=-=-=-=-= */
#preloader {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}



.footer-sidebar .widget_nav_menu ul li a::before{
    content: "\f101";
    font-family: fontawesome;
    margin-right: 15px;
    color: #fff;
}


.tt-latest-post .media-body h4 a:hover{
    color: #ed1c24;
}

.footer-copyright{
    background-color: #131313;
    padding: 20px 0;
    font-size: 16px;
}


@media(max-width: 767px){
    .footer-copyright .copyright,
    .social-links-wrap{
		margin-top: 20px;
        text-align: center;
    }
}



/* =-=-=-=-=-=-= TO TOP =-=-=-=-=-=-= */

#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #ed1c24;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border: 1px solid #ed1c24;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
#toTop:hover {
  color: #fff;
  background-color: #ed1c24;
  border: 1px solid transparent;
}




/* =-=-=-=-=-=-= PRELOADER =-=-=-=-=-=-= */
#preloader {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}


.error-message h2{
    font-size: 100px;
    line-height: 100px;
    color: #ed1c24;
}



.modal-dialog .close::after {
    position: absolute;
    content: "";
    right: -40px;
    top: -20px;
    width: 100px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    background-color: #ed1c24;
    z-index: -1;
}


.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab>a:hover,
.vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab>a:hover,
.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active>a,
.vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab.vc_active>a{
    background-color: #ed1c24 !important;
    color: #ffffff !important;
}



/* =-=-=-=-=-=-= VISUAL COMPOSER STYLES =-=-=-=-=-=-= */

.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title> a{
    color: #ed1c24 !important;
}
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title> a i.vc_tta-controls-icon-chevron::before{
    border-color: #ed1c24 !important;
}

.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
    background-color: #ed1c24;
    color: #ffffff !important;
    border-color: #ed1c24;
}

.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{
    border-color: #ffffff;
}
.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-color: #eaeaea;
}

.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body,
.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
    border-color: #ed1c24;
}
.vc_tta .vc_tta-controls-icon{
    height: 8px !important;
    width: 8px !important;
}




/*--------- CUSTOM CSS STYLES ---------*/

.btn, .vc_btn3 {
    font-size: 18px;
	font-weight:700;
}

#toTop{
    border-radius: 3px;
}

.navbar-default{
    padding: 15px 0;
}

@media (max-width: 1199px){
	.home-boxes h3 {min-height: 110px; font-size:20px;}
	.home-boxes h2 {font-size:30px;}
    .navbar-default {
        padding: 25px 0 !important;
        background-color: #fff !important;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .navbar-default {
        padding: 20px !important;
    }
}

@media (max-width: 767px){
#zforms_iframe_id {
height: 1000px !important;
}
    .navbar-default.navbar {
        padding: 10px 0 !important;
        background: #fff !important;
    }
	h2.vc_custom_heading {font-size:26px; line-height:32px;}
	h1{ font-size:32px; line-height:36px;}
	.navbar-brand .visible-xs{ width:60px !important; height:auto;}
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #01a0e4;
}

.navbar-default .navbar-toggle {
    border: 2px solid #01a0e4;
    border-radius: 5px;
    height: 38px;
}

.navbar .container{
    padding: 0;
}

.container>.navbar-header {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.fa-dollar:before, .fa-usd:before {
    content: "Donează";
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.navbar .nav>li{
    padding: 0 20px;
}


@media (max-width: 1199px){
    .navbar .nav>li {
        padding: 0 10px !important;
    }
}

@media (min-width: 768px){
    .navbar-nav>li {
        display: inline-block;
        vertical-align: baseline;
        float: none;
    }
}

.navbar-default .navbar-nav>li>a{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px){
    .navbar-default .navbar-nav li a {
        color: inherit;
    }
}

.donate-button a{
	background-color:#fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
}

.main-menu .donate-button {
    margin: 2px 0 0 50px;
}

@media (max-width: 1199px) and (min-width: 991px){
.entry-header .entry-title {
min-height: 112px;
}
}
@media (max-width: 991px) and (min-width: 768px){
    .donate-button a {
		
        padding: 10px 20px !important;
        font-size: 12px !important;
    }
}

.mobile-donate-button,
.donate-button a,
.mobile-donate-button .btn{
    border-radius: 0px;
}

.mobile-donate-button .btn {
    padding: 7px 18px;
    border: 2px solid #ed1c24;
}

.mobile-donate-button .btn:hover{
    background-color: #EB0000;
    border-color: #EB0000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background-color: rgba(0, 0, 0, 0) !important;
    color: #01a0e4 !important;
    border-color: #01a0e4 !important;
}

.page-wrapper,
.content-wrapper {
	padding-bottom: 20px;
}

.candidate-posts {
	list-style: none;
	font-size: 16px;
}

.post-share {
	font-size: 25px;
}

.entry-content .post-share {
	border: 2px solid #efefef;
	padding: 10px 0;
	margin: 0px 0px 40px;
	border-left: none;
	border-right: none;
}

.entry-title {
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 25px;
}

.entry-footer .readmore{
    font-size: 14px;
}

.tt-latest-post .media-body h4{
    line-height: 20px;
    margin-bottom: 15px;
}

.tt-latest-post .media-body h4 a,
.tt-popular-post h4 a{
    font-size: 16px;
}

.tt-popular-post h4{
    line-height: 20px;
}

.widget-title{
    font-size: 20px;
    text-transform: uppercase !important;
}

.footer-section .widget-title{
    font-weight: 700;
}

.widget .entry-meta ul li, .blog-wrapper .entry-meta ul li,
.widget .entry-meta ul li a, .blog-wrapper .entry-meta ul li a{
    font-size: 14px;
}

.media-left, .media>.pull-left {
    padding-right: 15px;
}

.footer-multi-wrapper {
    background-color: #2d2d2d;
}

.footer-sidebar{
    line-height: 20px;
    padding-bottom: 50px;
}

.footer-sidebar li{
    margin-bottom: 15px;
}

.footer-sidebar, 
.footer-sidebar .tt-latest-post .entry-meta li{
    font-size: 14px;
}

#popup-123 {border-width:0px !important;}
.modal-popup-box {text-align:center !important;}



/*Social Icons*/

.facebook i{
    background: initial;
}

.twitter i{
    background: initial;
}

.linkedin i{
    background: initial;
}
