@import url(//fonts.googleapis.com/css?family=Montserrat:700,400);
@import url(//fonts.googleapis.com/css?family=Lato:300,300italic);
@import url(//fonts.googleapis.com/css?family=Merriweather:300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);

a, a:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
    width: 90%;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}


.block-quotes {
    color: #8F8F8F;
    border-left: 2px solid #8F8F8F;
    font-style: italic;
    margin: 50px 0;
    display: block;
    padding-left: 35px;
    margin-left: -38px;
    font-size: 1.3em !important;
    font-family: 'Open Sans', sans-serif !important;
}

.single-content {
    border-left: 5px solid #f5f5f5;
}

.button {
    border-radius: 50px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    padding: 8px 30px;
    font-size: 14px;
    transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    -ms-transition: background 0.25s ease-in-out;
}


.button:hover {
    color: #FFF !important;
    background: #000;
    border: 1px solid rgba(246, 205, 25, 0) !important;
}

.main-event-title {
    font-size: 19px;
    width: 100%;
    margin: 0 auto;
    padding: 0 14px;
    max-height: 55px;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    display: block;
}

.single-partners .ad .thumb {
    border: 1px Solid #F5F5F5;
    height: auto !important;
    width: 100% !important;
}

div#content .wrap {
    /* padding: 1% 1.7%; */
}

.single-page-content {
    padding: 20px;
    text-align: left;
}

.default-page-content {
    text-align: center;
    padding: 20px;
}
.page-template-page-login .default-page-content {
    /*padding: 20px 70px;*/
}
a.fallback:before {
    content: "\f307" !important;
    /*background: url(/wp-content/uploads/2014/09/.png);*/
    background-repeat: no-repeat;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    background-position: 14px;
    margin: -10px 25px 0 0;
    border: 1px solid #939393;
    float: left;
    color: #f66219;
    font-family: dashicons !important;
    font-size: 20px !important;
}

a.fallback p {
    float: left;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #646464;
}

/*############################*/
/*         search-list          */
/*############################*/


ul#dwls_search_results {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    max-height: 620px;
    border: 1px solid #EBEBEB;
    /* border-radius: 15px; */
    vertical-align: middle;
    top: 55px !important;
}
ul.dwls_search_results li {
    border-bottom: 1px solid #f5f5f5 !important;
    padding: 0 !important;
    border-left: 2px solid #f7f7f7;
    margin-bottom: 2px !important;
    padding-left: 35px !important;
    /* padding-top: 15px !important; */
    height: 42% !important;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

ul.dwls_search_results li:hover {
    background: #f7f7f7;
    border-left: 2px solid #9ed033;
}

ul.dwls_search_results li a:hover {
    color: #9ed033;
}
ul#dwls_search_results .search_footer a {
    font-size: 14px;
    background: #f7f7f7;
    border-radius: 15px;
    padding: 5px 15px;
    border:1px solid #e2e2e2;
    text-align: center;
    margin: 0 auto;
}

ul.dwls_search_results .clearfix {
    display: block;
}

ul#dwls_search_results .search_footer a:hover {
    background: #a0d137;
    color:#fff;
    border:1px solid #f7f7f7;

}

ul#dwls_search_results .search_footer{
    padding: 15px 5px;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    /* float: left !important; */
}

ul.dwls_search_results li a {
    padding: 10px 15px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: block !important;
}

div#header {
    background: #fff;
    height: 100%;
    width: 100%;
    position: relative;
    float: left;
    clear: both;
}

span#search_results_activity_indicator {
    top: 23px !important;
}


/*body div:nth-child(2) {
    width: 100%;
}*/
/*############################*/
/*         Main Menu          */
/*############################*/

/*responsive menu*/

ul#wprmenu_menu_ul {
    margin-top: 25px;
}

/**/

.header-dttt .main-menu {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999;
}
.main-menu-sidebar .logo-text {
    font-size: 29px;
    text-transform: uppercase;
    text-align: left;
    font-family: fantasy,sans-serif;
    font-weight: normal;
    padding-top: 30px;
    line-height: 28px;
    width: 90%;
}
.main-menu-sidebar {
    padding: 15px;
    position: fixed;
    width: 10%;
    float: left;
    height: 100%;
    background: #fff;
    display: block;
    /* min-height: 411px; */
    /* width: 142px; */
}
.main-menu-sidebar .logo-url {
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: normal;
}




/* temp beg */
div#slider {
    width: 64%;
    /* float: left; */
    margin: 0 auto;
}


/**/


.header-dttt .main-menu ul li a:before {
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
}


.header-dttt .main-menu img.logo-img {
    position: absolute;
    left: 65%;
    z-index: 99999;
    width: 60%;
}


.header-dttt .main-menu ul li a {
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    display: inline-block;
    font-size: 120%;
    /* font-weight: bold; */
    font-family: montserrat;
}
.header-dttt .main-menu ul li {
    padding: 5% 0;
    border-top: 1px solid #D4D4D4;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    max-width: 155px;
}
.header-dttt .main-menu ul {
    margin: 0 auto;
    /* margin-top: 40px; */
    width: 100%;
    float: left;
}
.header-dttt .main-menu ul li:last-child {
    border-bottom: 1px solid #D4D4D4;
}

.menu-main-menu-container {
    position: fixed;
    width: 7%;
    top: 24%;
    float: left;
    display: block;
}
.main-menu-sidebar .widget-container {
    position: fixed;  
    width: 8%;
    float: left;
    display: block;
}


.header-dttt .main-menu ul li:nth-child(1) a:before{
    content: " ";
    background: url(/wp-content/uploads/2014/08/events.png) #cdcdcd;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 50%;
    margin: 10% 25%;
    background-size: 45%;
}

.header-dttt .main-menu ul li:nth-child(1):hover a:before{
    background-color:#a6d644;
}


.header-dttt .main-menu ul li:nth-child(2) a:before{
    content: " ";
    background:url(/wp-content/uploads/2014/08/opinions.png) #cdcdcd;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 10px;
    margin: 10% 25%;
    background-size: 45%;
}

.header-dttt .main-menu ul li:nth-child(2):hover a:before{
    background-color:#0bc5d1;
}


.header-dttt .main-menu ul li:nth-child(3) a:before{
    content: " ";
    background:url(/wp-content/uploads/2014/08/features.png) #cdcdcd;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 49%;
    margin: 10% 25%;
    background-size: 35%;
}


.header-dttt .main-menu ul li:nth-child(3):hover a:before{
    background-color:#e379d5;
}

.header-dttt .main-menu ul li:nth-child(4) a:before{
    content: " ";
    background:url(/wp-content/uploads/2014/08/services.png) #cdcdcd;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 50%;
    margin: 10% 25%;
    background-size: 50%;
}


.header-dttt .main-menu ul li:nth-child(4):hover a:before{
    background-color:#9085e5;
}

.header-dttt .main-menu ul li:nth-child(5) a:before{
    content: " ";
    background:url(/wp-content/uploads/2014/08/best-practice.png) #cdcdcd;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 50%;
    margin: 10% 25%;
    background-size: 45%;
}

.header-dttt .main-menu ul li:nth-child(5):hover a:before{
    background-color:#fbce13;
}

.header-dttt .main-menu ul li:nth-child(6) a:before{
    content: " ";
    background:url(/wp-content/uploads/2014/08/partners.png) #cdcdcd;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 50%;
    margin: 10% 25%;
    background-size: 50%;
}
.header-dttt .main-menu ul li:nth-child(6):hover a:before{
    background-color:#909090;
}

.widget-container.widget_nav_menu {
    width: 85%;
    margin: 0 auto;
    float: left;
    display: block;
}

/*############################*/
/*        Right-Sidebar       */
/*############################*/


div.right {
    float: right;
    width: 20%;
    background: #fff;
    order: 3;
}

/*search*/

.search-area input#s {
    background: #f7f7f7;
    padding: 5px 30px 5px 35px;
    border-radius: 50px;
    border: 1px solid #FFFFFF;
    width: 100%;
    height: 35px;
}

.widget_search {
    margin: 20px 0;
}

.search-area input#searchsubmit {
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2014/08/best-practice.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 10px;
    width: 15px;
}

.right .search-area input#searchsubmit {
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2014/08/search-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 10px;
    width: 15px;
}


.search-area {
    position: relative;
}

/*ta-logo*/
img.TA-logo {
    padding: 20px;
    width: 100%;
}

/**/

h1.coming-soon {
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    padding: 5px 25px;
    color: #fff;
    background: #94ce18;
    margin-bottom: 15px;
}


.coming-soon-events img {
   /* width: 100%;
    max-height: 135px;
    border: 1px solid #fff;
    height: 135px;*/
}


.right .event-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 25px;
    color: rgba(91, 91, 91, 1);
    text-align: center;
    background: rgba(205, 227, 160, 0.92);
    padding: 48px 10px;
    width: 100%;
    margin: 0;
    height: 135px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
}


.event-1 {
    position:relative;
    height: 156px;
    margin-bottom: 4px;
}

.event-title {
    font-size: 18px;
}

.event-date, .event-place {
    display: inline-block;
    padding: 2px 5px;
    text-transform: uppercase;
    color: #969696;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.right-single .event-1:hover .event-date, .right-single .event-1:hover .event-place {
    color: #fff;
}

.event-date:before {
    content: " ";
    background:url(/wp-content/uploads/2014/08/event-date.png);
    padding: 1px 10px;
    background-repeat: no-repeat;
}

.event-place:before {
    content: " ";
    background: url(/wp-content/uploads/2014/08/event-place.png);
    padding: 2px 10px;
    background-repeat: no-repeat;
}

.twitter-box h3 {
    background: #f0f0f0;
    margin: 20px 0 0 0;
    padding: 8px 20px;
    text-align: left;
    font-size: 18px;
    color: #727272;
}

.twitter-box h3:after{
    content: "";
    padding: 12px 10px;
    background: url(/wp-content/uploads/2014/08/twitter-icon.png);
    background-repeat: no-repeat;
    background-position: 0;
    float: right;
}

.jspVerticalBar {
    display: none;
}

.twitter-widget.jspScrollable {
    width: 100% !important;
}
.twitter-widget.jspScrollable .right {
    float: left;
    width: 85% !important;
}
.tweet-text.fl.cf {
    font-size: 14px;
    text-align:left;
    margin-top: 10px;
    margin-left: -41%;
}
.user-name.fl.cf {
    font-weight: bold;
    font-size: 14px;
    width: 9%;
    float: left;
}
.tweet-text.fl.cf a {
    color: #de5a19;
}

.tweet-text.fl.cf a:hover {
    color: #9E1A00;
}

.right .mb.cf:after {
    content:" ";
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    
    clear: both;
    width: 50%;
    margin: 0 auto;
}
.time.fl.cf {
    display: none;
}
.jspContainer {
    height: 900px !important;
    overflow-y: scroll;
    font-weight: bold;
    color: #707070;
    margin-bottom: 20px;
    width: 100% !important;
}
.jspHorizontalBar {
    display: none;
}

.jspPane {
    width: 100% !important;
}

li.mb.cf {
    width: 84%;
    margin: 0 auto;
    padding: 15px;
    float: left;
}
.twitter-box {
    /* overflow-y: scroll; */
    /* height: 520px; */
    margin-bottom: 50px;
    width: 100%;
}

.right.fl.cf {
    width: 0;
}

.left.fl.cf .proflie-img.fl.cf a img {
    width: 100%;
}

.coming-soon-events div:hover .events-details {
    background: rgba(196, 219, 164, 0.74);
    padding: 65px;
    width: 100%;
    height: 9px;
}


.right .event-1:hover .event-details {
    opacity: 0;
}

.left.fl.cf {
    padding-right: 5px;
    width: 15%;
    float: left;
}
.twitter-box .twitter-widget {
    overflow-y: scroll;  
    height: 100%;
}


/*############################*/
/*    Right-Single-Sidebar    */
/*############################*/


/* right-single-sidebar */

.join-coming-soon {
    text-transform: uppercase;
    font-size: 18px !important;
    color: #4e4e4e;
    font-weight: normal;
    text-align: left;
    padding-right: 10px;
    line-height: 22px;
    margin: 35px 0 0 0;
    text-align: center;
}

.join-coming-soon:before{
    content: "\f073";
    /*background: url(/wp-content/uploads/2014/09/events-green.png);*/
    background-repeat: no-repeat;
    /*padding: 20px 20px;*/
    padding: 13px 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
/*    background-position: 11px;*/
    margin: 0 15px 0 25px;
    border: 1px solid #84c005;
    /*float: left;*/
    text-align: center;
    color: #a7d643;
    font-family: fontawesome;
}

/*.right-single .coming-soon-events a {
border-bottom: 2px solid #D3D3D3;
margin-bottom: 150px;
padding: 0 150px;
margin-left: -35px;
}*/

.right-single .event-title {
    color: #84c005;
    padding: 0 6px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    font-size: 18px;
}

.right-single .event-1:hover .event-title {
    color: #fff;
    padding: 0 6px;
}

.right-single .event-details {
    text-align: left;
    padding: 4% 25px;
    overflow: hidden;
}

.right-single .event-place {
    padding: 5px 7px;
}

.right-single .event-1:hover {
    background: #94ce18;
    transition: background 0.2s;
    color: #fff;
}
.right-single .event-1 {
    height: 110px;
    transition: background 0.5s;
    width: 100%;
    background: none;
    overflow: hidden;
    margin: 0;
}

.right-single .event-date:before {
    content: " ";
    padding: 0;

}

.right-single .event-place:before {
    content: " ";
    padding: 0;
}

i.fa.fa-clock-o {
    font-size: 15px;
    padding-right: 5px;
}
i.fa.fa-map-marker {
    font-size: 15px;
    padding-right: 5px;
}

div#right-sidebar .search-area input#s {
    background: #f7f7f7 !important;
}

div#right-sidebar .search-area input#s::-webkit-input-placeholder {
   color: #939393;
   font-family: Merriweather;
   font-style: italic;
   font-size: 12px;
   
}

div#right-sidebar .search-area input#s::-moz-placeholder {
   color: #939393;  
   font-family: Merriweather;
   font-style: italic;
   font-size: 12px;
}

div#right-sidebar .search-area input#s:-ms-input-placeholder {  
   color: #939393;  
   font-family: Merriweather;
   font-style: italic;
   font-size: 12px;
}



/*#############################*/
/* Events-Right-Single-Sidebar */
/*#############################*/

.events-right-single {
    float: left;
    width: 25%;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
}


.events-right-single .widget_text {
    font-size: 15px;
    text-align: left;
    padding: 15px 0 0 0;
    color: #646464;
    margin-top: 15px;
}
.events-right-single .title.fl {
    font-size: 15px;
    padding: 2% 10% 2% 4%;
    background: #9fd134;
    border-radius: 100px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 5px;
}

li.event-menu-child.active a {
    background: #94ce18;
    color: #fff;
    padding-left: 12px;
    text-decoration: none;
}

ul.submenu li.active a:before {
    content: "\f053";
    font-family: fontawesome;
    font-size: 14px;
    font-weight: normal;
    margin-right: 18px;
    padding-left: 0;
}


.submenu li a {
    /* height: 40px; */
    padding: 2% 15% 2% 8% !important;
    margin: 0% 2%;
    float: left;
    clear: both;
    border: 1px solid transparent;
    transition: border 0.3s;
    border-radius: 100px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.submenu li a:hover {
    border: 1px solid #9fd134;
    border-radius: 100px;
    border: 1px solid #9fd134;
    border-radius: 100px; 
}

.submenu li:after {
    content: " ";
    margin: 0 35px; 
    padding: 0 25px;
    border-bottom: 1px solid #eaeaea;
    float: left;
    clear:both;
    /* position: absolute; */
    z-index: 5;
    left: 4px;
    margin-left: 60px;
}


.events-right-single .title.fl i.fa.fa-chevron-left {
    margin-right: 15px;
}


.events-right-single .cf p {
    text-align: left;
    font-size: 16px;
    padding: 10px 50px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    color: #646464;
}

.events-right-single .cf .date:before {
    content: " ";      
    background: url(/wp-content/uploads/2014/09/event-date.png) #9fd134;      
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 50%;
    background-position: 12px;
    margin: -8px -47px;
    float: left;  
}
.events-right-single .cf .location:before {
    content: " ";      
    background: url(/wp-content/uploads/2014/09/event-location.png) #9fd134;      
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 50%;
    background-position: 13px;
    margin: -8px -47px;
    float: left;    
}


.events-right-single .cf .venue:before {
    content: " ";      
    background: url(/wp-content/uploads/2014/09/event-venue.png) #9fd134;      
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 50%;
    background-position: 13px;
    margin: -8px -47px;
    float: left;     
}


.events-right-single .cf .tickets:before {
    content: " ";      
    background: url(/wp-content/uploads/2014/09/event-tickets.png) #9fd134;      
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 50%;
    background-position: 13px;
    margin: -8px -47px;
    float: left;  
}

.events-right-single .details {
    margin: 80px 5px;
    position: relative;
    margin-bottom: 15px;
}


.events-right-single .cf p:after {
    content: " ";
    margin: 40px 35px;
    padding: 0 25px;
    border-bottom: 1px solid #eaeaea;
    float: left;
    clear: both;
    z-index: 5;
    left: 50px;
    margin-left: 0;
    position: absolute;
}

.events-right-single .cf p:last-child:after {
    content: none;
}

.single-events .single-post-info {
    width: 90%;
    text-align: left;
    font-size: 12px;
}

.single-content a img:hover {
    opacity: 0.7;  
}

.single-content a img{
    transition: opacity 0.25s ease-in-out;
}



/*############################*/
/*           Footer           */
/*############################*/



    /*############################*/
    /*       Footer sidebar       */
    /*############################*/

div#footer {
    z-index: 12;
    position: relative;
}

.footer-sidebar {
    background: #333333;
    color: #b9b9b9;
    width: 90%;
    float: right;
    text-align: left;
}
.footer-sidebar a {
    color: #b9b9b9;
}

.footer-sidebar h3 {
    color: #fff;
}

.footer-sidebar .widget-container h3.widget-title{
    font-size:18px;
}

.footer-sidebar .widget_tag_cloud .tagcloud a {
    width: 50px;
    font-size: 12px!important;
    padding: 4px;
    margin: 2px;
    background: #262626;
    line-height: 28px;
    text-transform: uppercase;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}
.footer-sidebar .widget_tag_cloud .tagcloud {
    margin-top:15px;
    height: 85%;
    overflow: hidden;
}

.footer-sidebar .widget_tag_cloud  {
    width: 23%;
    height: 130px;
    overflow: hidden;
    padding: 40px 6% 48px 3%;
    box-sizing: content-box;
    background-image: url(/wp-content/uploads/2014/08/footer-img-right.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    margin: 0;
}
.footer-sidebar .widget_nav_menu {
    float: left;
    width:17%;
    padding: 40px 20px 0 4%;
}

.footer-sidebar .widget_nav_menu a{
    font-size:12px;
    line-height:25px;
}

.footer-sidebar .widget_nav_menu {
    float: left;
    width:15%;
    padding: 40px 20px 0 3%;
}

.footer-sidebar .widget_nav_menu a{
    line-height:25px;
}

.footer-sidebar .widget_text {
    font-size: 12px;
    line-height: 25px;
    float: left;
    width: 38%;
    padding: 40px 0% 3% 3%;
    background-image: url("/wp-content/uploads/2014/08/footer-img-left.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
}


.footer-sidebar .widget_text .textwidget{
    margin-top:15px;
    font-size: 13px;
}
.footer-sidebar .widget_nav_menu .menu-main-menu-container {
    margin-top: 15px;
    position: relative;
}
.footer-sidebar .widget_nav_menu .menu-main-menu-container ul li {
    text-transform: capitalize;
    font-size: 13px;
}
.footer-sidebar .widget_nav_menu .menu-footer-links-container {
    margin-top: 15px;
}

.footer-sidebar .widget_nav_menu a:hover {
    color: #fff;

}
.footer-sidebar .widget_nav_menu a:hover {
    color: #fff;
}
.footer-sidebar .widget_tag_cloud .tagcloud a:hover {
    background: #919191;
    color: #fff;
}
.footer-sidebar .widget_text .textwidget a {
    color: #fff;
}



/*############################*/
/*      Partners sidebar      */
/*############################*/

.partners-sidebar .widget_text {
    width: 33%;
    /*display: inline-table;*/
    float: left;
}
.partners-sidebar .widget_text h3 {
    font-size: 15px;
    text-transform: uppercase;
    border-left: 5px;
    display: inline-block;
    width: 100%;
}

.partners-sidebar .widget_text:first-child{
    color:#de5a19;
    margin: 0 auto;
}

.partners-sidebar .widget_text:first-child h3:before,.partners-sidebar .widget_text:first-child h3:after {
    content: " ";
    border-right: 95px solid #f6d6c9;
    height: 2px;
    display: inline-block;
    margin: 5px 2%;
}

.partners-sidebar .widget_text:nth-child(2){
    color:#42c0b8;
    margin: 0 auto;
}


.partners-sidebar .widget_text:nth-child(2) h3:before,.partners-sidebar .widget_text:nth-child(2) h3:after {
    content: " ";
    border-right: 100px solid #c5ebe9;
    height: 2px;
    display: inline-block;
    margin: 5px 2%;
}


.partners-sidebar .widget_text:nth-child(3){
    color:#b91a70;
    margin: 0 auto;
}

.partners-sidebar .widget_text:nth-child(3) h3:before,.partners-sidebar .widget_text:nth-child(3) h3:after {
    content: " ";
    border-right: 100px solid #e9b9d3;
    height: 2px;
    display: inline-block;
    margin: 5px 2%;
}

div#partners-sidebar {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    padding-top: 25px;
    z-index: 15;
    position: relative;
    background: #fff;
}


.partners-sidebar .textwidget img {
    padding: 10px;
    position: absolute;
    top: -25%;
    width: 140%;
    height: auto;
    z-index: 9999;
    left: -20%;
}

div#partners {
    margin: 0 auto;
    width: 90%;
    float: right;
}


.partners-sidebar .widget_text .textwidget {
    width: 100%;
    display: inline-block;
}

.partners-sidebar .textwidget a {
    position: relative;
    height: 100px;
    overflow: hidden;
    display: inline-block;
    width: 45%;
}



/*###################################################################################################################
                                                    Homepage
###################################################################################################################*/



.home .header-dttt .main-menu ul li:nth-child(1) a:before{
    content: " ";
    background: url(/wp-content/uploads/2014/08/events.png) #9fd134;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 50%;
    margin: 10% 25%;
    background-size: 45%;
}

.home .header-dttt .main-menu ul li:nth-child(1):hover a:before{
    background-color:#cdcdcd;
}


.home .header-dttt .main-menu ul li:nth-child(2) a:before{
    content: " ";
    background:url(/wp-content/uploads/2014/08/opinions.png) #0bc5d1;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 50%;
    margin: 10% 25%;
    background-size: 45%;
}

.home .header-dttt .main-menu ul li:nth-child(2):hover a:before{
    background-color:#cdcdcd;
}


.home .header-dttt .main-menu ul li:nth-child(3) a:before{
    content: " ";
    background:url(/wp-content/uploads/2014/08/features.png) #e379d3;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 49%;
    margin: 10% 25%;
    background-size: 35%;
}


.home .header-dttt .main-menu ul li:nth-child(3):hover a:before{
    background-color:#cdcdcd;
}


.home .header-dttt .main-menu ul li:nth-child(4) a:before{
    content: " ";
    background:url(/wp-content/uploads/2014/08/services.png) #9084e4;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 50%;
    margin: 10% 25%;
    background-size: 50%;
}


.home .header-dttt .main-menu ul li:nth-child(4):hover a:before{
    background-color:#cdcdcd;
}

.home .header-dttt .main-menu ul li:nth-child(5) a:before{
    content: " ";
    background:url(/wp-content/uploads/2014/08/best-practice.png) #fbcd13;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 50%;
    margin: 10% 25%;
    background-size: 45%;
}

.home .header-dttt .main-menu ul li:nth-child(5):hover a:before{
    background-color:#cdcdcd;
}

.home .header-dttt .main-menu ul li:nth-child(6) a:before{
    content: " ";
    background:url(/wp-content/uploads/2014/08/partners.png) #909090;
    background-repeat: no-repeat;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    background-position: 50%;
    margin: 10% 25%;
    background-size: 50%;
}
.home .header-dttt .main-menu ul li:nth-child(6):hover a:before{
    background-color:#cdcdcd;
}


.avatar img {
    border-radius: 50% !important;
}


.content.home-page .home-posts {
    padding: 15px;
}

.home-posts {
    float: left;
    /* margin: 1%; */
    width: 100%;
}

.home-posts .post {
    background: #fff;
}

.home-page .title-category {
    color:#fff;
    background: #0cbdc8;
    padding: 10px 10px;
    float: left;
    margin-top: -38px;
    position: relative;
    font-family: montserrat;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}

.home-page .home_on-the-fly .title-category {
    color:#fff;
    background: #0cbdc8;
    padding: 10px 10px;
    float: left;
    margin-top: -39px;
    position: relative;
    font-family: montserrat;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}

.home-page .home_travel-industry .title-category {
    color:#fff;
    background: #0cbdc8;
    padding: 10px 10px;
    float: left;
    margin-top: -39px;
    position: relative;
    font-family: montserrat;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}


.home-page .home_featured .title-category {
    color:#fff;
    background: #e379d3;
    padding: 10px 10px;
    float: left;
    margin-top: -38px;
    position: relative;
    font-family: montserrat;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}

.home-page img.post-img  {
    border-bottom: 5px solid #0cbdc8;
}

.home-page .home_on-the-fly img.post-img  {
    border-bottom: 5px solid #0cbdc8;
}

.home-page .home_travel-industry img.post-img  {
    border-bottom: 5px solid #0cbdc8;
}


.home-page .home_featured img.post-img  {
    border-bottom: 5px solid #e379d3;
}

/*posts-img-sizes*/

.post img.post-img {
    height: 168px;
}


.post:nth-child(1) img.post-img {
    height: 345px;
}


.post:nth-child(3) img.post-img {
    height: 345px;
}


.post:nth-child(8) img.post-img {
    height: 285px;
}


/*posts-sizes*/


.home-posts .post {
    float: left;
    position: relative;
    display: inline-block;
    margin: 1.4%;
    width: 30%;
    min-height: 340px;
}

.home-posts .post:nth-child(1) {
    width: 64%;
}


.home-posts .post:nth-child(3){
    width: 96%;
}


.home-posts .post:nth-child(8){
    width: 47.6%;
}


.post-img {
    width: 100%;
    float: left;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    min-height: 165px;
}

.post-img:hover {
    display: block;
/*    width: 100%;*/
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
}

.post-info {
    background: transparent;
    padding: 10px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;
}

.post-info .post-title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    font-family: Montserrat;
    color: #4d4d4d;
    padding: 0 5px;
    padding-bottom: 10px;
    min-height: 48px;
    overflow: hidden;
}

.post-statistics div {
    float: left;
    padding: 0 10px;
    text-align: left;
    font-size: 12px;
    font-family: Montserrat;
    color: #999999;
}

.post-statistics div a {
    color: #999999;
}

.post-shares:before {
    content: " ";
    background: url(/wp-content/uploads/2014/09/share.png) no-repeat;
    padding:3px 10px;
}
.post-views:before {
    content: " ";
    background: url(/wp-content/uploads/2014/09/views.png) no-repeat;
    padding: 3px 15px;
    background-position: 5px;
}
.post-comments:before {
    content: " ";
    background: url(/wp-content/uploads/2014/09/comments.png) no-repeat;
    padding:3px 15px;
    background-position: 5px;
}

.post-date {
    float: right;
    margin-top: -30px;
    padding: 5px 10px 0 0;
    color: #fff;
    font-size: 12px;
    font-family: Montserrat;
    text-shadow: 1px 0 4px #000;
    -ms-text-shadow: 1px 0 4px #000;
    position: inherit;
}


.icon-category:before{
    content: "";
    background: url(/wp-content/uploads/2014/08/opinions.png) #0bc5d1;
    background-repeat: no-repeat;
    background-position: 10px;
    padding: 13px 20px;
    border-radius: 50%;
}


.icon-category {
    top: 20px;
    position: absolute;
    right: 5px;
}

.home_on-the-fly .post-category .icon-category:before {
    content: "";
    background: url(/wp-content/uploads/2014/08/opinions.png) #0bc5d1;
    background-repeat: no-repeat;
    background-position: 10px;   
}

.home_travel-industry .post-category .icon-category:before {
    content: "";
    background: url(/wp-content/uploads/2014/08/opinions.png) #0bc5d1;
    background-repeat: no-repeat;
    background-position: 10px;   
}

.home_featured .post-category .icon-category:before {
    content: "";
    background: url(/wp-content/uploads/2014/08/features.png) #e379d3;
    background-repeat: no-repeat;
    background-position: 13px;   
}



/*=========================================================================================*/



/*###################################################################################################################
                                                    Features
###################################################################################################################*/



body.page-template-page-features-php .header-dttt .main-menu ul li:nth-child(3) a:before {
    background: url(/wp-content/uploads/2014/08/features.png) #e379d3 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.page-template-page-features-php .footer-sidebar a:hover {
    color: #e379d3 !important;
}

.page-template-page-features-php .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #e379d3 !important
}

.page-template-page-features-php  .footer-sidebar .widget_text .textwidget a{
    color:#e379d3 !important;
}

.page-title-banner p, .page-title-banner .page-icon {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 20px;
}
.page-title-banner.features-banner {
    background: #e379d3;
}

.page-icon {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px 18px;
    margin-right: 0;
    height: 50px;
}
.page-title-banner {
    color: #fff;
    padding: 10px 50px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    background: #ACACAC;
}

li.spotlights, .tete-a-tete {
    width: 31%;
    display: inline-block;
    float: left;
    padding: 0;
    max-width: 50%;
    position: relative;
    overflow: hidden;
    height: 258px;
    margin: 2.5%;
    margin-right: 0;
    margin-top: 1%;
}
.spotlights.no-video a .spotlights-hover {
    display: none;
}
li.spotlights img {
    height: auto;
    width: 215%;
    /* position: absolute; */
    bottom: 0;
    z-index: 5;
    min-height: 160px;
    height: 160px;
    border-bottom: 4px solid #e379d3;
}
.spotlights-hover {
    width: 55px;
    height: auto !important;
    position: absolute;
}
/*TDT*/
/*Change Related Stories*/
.single-opinions-posts-container li.spotlights {
    height: 230px !important;
}



.features-page .post-category {
    position: relative;
}
.features-page  a.thumb.valign img {
    border-bottom: 5px solid #e379d3;
    min-height: 240px;
    width: 100%;
    max-height: 100%;
    position: absolute;  
    top: 0;
    left: 0;
    transition: opacity 0.4s ease-in-out;  
    -webkit-transition: opacity 0.4s ease-in-out;  
    -moz-transition: opacity 0.4s ease-in-out;  
    -ms-transition: opacity 0.4s ease-in-out;
}

.features-page a.thumb.valign img:hover {
    opacity: 0.7;
}

img.spotlights-hover{
    border-bottom: none !important;
}

.featrures-page  .features-posts {
    margin-top: 10px;
    padding: 15px;
}

.features-page .icon-category {
    top: 2px;
    display: none;
}

.features-page .title-category {
   color: #fff;
    background: #e379d3;
    padding: 10px 10px;
    float: left;
    position: absolute;
    font-family: inherit;
    font-size: 13px;
}

.features-page .post-category {
    margin-top: -34px;
    padding-bottom: 40px;
}

.features-posts {
    margin-top: 15px;
}

a.thumb.valign img:first-child:hover {
    background: url(/wp-content/uploads/2014/09/pattern.jpg);
}

.feat-item.spotlights a:hover .video-hover {
    /*background: url(/wp-content/uploads/2014/09/pattern.jpg);*/
    opacity: 0.4;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
}

.feat-item.spotlights .video-hover {
    /* z-index: 10; */
    opacity: 0;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
}

.video-hover {}

.features-page img.spotlights-hover {
    width: 60px !important;
    height: 60px !important;
    min-height: initial !important;
    position: absolute !important;
}

.features-posts li.spotlights {
    height: 340px;
    width: 46%;
    background: #fff;
}


/*load more button*/

a.load-more {
    height: 35px;
    width: 200px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #e379d3;
    padding: 5px 40px;
    color: #e379d3;
    font-size: 15px;
    display: inline-block;
}

.load-more-button {
    width: 100%;
    margin: 25px auto;
    margin-bottom: 40px;
}

a.load-more:hover {
    color: #fff;
    background: #e379d3;
}

.load-more.disabled,.load-more.disabled:hover {
    color: #c0c0c0;
    border: 2px solid #c0c0c0;
    cursor: default;
    background: #f5f5f5;
}

.everplaces-loadmore.load-more-button {
    text-align: center;
    width: 100%;
    float: left;
}

.page-icon.features-icon {
    padding: 10px 18px;
}


.page-id-4540 .about-event.cf {
    width: 95%;
}

.page-id-4540 .single-events-content .wrap.mb.cf {
    width: 100%;
}
/*=========================================================================================*/



/*###################################################################################################################
                                                    Single-Features
###################################################################################################################*/


.single-spotlights .header-dttt .main-menu ul li:nth-child(3) a:before {
    background: url(/wp-content/uploads/2014/08/features.png) #e379d3 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.single-spotlights  .footer-sidebar a:hover {
    color: #e379d3 !important;
}

.single-spotlights  .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #e379d3 !important
}

.single-spotlights   .footer-sidebar .widget_text .textwidget a{
    color:#e379d3 !important;
}


.single-spotlights .slider.cf {
    float: right;
    width: 90%;
    border-bottom: 4px solid #e379d3;
}

.single-item .text p em {
    padding: 0 5px;
    display: block;
}

.wrap.grid-mb.cf {
    float: right;
    width: 100%;
}

.single-content {
    float: right;
    width: 90%;
    background: #fff;
}

body.single .tdt-background {
    display: none;
}

h2.headline-title {
    width: 67%;
    font-weight: normal;
    margin: 0 auto;
    font-size: 14px;
}
.slide.cf {
    /* float: right; */
    width: 100%;
}



h2.headline-title a {
    /*float: left;*/
    vertical-align: middle;
    color: #646464;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
}

a.features-fallback:before {
    content: " ";
    background: url(/wp-content/uploads/2014/09/features-pink.png);
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 50%;
    display: inline-block;
    background-position: 14px;
    margin: -10px 25px 0 0;
    border: 1px solid #e379d3;
    float: left;
}

a.features-fallback p {
    float: left;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #646464;
}

.single-post-title {
    width: 100%;
    background: #f7f7f7;
    /*height: 70px;*/
    height: auto;
    float: left;
    padding: 24px 46px;
    font-weight: normal;
    color: #646464;
    font-size: 16px;
}

.single-item.cf {
    float: left;
}
.single-item-header.cf div {
    color: #484848;
}

.right-single {
    float: right;
    width: 25%;
}

.right-single-downloads {
    float: right;
    width: 25%;
}

.text.cf {
    float: left;
    width: 75%;
}

.multi-column {
    float: left;
    text-align:left;
    color: #3f3f3f;
    padding-right: 10%;
}

.present.cf.fl {
    font-size: 14px;
    color: #515151;
    clear: both;
    float: left;
    display: block;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}
.single-item-header.cf a {
    float: left;
    clear: both;
    font-family: montserrat; 
    font-weight: bold;
    font-size: 36px;
}
.single-item-header.cf {
    padding: 15px 0;
    padding-top: 30px;
}
.share-box.mb.cf {
    border-top: 1px solid #D7D7D7;
    width: 300px;
    padding: 12px 0;
}

.single-spotlights .single-content p a {
    color: #e379d3 !important;
}

.single-spotlights .single-content p a:hover {
    color: #515151 !important;
}


.multi-column img {
    /* margin-left: -39.5%; */
    /* float: left; */
    /*width: 100%;*/
    /*border: 5px solid #f5f5f5; */
    margin-right: 35px;
    /*height: auto;*/
    /* max-height: 110%; */
    margin-top: 15px;
    /* position: absolute; */
}

p.wp-caption-text {
    float: left;
    /* margin-left: -39.5%; */
    clear: both;
    width: 90%;
    background: #f5f5f5;
    text-align: center;
    margin-right: 35px;
}

.wp-caption a {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 90%;
    display: block;
}

.wp-caption.alignnone {
    width: 100% !important;
}

.wp-caption {
    margin-bottom: 1%;
    display: inline-block;
    position: relative;
}

h2.headline-title a p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    font-size: 16px !important;
    color: #3f3f3f;
}

img.spotlights-hover {
    min-height: initial !important;
    width: 20% !important;
    z-index: 15 !important;
}

.tab-conversation.active a.publisher-nav-color .comment-count{
    color: #50575b;
}

.discussion.cf #disqus_thread{
    padding-bottom:5px;
    border-bottom: 2px solid #E8E8E8;
    background: #fff;
    display: block;
    clear: both;
}



.single-spotlights .block-quotes {
    border-left: 2px solid #e379d3; 
}

/*TDT*/
/*Change Related Stories*/
.single-content a.thumb.valign {
    width: 100%;
    height: 160px;
}

.single-features-posts-container {
    float: right;  
    width: 94%;
    margin-top: 20px;
}


.single-content li.spotlights , li.related-posts {
    display: inline-block;
    float: left;
    padding: 0% 0% 0% 0;
    width: 31%;
    margin: 3% 1%;
    height: 185px;
}

.single-spotlights .single-content li.spotlights {
    height: 230px !important;
}
.single-content .spotlights.no-video a .spotlights-hover {
    display: none;
}

.single-content .spotlights-hover {
    height: auto !important;
    position: absolute;
    border-bottom: none !important;
    width: 20% !important;
}

.features-page .post-category {
    position: relative;
    z-index: 999;
}
.single-content a.thumb.valign img {
    border-bottom: 5px solid #e379d3;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

a.show-more.fr {
    display: none;
}

.more-spotlights {
    text-align: left;
    padding: 0 5px;
    font-size: 18px;
    font-family: montserrat;
    color: #515151;
}


.single-post-info .date, 
.single-post-info .comments, 
.social-share, 
.social-share .facebook-share-button, 
.social-share .twitter-share-button 
{
    display: inline-block;
    padding-right: 20px;
}

.social-share a{
    font-size: 15px;
    color: #b8b8b8 !important;
}
.single-post-info {
    width: 370px;
    border-top: 1px solid #d6d6d6;
    padding: 15px 0;
    padding-bottom: 35px;
    clear: both;
}
.facebook-share-button a:hover {
    color: #4b67a8 !important;
}

.twitter-share-button a:hover {
    color: #55acee !important;
}
.fa-twitter:hover {
    color: #55acee !important;
}
.single-post-info .date:before {
    content: " ";
    background: url(/wp-content/uploads/2014/08/event-date.png);
    opacity: 0.5;
    padding: 1px 10px;
    background-repeat: no-repeat;
}

.single-post-info .comments:before {
    content: " ";
    background: url(/wp-content/uploads/2014/09/comments-single.png);
    padding: 1px 14px;
    background-repeat: no-repeat;
}

.facebook-share-button a, .twitter-share-button a {
    padding:0;
}

.facebook-share-button {
    padding: 5px !important;
}
 .twitter-share-button {
     padding: 5px !important;
}

.social-share {
    border-top: 1px solid #d6d6d6;
    padding: 10px 0;
}

.single-experts .multi-column a {
    color: #f66219;
}

.single-experts .multi-column a:hover {
    color: #4B4B4B;
}

.comments a {
    color: #595959 !important;
}
.discussion.cf .wrap.grid-mb.cf h3.cf {
    border-top: 2px solid #f1f4f4;
    margin: 0% 10% 0% 0;
    width: 100%;
}
 
.single-post-info .social-share {
    border: none;
    padding: 0;
}


.cf .spotlights .month-present,.cf .spotlights .city {
    display: inline-block;
    font-size: 15px;
    font-family: montserrat;
    padding: 0 0;
    float: left;
    margin-top: 2px;
}

.month-present div, .city div {
    text-align: left;
}
/*TDT*/
/*Opinion Template */
.cf .spotlights .city {
    float: none;
}


.single-spotlights .inner-video {
    height: auto !important;
}
/*=========================================================================================*/



/*###################################################################################################################
                                                    Opinions
###################################################################################################################*/

.page-template-page-opinions-php .menu .menu-item:nth-child(2) a:before {
    background: url(/wp-content/uploads/2014/08/opinions.png) #0ebec8 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: 50% !important;
}
.page-template-page-opinions-php .footer-sidebar a:hover {
    color: #0ebec8 !important;
}

.page-template-page-opinions-php .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #0ebec8 !important
}

.page-template-page-opinions-php  .footer-sidebar .widget_text .textwidget a{
    color:#0ebec8 !important;
}



.opinions-banner {
    background: #12c1cb;
}
.opinions-all-button {
    display: inline-block;
    float: right;
    padding-top: 5px;
    font-size: 12px;
    z-index: 2;
}
.opinions-all-button .opinions-all {
    color: #fff;
    font-size: 16px;  
    border: 1px solid #fff;  
    border-radius: 40px;  
    padding: 10px 20px !important;
    text-align: left;
    text-transform: capitalize;
    background: transparent;
    min-width: 210px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    display: inline-block;
}

.opinions-all-button .opinions-all:after {
    content: "\f078";
    font-family: fontawesome;
    float: right;
}

.fa-chevron-down {
    padding-left: 40px;
    font-weight: normal;
}

.opinions-all .opinions-all-text {
    padding: 8px 0;
    font-size: 12px;
}


.opinions-all-button ul {
    width: 185px;
    text-align: left;
    margin: 0 10px;
    padding: 5px 20px 5px 5px;
    border-radius: 5px;
    padding-bottom: 10px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: auto;
    height: 120px;
    position: absolute;
    z-index: 999;
    background: rgba(255, 255, 255, 0.21);
    /* display: none; */
}

.hide-opinions-menu, .hide-events-menu {
    display: none; 
}

.opinions-posts .post {
    background: #fff;
}

.opinions-all-button ul li {
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    background: #12c1cb; */;
    margin: 5px 1px;
}
.opinions-all-button ul li a {
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    height: 100%;
    display: table;
}
.opinions-all-button ul li:hover {
    background: #fff;
    border: 1px solid #12c1cb;
}
.opinions-all-button ul li:hover a {
    color: #12c1cb;
}
/*.opinions-all-button:hover ul {
    display: block;
}*/


.opinions-posts {
    float: left;
    margin: 1%;
}

.opinions-posts .post {
    background: #fff;
}

.opinions-posts .title-category {
    color:#fff;
    background: #0cbdc8;
    padding: 10px 10px;
    float: left;
    margin-top: -39px;
    position: relative;
    font-family: montserrat;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}

.opinions-posts .home_on-the-fly .title-category {
    color:#fff;
    background: #0cbdc8;
    padding: 10px 10px;
    float: left;
    margin-top: -38px;
    position: relative;
    font-family: montserrat;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}
.opinions-posts .home_travel-industry .title-category {
    color:#fff;
    background: #0cbdc8;
    padding: 10px 10px;
    float: left;
    margin-top: -38px;
    position: relative;
    font-family: montserrat;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}

.opinions-posts .home_featured .title-category {
    color:#fff;
    background: #e379d3;
    padding: 10px 10px;
    float: left;
    margin-top: -38px;
    position: relative;
    font-family: montserrat;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}

.opinions-posts img.post-img  {
     border-bottom: 5px solid #0cbdc8;
}

.opinions-posts .opinion_on-the-fly img.post-img  {
    border-bottom: 5px solid #0cbdc8;
}
.opinions-posts .opinion_travel-industry img.post-img  {
    border-bottom: 5px solid #0cbdc8;
}

.opinions-posts .opinion_featured img.post-img  {
    border-bottom: 5px solid #e379d3;
}

/*posts-sizes*/


.opinions-posts  .post {
    width: 30%;
    min-height: 340px;
}

.opinions-posts .post:nth-child(1) {
    width: 64%;
}


.opinions-posts .post:nth-child(3){
    width: 96%;
}

.opinions-posts .post:nth-child(8){
    width: 47.6%;
}

.opinions-posts .post {
    float: left;
    position: relative;
    display: inline-block;
    margin: 1.4%;
}


/*load more button*/

a.load-more-opinions {
    height: 35px;
    width: 150px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #0bc5d1;
    padding: 5px 40px;
    color: #0bc5d1;
    font-size: 15px;
}

.load-more-opinions-button {
    width: 100%;
    margin: 25px auto;
    margin-bottom: 40px;
}

a.load-more-opinions:hover {
    color: #fff;
    border: 2px solid #dcdcdc;
    background: #0bc5d1;
}

.load-more-opinions.disabled,.load-more-opinions.disabled:hover {
    color: #c0c0c0;
    border: 2px solid #c0c0c0;
    cursor: default;
    background: #f5f5f5;
}

.page-icon.features-icon {
    padding: 10px 18px;
}



.opinions_on-the-fly .post-category .icon-category:before {
    content: "";
    background: url(/wp-content/uploads/2014/08/opinions.png) #0bc5d1;
    background-repeat: no-repeat;
    background-position: 10px;   
}

.opinions_travel-industry .post-category .icon-category:before {
    content: "";
    background: url(/wp-content/uploads/2014/08/opinions.png) #0bc5d1;
    background-repeat: no-repeat;
    background-position: 10px;   
}

.opinions_featured .post-category .icon-category:before {
    content: "";
    background: url(/wp-content/uploads/2014/08/features.png) #e379d3;
    background-repeat: no-repeat;
    background-position: 13px;   
}


.single-sl.slider.cf {
    width: 90%;
    float: right;
}



/*=========================================================================================*/



/*###################################################################################################################
                                                Single Opinions
###################################################################################################################*/

.single-opinion .menu .menu-item:nth-child(2) a:before {
    background: url(/wp-content/uploads/2014/08/opinions.png) #0ebec8 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: 50% !important;
}
.single-opinion .footer-sidebar a:hover {
    color: #0ebec8 !important;
}
.single-opinion .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #0ebec8 !important
}
.single-opinion  .footer-sidebar .widget_text .textwidget a{
    color:#0ebec8 !important;
}



a.opinions-fallback:before {
    content: " ";
    background: url(/wp-content/uploads/2012/04/opinions-big.png);   
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 50%;
    display: inline-block;
    background-position: 14px;
    margin: -10px 15px 0 0;
    border: 1px solid #0bc5d1;
    float: left;
    background-size: 45%;
}

a.opinions-fallback p {
    float: left;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #646464;
}

.single-opinion .slider.cf,
.single-knowledgestream .slider.cf {
    float: right;
    width: 90%;
    border-bottom: 4px solid #0bc5d1;
}


.single-opinion .single-content p a, .single-knowledgestream .single-content p a{
    color: #0bc5d1;
}

.single-opinion .single-content p a:hover, .single-knowledgestream .single-content p a:hover {
    color: #3f3f3f;
}

.single-opinion .more-events.mb.cf {
    margin: -45px 10px;
    float: right;
    border: 1px solid #0bc5d1;
    border-radius: 150px;
    /*padding: 8px 20px 8px 10px;*/
    padding: 8px 20px;
    font-size: 15px;
    text-transform: capitalize;
    color: #0bc5d1;
    margin-right: 30%;
}

.single-opinion .more-events.mb.cf a {
    color: #0bc5d1;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: bold;
}

.single-opinion .more-events.mb.cf a:before {
    content: " ";
    background: url(/wp-content/uploads/2014/09/opinions-blue.png);
    background-repeat: no-repeat;
    background-position: 11px;
}

.single-opinions-posts-container {
    width: 84%;
    margin: 0 auto;
}

.single-opinion .single-content a.thumb.valign img {
    border-bottom: 5px solid #0bc5d1;
}

.white-bg {
    position: absolute;
    z-index: 100;
    background: rgba(255, 255, 255, 0.85);
    top: 35%;
    right: 2%;
    padding: 2% 1%;
    width: 25%;
    font-family: 'Open Sans', sans-serif !important;
    transition: background 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;

}

.white-bg:hover {
    background: rgba(255, 255, 255, 0.95);
}

.expert-name {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
}
.expert-title {
    font-size: 16px;  
    font-style: italic;
}

.expert-img img {
    position: absolute !important;
    height: auto !important;
    max-height: 120% !important;
    margin: 0 auto;
    left: -100% !important;
    right: -100%;
    overflow: hidden;
    width: initial !important;
    top: initial !important;
}

.expert-img {
    position: relative;
    height: 120px;
    overflow: hidden;
    border-radius: 60px;
    width: 120px;
    margin: 0 auto;
}


.social-area {
    margin-top: 10px;
}

.facebook-button, .twitter-button, .linkedin-button {
    display: inline-block;
    font-size: 15px;
    margin: 0 5px;
}

.facebook-button a, .twitter-button a, .linkedin-button a {
    color: #595959;
}

.facebook-button a:hover {
    color: #43609C;
}

.twitter-button a:hover {
    color: #55ACEE;
}

.linkedin-button a:hover {
    color: #1B86BC;
}

.single-opinion .block-quotes {
    border-left: 2px solid #0ebec8; 
}


/*=========================================================================================*/



/*###################################################################################################################
                                                Knowledge-archieve
###################################################################################################################*/


.knowledge-stream-archive .research-headline li.active a {
    background: #0bc5d1;
    color: #fff;
}

.knowledge-stream-archive .research-headline li.active a:hover {
    background: #0bc5d1;
    color: #fff;
}

.knowledge-stream-archive .research-headline li a:hover {
    background: #0bc5d1;
    color: #fff;
}

.knowledge-stream-archive .page-title-banner {
    background: #0bc5d1;
}





.knowledge-stream-archive .research-headline li.active a {
    background: #0bc5d1;
    color: #fff;
}

.knowledge-stream-archive .research-headline li.active a:hover {
    background: #0bc5d1;
    color: #fff;
}

.knowledge-stream-archive .research-headline li a:hover {
    background: #0bc5d1;
    color: #fff;
}

.knowledge-stream-archive .page-title-banner {
    background: #0bc5d1;
}
.knowledge-stream-archive .search-tag {
    background: #0bc5d1;
    float: left;      
    padding: 5px 15px;      
    color: #fff;     
    text-transform: uppercase;      
    position: absolute;      
    right: 0;      
    font-family: montserrat;
}
.knowledge-stream-archive .content-on-hover .title {
    background: #0bc5d1;
}
.knowledge-stream-archive .content-on-hover a.button.read-more {
    border: 1px solid #0bc5d1;
    color: #0bc5d1
}

.knowledge-stream-archive .content-on-hover a.button.read-more:hover {
    background: #0bc5d1;
}
/*=========================================================================================*/



/*###################################################################################################################
                                                Knowledge-Stream
###################################################################################################################*/

.tax-knowledgestream-categories .menu .menu-item:nth-child(2) a:before {
    background: url(/wp-content/uploads/2014/08/opinions.png) #0ebec8 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: 50% !important;
}
.tax-knowledgestream-categories .footer-sidebar a:hover {
    color: #0ebec8 !important;
}

.tax-knowledgestream-categories .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #0ebec8 !important
}

.tax-knowledgestream-categories .footer-sidebar .widget_text .textwidget a{
    color:#0ebec8 !important;
}



.wrap.cf.know-bottom-items {
    width: 93%;
    float: right;
}

.knowledgestream .grid-item-four img {
    width: 100%;
    height: auto;
    /*border-bottom: 4px solid #0bc5d1; Removed by BA*/
    opacity:1;
    transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
}

.knowledgestream .grid-item-four img:hover {
    opacity: 0.7;

}

.wrap.single-related-posts {
    float: right;
    clear: both;
    width: 85%;
    display: table;
    height: 50px;
}
li.related-posts {
    width: 30%;
    float: left;
}

.single-related-posts-container {
    height: 100%;
}

.page-title-banner.default-banner h2 {
    float: none;
    display: inline-block;
    font-size: 30px;
}

.page-title-banner.default-banner {
    background: #676767;
}



/*=========================================================================================*/



/*###################################################################################################################
                                                    Events
###################################################################################################################*/



.tax-events-categories .menu .menu-item:nth-child(1) a:before {
    background: url(/wp-content/uploads/2014/08/events.png) #a6d644 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: 50% !important;
}

.tax-events-categories .footer-sidebar a:hover {
    color: #a6d644 !important;
}


.tax-events-categories .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #a6d644 !important
}


.tax-events-categories .footer-sidebar .widget_text .textwidget a{
    color:#a6d644 !important;
}


.tax-events-categories .main-menu ul li:nth-child(1) a:before {
    background-color: #a6d644;
}


div#content.full-width-content, .full-width-content {
    width: 90%;
    /*min-height: 700px;*/
    float: right;
}

.events-banner {
    background: #9fd134;
    /*float: left;*/
    width: 100%;
}


.partnership-events {
    float: right;
    padding-top: 1%;
    /* width: 100%; */
}

.partnership-events img {
    width: 100%;
}

.page-icon.events-icon {
    /*padding: 10px 15px;*/
}

.events-headline li a {
    font-family: montserrat;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 100px;
    padding: 10px 20px;
}
ul.cf {
    float: left;
    width: 100%;
    text-align: left;
}
.events-headline.grid-mb.cf {
    padding: 1% 2%;
}


.wrap.mb.cf {
    padding: 1% 1% 1% 2%;
}
.grid-item-four.ad.grid-mb.mr {
    margin-bottom: 2%;
    margin-right: 1%;
    height: 230px;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: auto;
    z-index: 1;
}

a:hover .event-hover {
    background: rgba(0, 0, 0, 0.51);
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    opacity: 0.2;
    background-size: 2%;
}

.event-hover {
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s;
}

.tax-events-categories .event-details {
   /* position: absolute;
    background: rgba(159, 209, 52, 0.95);
    width: 100%;
    color: #fff;
    vertical-align: middle;
    padding: 20% 1%;
    float: left;
    opacity: 0;
    transition: opacity 0.5s;
    height: auto; 
    overflow: hidden;
    z-index: 5;
    margin: 0 auto;*/
}

.tax-events-categories .main-event-title {
    font-size: 19px;
    width: 95%;
    margin: 0 auto;
    margin-top: -15%;
    padding: 0 14px;
    max-height: 55px;
    overflow: visible;
    float: left;
    box-sizing: border-box;
    /* display: block; */
} 

.tax-events-categories .main-event-date, .tax-events-categories .main-event-place {
    /* display: inline-block; */
}
 
.event-other-details {  
    max-height: 80px;
    overflow: hidden;
    float: left;
    width: 95%;
    display: block;
    margin: 5% 0;
    font-size: 12px;
}

.event-other-details h3 {
    padding: 2px 0;
}

/*.tax-events-categories .event-details:before{
    content: " ";
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 2%;
    width: 96%;
    top: 4%;
    height: 93%;
}

.tax-events-categories .event-details:after {
    content: " ";
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    width: 94%;
    height: 97%;
    top: 2%;
    left: 3%;
}*/
.tax-events-categories .event-details:hover{
    /*opacity:1;*/
}

h3.main-event-details {
    /* position: absolute; */
    border: 1px solid;
    border-radius: 35px;
    display: inline-block;
    font-size: 14px;    
    margin: 0 auto;      
    padding: 5px 15px;
    /* bottom: 35%; */
}

.main-event-details-button {
    width: 100%;
    float: left;
    margin: 0 auto;
}

.ad .thumb:hover {
    border-bottom: 5px solid rgba(245, 245, 245, 0) !important;
}

.about-event.cf .inner-video{
    /* height: 489px; */
}

h3.main-event-details:hover {
    background: #fff;
    color: rgba(159, 209, 52, 0.95);
    border: 1px solid rgba(0, 0, 0, 0);
}


.tax-events-categories .wrap.mb.cf {
    width: 100%;
}

/*=========================================================================================*/



/*###################################################################################################################
                                                Events-single
###################################################################################################################*/


.single-events .menu .menu-item:nth-child(1) a:before {
    background: url(/wp-content/uploads/2014/08/events.png) #a6d644 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
    margin: 10% 25%;  
    background-size: 45% !important;
}
.single-events .footer-sidebar a:hover {
    color: #a6d644 !important;
}

.single-events .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #a6d644 !important
}

.single-events .footer-sidebar .widget_text .textwidget a{
    color:#a6d644 !important;
}

.single-events .header-dttt .main-menu ul li:nth-child(1) a:before {
    background-color: #a6d644;
}

div#content.single-events-content {
    width: 100%;
    background: #fff;
    float: right;    
}

.single-events-content .single-events-title {
    width: 90%;
    float: right;
    padding: 1% 0;
    border-top: 4px solid #9fd134;
    background: #f5f5f5;
}
.single-events-title h2 {
    font-family: montserrat;
}

a.events-fallback:before {
    content: "\f073";
    /*background: url(/wp-content/uploads/2014/09/events-green.png);*/
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 50%;
    display: inline-block;
    background-position: 11px;
    margin: -12px 2%;
    border: 1px solid #9fd134;
    float: left;
    clear: both;
    color: #9fd134;
}

.single-events-title .headline-title {
    float:left;
    width: 51%;
    padding: 1% 0 1% 12%;
    font-size: 14px;
    font-family: 'open sans' sans-serif !important;
    color: #646464;
}

.more-events.mb.cf {
    margin: 0;
    float: left;
    border: 1px solid #9fd134;
    border-radius: 150px;
    padding: 8px 20px 8px 10px;
    font-size: 15px;
    text-transform: capitalize;
    color: #9fd134;
}
a.events-fallback p {
    float: left;
    font-size: 100%;
    font-family: montserrat;
    font-weight: normal;
}
.single-events-title .headline-title a {
    color: #646464;
}
/*.more-events.mb.cf a:before {
    content: " ";
    background: url(/wp-content/uploads/2014/09/events-green.png);
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 50%;
    display: inline-block;
    background-position: 11px;
    margin: -10px 0;
    float: left;
}
*/
.more-events.mb.cf a {
    color: #9fd134;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
}
.more-events.mb.cf a:hover {
    color: #646464;
}

.single-events-title .partnership-events img {
    float: left;
    width: 60%;
}

.single-events-title .partnership-events {
    float: right;
    width: 25%;
    padding: 0;
}

.event-page-content h2 {
    color: #515151;
    font-family: montserrat;
    font-weight: bold;
    text-align: left !important;
    display: inline-block;
}

.events-all {
    font-size: 15px;  
    padding: 1% 5% 1% 5%;  
    background: #9fd134;  
    border-radius: 100px;  
    text-transform: capitalize;  
    color: #fff;  
    margin-bottom: 5px;
    margin-top: 2%;
}
.events-all-button {
    width: 95%;
    padding: 0 5px;
    text-align: center;
    position: relative;
    z-index: 10;
    display: inline-block;
}
.events-all-button ul li {
    display: block;
    text-align: left;
    color: #515151;
}
.events-all-button ul li a {
    color: #515151;
    padding: 5px 0;
}
.events-all-button ul {
    width: 45%;
    margin: 0 auto;
}
.single-events-title {
    width: 90%;
    float: right;
    padding: 1% 0;
    border-top: 4px solid #9fd134;
    background: #f5f5f5;
    position: relative;
    z-index: 60;
}

.event-page-content.event-about-the-event {
    width: 100%;
}

body.single .videoWrapper {
    left: -9%; 
}

div#events-right-single-sidebar {
    margin-top: 25px !important;
}

.videoWrapper {
    left: 0;
    top: -10px;
    clear: both;
}

.single-events-content .wrap.mb.cf {
    padding: 0
;
    width: 75%;
    float: left;
}
.inner-video {
    /* position: relative; */
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    /* max-height: 422px; */
}

.everplaces-loadmore.load-more:hover {
    background: #9fd134;
}
.everplaces-loadmore.load-more {
    border: 1px solid #9fd134;
    color: #9fd134;
    transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
}
.single-events .vimeo-loading {
    color: #9fd134;
}


.single-events .single-events-content a.vimeo_play.vimeo_control {
    background: url(./img/spotlights-play-green.png);
    background-repeat: no-repeat;
}
.single-events .single-events-content a.vimeo_pause.vimeo_control {
    background: url(./img/spotlights-stop-green.png);
    background-repeat: no-repeat;    
}
    
.single-events .single-events-content a.vimeo_open.vimeo_control {
    background: url(./img/spotlights-open-green.png);
    background-repeat: no-repeat;    
}
.single-events .single-events-content a.vimeo_play-large.vimeo_control {
    background: url(./img/spotlights-thumb-hover-green.png);
    background-repeat: no-repeat;   
    background-size: 100%;
}

.single-event-main-content a img {
    /* margin-left: -29.5%; */
    /* border: 4px solid #f5f5f5; */
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-events .block-quotes {
    border-left: 2px solid #a6d644; 
}


.about-event .about-left {
    width: 90%;
    /*float: right;*/
}

.ad .thumb {
    display: inline-block;
    height: 215px !important;
    overflow: hidden;
    position: relative;
    width: 375px !important;
    border-bottom: 5px solid #9fd134 !important;  
    transition: border-bottom-color 0.3s ease-in-out;
    -webkit-transition: border-bottom-color 0.3s ease-in-out;
    -moz-transition: border-bottom-color 0.3s ease-in-out;
    -ms-transition: border-bottom-color 0.3s ease-in-out;
    float: left;
}

/* everplace*/


.page-id-4540 .menu .menu-item:nth-child(1) a:before {
    background: url(/wp-content/uploads/2014/08/events.png) #a6d644 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}
.page-id-4540 .footer-sidebar a:hover {
    color: #a6d644 !important;
}

.page-id-4540 .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #a6d644 !important
}

.page-id-4540 .footer-sidebar .widget_text .textwidget a{
    color:#a6d644 !important;
}

.page-id-4540 div#content.single-events-content {
    width: 90%; 
}

.page-id-4540 .events-right-single {
    display: none;
}

.mod-card {
    margin: 2% 4% !important;
    float: left;
    display: inline-block;
}

.everplaces-widget-album {
    width: 100% !important;
}

#content.single-events-content .wrap {
    /* border-left: 5px solid #f5f5f5; */
}


/*=========================================================================================*/



/*###################################################################################################################
                                                Events-speakers
###################################################################################################################*/

.event-speakers .speaker figure a {
    position: relative;
    height: 80%;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
}

.event-speakers .speaker figure a img {
    height: auto !important;
    margin: 0 auto;
    left: -100% !important;
    right: -100%;
    overflow: hidden;
    min-width: 100% !important;
    position: absolute;
    width: auto !important;    
    transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    
}

.event-speakers .speaker .speaker-inner p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
}

.speaker .speaker-inner h3 {
    margin: 10px 0;
}
a.speaker-more-link {
    color: #94ce18;
    transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
}

a.speaker-more-link:hover {
    color: #000;
}
.events-page-content.event-speakers p a img{
    display: inline-block;
    width: 100%
}
/*=========================================================================================*/



/*###################################################################################################################
                                                Events-Registration
###################################################################################################################*/


.page-template-page-event-registration-php .footer-sidebar a:hover {
    color: #a6d644 !important;
}

.page-template-page-event-registration-php .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #a6d644 !important
}

.page-template-page-event-registration-php .footer-sidebar .widget_text .textwidget a{
    color:#a6d644 !important;
}


.page-template-page-event-registration-php .header-dttt .main-menu ul li:nth-child(1) a:before {
    background-color: #a6d644;
}


.content-event-registration {
    width: 70%;
    float: left;
}

.event-registration-page .single-events-title {
    width: 100%;
}
.event-registration-page div#content.single-events-content {
    width: 90%;
}

.page-template-page-event-registration-php .events-right-single .title.fl {
    display: none;
}

.page-template-page-event-registration-php .events-right-single .submenu {
    padding: 0;
}

.page-template-page-event-registration-php li.active a {
    background: #9fd134;

}
.page-template-page-event-registration-php li.register-now a {
    color: #fff;
    background: #9fd134;
}

.page-template-page-event-registration-php li.register-now a:before {
    color: #fff;
    content: "\f053";  font-family: fontawesome;  font-size: 14px;  font-weight: normal;  
    margin-right: 18px;  padding-left: 5px;
    margin-left: -35px;
}

.content-event-registration .single {
    width: 80%;
    float: right;
}
.page-template-page-event-registration-php .single-post-info {
    display: none;
}
.content-event-registration p, .content-event-registration label {
    /*font-family: montserrat;*/
    /*text-align: left;*/
    padding: 0 5px;
}


h3.event_title {
    font-family: montserrat;
    color: #515151;
    text-transform: capitalize;
}

.event_espresso_form_wrapper a, .event_espresso_form_wrapper span a {
    color: #9fd134;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
}

.event_espresso_form_wrapper a:hover {
    color: #515151;
}

.content-event-registration h3, .content-event-registration h4 {
    font-family: montserrat;
    color: #515151;
    text-transform: capitalize;
}
.event_espresso_form_wrapper input.btn_event_form_submit {
    background: #fff;
    color: #9fd134;
    text-transform: uppercase;
    border: 1px solid !important;
    border-radius: 150px !important;
    padding: 10px 40px !important;
    transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
}

input.btn_event_form_submit:hover {
    background: #9fd134;
    color: #fff;
    transition: background 0.1s;
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    -ms-transition: background 0.1s;
}
.espresso_add_subtract_attendees a {
    background: none;
    border: none;
    color: #9fd134;
    text-align: right;
    margin: 0 auto;
    margin-left: 150px;
}
.event_espresso_form_wrapper input, .event_espresso_form_wrapper select, .event_espresso_form_wrapper textarea {
    border: 1px solid #c8c8c8;
    border-radius: 20px;
    padding: 5px 15px !important;
    margin: 0 15px !important;
}
span.section-title {
    width: 155px;
    display: block;
}
.event_espresso_form_wrapper textarea {
    width: 65% !important;
    max-width: 65%;
    min-height: 150px;
    padding: 15px 15px !important;
}

.content-event-registration h4 {
    margin-bottom: 30px;
}
.event_form_field, .single-radio {
    padding: 10px 0;
    margin: 0 auto;
}
.content-event-registration .single .event_form_submit {
    padding: 20px;
    text-align: center;
}

/*=========================================================================================*/



/*###################################################################################################################
                                                    Subscriptions
###################################################################################################################*/



.page-id-617 .header-dttt .main-menu ul li:nth-child(4) a:before {
    background: url(/wp-content/uploads/2014/08/services.png) #9084E4 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.page-id-617 .footer-sidebar a:hover {
    color: #9084E4 !important;
}

.page-id-617 .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #9084E4 !important
}

.page-id-617 .footer-sidebar .widget_text .textwidget a{
    color:  #9084E4 !important;
}

/*=========================================================================================*/



/*###################################################################################################################
                                                    Subscriptions-single
###################################################################################################################*/



.page-id-4571 .header-dttt .main-menu ul li:nth-child(4) a:before {
    background: url(/wp-content/uploads/2014/08/services.png) #9084E4 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.page-id-4571 .footer-sidebar a:hover {
    color: #9084E4 !important;
}

.page-id-4571 .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #9084E4 !important
}

.page-id-4571 .footer-sidebar .widget_text .textwidget a{
    color:  #9084E4 !important;
}



.single-subscription .header-dttt .main-menu ul li:nth-child(4) a:before {
    background: url(/wp-content/uploads/2014/08/services.png) #9084E4 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.single-subscription .footer-sidebar a:hover {
    color: #9084E4 !important;
}

.single-subscription .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #9084E4 !important
}

.single-subscription .footer-sidebar .widget_text .textwidget a{
    color:  #9084E4 !important;
}

.single-subscription .tdt-background {
    display: block !important;
}



/*=========================================================================================*/



/*###################################################################################################################
                                                    Research
###################################################################################################################*/

.post-type-archive-research  .header-dttt .main-menu ul li:nth-child(5) a:before {
    background: url(/wp-content/uploads/2014/08/best-practice.png) #f6cd19 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.post-type-archive-research  .footer-sidebar a:hover {
    color: #f6cd19 !important;
}

.post-type-archive-research  .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #f6cd19 !important
}

.post-type-archive-research  .footer-sidebar .widget_text .textwidget a{
    color:  #f6cd19 !important;
}


.research-banner {
    background: #f6cd19 !important;
    float: left;
    width: 100%;
}

.post-type-archive-research .index-grid {
    display: none;
}

.research-headline, .partners-headline, .events-headline {
    width: 100%;
    text-align: left;
}

.research-headline ul li {
    display: inline-block;
    margin: 20px 5px;
}

.research-headline ul li a {
    font-family: montserrat;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 100px;
    padding: 9px 20px;
    margin: 0px 20px 0px 0px;
    transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    width: auto;
    float: left;
}

.research-headline li a:hover {
    background: #f6cd19;
    color: #fff;
}

.research-headline li.active a {
    background: #f6cd19;
    color: #fff;
}

.more-links {
    position: relative;
}

.more-links ul li {
    display: block !important;
}

.more-links ul li a {
    min-width: 200px;
}

.more-links ul {
    display: none;
    position: absolute;
    z-index: 900;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5);
    margin-top: 35px;
    border-radius: 10px;
    padding-bottom: 15px;
}

.more-links:hover ul {
    display: block;
}

.more-links .fa-chevron-down  {
    padding-left: 10px;
}

.research-tag {
    background: #f6cd19;
    float: left;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    font-family: montserrat;
}

.content-on-hover .research-tag {
    background: none;
    float: none;
    padding: 5px 0;
    color: #f6cd19;
    position: initial;
    right: 0;
    text-align: left;
}

.research-post-title {
    background: rgba(255, 255, 255, 0.9);
    float: left;
    padding: 10px 45px 10px 15px;
    text-align: left;
    font-size: 20px;
    font-family: montserrat;
    font-weight: bold;
    position: absolute;
    margin-bottom: 10%;
    bottom: 0;
}

.research-post {
    position: relative;
    width: 245px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 310px;
    margin: 1%;
    overflow: hidden;
}

.read-more.yellow {
    background: transparent;
    border: 1px solid #f6cd19;
    color: #f6cd19;
    font-size: 14px;
    padding: 10px 60px;
    width: 100%;
    margin-top: 5px;
    display: inline-block;
}

.read-more.yellow:hover {
    color: #FFF;
    background: #f6cd19;  
    border: 1px solid rgba(246, 205, 25, 0);
}

.content-on-hover {
    background: #fff; 
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 13px;
    margin-left: -10px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    margin-left: 0px;
    width: 100%;
}

.research-post:hover .content-on-hover {
    opacity: 1;
}

.archive-page .content-on-hover .title {
    background: #ACACAC;
}

.archive-page .button {
    border: 1px solid #ACACAC;
    color: #ACACAC;
}

.archive-page .button:hover {
    background: #ACACAC;
}

.content-on-hover .title {
    background: #f6cd19;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-family: montserrat;
    font-weight:bold;
    margin-left: -15px;
    text-align: left;
}

.content-on-hover .excerpt{
    font-size:15px;
    padding: 25px 0;
    font-family: montserrat;
    width: 100%;
    text-align: left;
}



#searchform .search-data {
    background: none repeat scroll 0% 0% rgba(238, 238, 238, 0) !important;
    font-size: 13px;
    font-weight: 600;
}

#searchform .search-data::-webkit-input-placeholder {
   color: #fff;
}

#searchform .search-data:-moz-placeholder {
   color: #fff;
}

#searchform .search-data::-moz-placeholder {
   color: #fff; 
}

#searchform .search-data:-ms-input-placeholder {  
   color: #fff; 
}

#searchform .search-form {
    margin-top: 5px;
    width: 240px;
}


/*=========================================================================================*/



/*###################################################################################################################
                                                    Research-single
###################################################################################################################*/


.single-research .header-dttt .main-menu ul li:nth-child(5) a:before {
    background: url(/wp-content/uploads/2014/08/best-practice.png) #f6cd19 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.single-research .footer-sidebar a:hover {
    color: #f6cd19 !important;
}

.single-research .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #f6cd19 !important
}

.single-research .footer-sidebar .widget_text .textwidget a{
    color:  #f6cd19 !important;
}

.content .search-area input:nth-child(1){
    background: none repeat scroll 0% 0% rgba(238, 238, 238, 0) !important;
    font-size: 13px;
    font-weight: 600;
    color
}

.content .search-data {
    background: none repeat scroll 0% 0% rgba(238, 238, 238, 0) !important;
    font-size: 13px;
    font-weight: 600;
}

.content .search-data::-webkit-input-placeholder {
   color: #fff;
}

.content .search-data:-moz-placeholder {
   color: #fff;
}

.content .search-data::-moz-placeholder {
   color: #fff; 
}

.content .search-data:-ms-input-placeholder {  
   color: #fff; 
}

.content .search-form {
    margin-top: 5px;
    width: 240px;
}

.right-side-content {
    float: right;
    width: 70%;
    text-align: left;
    padding: 20px;
}
.left-side-content {
    float: left;
    width: 30%;
    /*height: 317px;*/
}
.research-single-page {
    width: 100%;
    padding: 25px;
}


h2.post-title {
    padding-bottom: 15px;
    padding-top: 5px;
}

h2.post-title .title {
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 4em;
    font-weight: bold;
    color: #515151;
    font-family: Montserrat;
}
h4.post-cateogry {
    text-transform: uppercase;
    font-family: montserrat;
    font-size: 14px;
    font-weight: normal;
}
.right-side-content p {
    font: normal 16px/1.5 'Merriweather';
    padding: 0 15px 0 30px !important;
    margin-top: 30px;
    position: relative;
    width: 100%;
}

.right-side-content p:before {
    content: "\f054";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 10px;
    color: #f6cd19;
    position: absolute;
    left: 10px;
    top: 5px;
}

.right-side-content p a {
    color: #f6cd19 !important;
    border: none !important;
    transition: color 1s ease-in-out;
    -webkit-transition: color 1s ease-in-out;
    -moz-transition: color 1s ease-in-out;
    -ms-transition: color 1s ease-in-out;
    display: inline;
}


.right-side-content p:before:first-child{
    content: " ";
}

.right-side-content p a:hover {
    color: #3f3f3f !important;
    transition: color 0.25s ease-in-out;
}

.right-side-content p:nth-child(3):before {
    content: none;
    color:#fff;
    padding: 0;
}

.right-side-content p:nth-child(3){
    padding:0;
    display: inline-block;
}

.research-single-page .social-share {
    margin: 20px 30px;
}

.left-side-content img {
    padding: 20px 25px 20px 5px;
    max-width: 100%;
    margin-bottom: 25px;
    height: auto;
    display: block;
    margin: 0 auto;
}
a.button.download .fa {
    margin-left: 15px !important;
}
.button.download {
    color: #f6cd19;
    border: 1px solid #f6cd19;
    transition: color 0.25s ease-in-out;
    position: relative;
    z-index: 999;
    margin: 0 auto;
}

.button.download:hover {
    background: #f6cd19;
}
.more-from {
    width: 94%;
    display: inline-block;
    margin-top: 15px;
    float: right;
}

.more-from p {
    text-align: left;
    font-family: Montserrat;
    font-size: 18px;
    padding: 15px 0;
    font-weight: bold;
}

.research-post img {
    height: auto;
    min-width: 100%;

}


.right-side-content img {
    max-width: 100%;
    height: auto;
}


.page-title-banner a {
    color: #fff;
}

.research-single-page .more-from-publisher a:hover {
    color: #f6cd19;
    transition: color 0.25s ease-in-out;
}

.right-side-content ul {
    font: normal 16px/1.5 'Merriweather';
    padding: 0 15px 0 30px;
    margin-top: 30px;
    position: relative;
    width: 100%;
}


.vex { 
    z-index: 9999 !important; 
}

.vex-error-form {
    color: #F00;
}

.alert-vex-form {
    color: #333;
    margin-top: 8%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.5em;
}

.vex-dialog-input input {
    background: #fff !important;
    border-bottom: 2px solid #CDCDCC !important;  border-width: 0 0 2px;  
    color: #919191;    
    -webkit-border-radius: 0;  
    -moz-border-radius: 0;  
    border-radius: 0;  
    display: inline;    
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    padding: 5px 0 !important;
    margin-bottom: 10px !important;
}

.vex-dialog-input input:focus {
    border-bottom: 2px solid #F00;
    border: none !important;
}
input.vex-dialog-button-primary.vex-dialog-button.vex-first {
    background: #fff!important;
    color: #f6cd19 !important;
    border: 1px solid #f6cd19;
    border-radius: 20px;
    font-size: 10px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

input.vex-dialog-button-primary.vex-dialog-button.vex-first:hover {
    background: #f6cd19!important;
    color: #fff !important;
}
input.vex-dialog-button-secondary.vex-dialog-button.vex-last {
    border-radius: 15px;
    padding: 10px 25px;
}
input.vex-dialog-button-secondary.vex-dialog-button.vex-last{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;

}

input.vex-dialog-button-secondary.vex-dialog-button.vex-last:hover {
    background: #777777;  
    color: #e0e0e0;
}


.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
    box-shadow: none !important;
    border-bottom: 2px solid #f6cd19 !important;
    color: #eac215;
}

.vex-dialog-input {
    padding: 20px;
}
.vex-content {
    width: 350px !important;
}
.vex-dialog-buttons {
    margin: 0 auto;
    width: 85%;
    text-align: center;
}
/*=========================================================================================*/



/*###################################################################################################################
                                                    Research-Search results
###################################################################################################################*/

.search-results.post-type-archive-research .header-dttt .main-menu ul li:nth-child(5) a:before {
    background: url(/wp-content/uploads/2014/08/best-practice.png) #f6cd19 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.search-results.post-type-archive-research .footer-sidebar a:hover {
    color: #f6cd19 !important;
}

.search-results.post-type-archive-research .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #f6cd19 !important
}

.search-results.post-type-archive-research .footer-sidebar .widget_text .textwidget a{
    color:  #f6cd19 !important;
}

h1.page_title {
    display: inline-block;  vertical-align: middle;  padding: 10px 16px;  color: #fff;  font-family: 'Montserrat', sans-serif;  font-weight: normal;  font-size: 18px;
}
h1.page_title span {
    color: #515151;
}


/*=========================================================================================*/



/*###################################################################################################################
                                                   search-results
###################################################################################################################*/

.search-results .page-title-banner, .search .page-title-banner {
    background: #ea8482;
}
.search-results .content-on-hover .title {
    background: #ea8482;
}
.search-results .search-tag {
    background: #ea8482;
    float: left;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    font-family: montserrat;
}

.search-results a.button.read-more {
    color: #ea8482;
    border: 1px solid #ea8482;
    font-size: 14px;
    padding: 10px 60px;
    width: 100%;
    margin-top: 5px;
    display: inline-block;
}

.search-results a.button.read-more:hover {
    background: #ea8482;
    border: 1px solid #ea8482;
}

/* events-post */

.search-results .post-events .search-tag {
    background: #a6d644;
}
.search-results .post-events .title {
    background: #a6d644;
}
.search-results .post-events a.button.read-more {
    border: 1px solid #a6d644;
    color: #a6d644;
}

.search-results .post-events a.button.read-more:hover {
    border: 1px solid #a6d644;
    background: #a6d644;
}

/* events-post */

.search-results .post-events .search-tag {
    background: #a6d644;
}
.search-results .post-events .title {
    background: #a6d644;
}
.search-results .post-events a.button.read-more {
    border: 1px solid #a6d644;
    color: #a6d644;
}

.search-results .post-events a.button.read-more:hover {
    border: 1px solid #a6d644;
    background: #a6d644;
}

/* knowledgestream-post */

.search-results .post-knowledgestream .search-tag {
    background: #0bc5d1;
}
.search-results .post-knowledgestream .title {
    background: #0bc5d1;
}
.search-results .post-knowledgestream a.button.read-more {
    border: 1px solid #0bc5d1;
    color: #0bc5d1;
}

.search-results .post-knowledgestream a.button.read-more:hover {
    border: 1px solid #0bc5d1;
    background: #0bc5d1;
}

/* opinions-post */

.search-results .post-opinion .search-tag {
    background: #0bc5d1;
}
.search-results .post-opinion .title {
    background: #0bc5d1;
}
.search-results .post-opinion a.button.read-more {
    border: 1px solid #0bc5d1;
    color: #0bc5d1;
}

.search-results .post-opinion a.button.read-more:hover {
    border: 1px solid #0bc5d1;
    background: #0bc5d1;
}


/* research-post */


.search-results .post-research .search-tag {
    background: #fbce13;
}
.search-results .post-research .title {
    background: #fbce13;
}
.search-results .post-research a.button.read-more {
    border: 1px solid #fbce13;
    color: #fbce13;
}

.search-results .post-research a.button.read-more:hover {
    border: 1px solid #fbce13;
    background: #fbce13;
}

/* spotlights-post */

.search-results .post-spotlights .search-tag {
    background: #e379d3;
}
.search-results .post-spotlights .title {
    background: #e379d3;
}
.search-results .post-spotlights a.button.read-more {
    border: 1px solid #e379d3;
    color: #e379d3;
}

.search-results .post-spotlights a.button.read-more:hover {
    border: 1px solid #e379d3;
    background: #e379d3;
}

/* subscriptions-post */


.search-results .post-subscription .search-tag {
    background: #9085e5;
}
.search-results .post-subscription .title {
    background: #9085e5;
}
.search-results .post-subscription a.button.read-more {
    border: 1px solid #9085e5;
    color: #9085e5;
}

.search-results .post-subscription a.button.read-more:hover {
    border: 1px solid #9085e5;
    background: #9085e5;
}


/* partners-post */


.search-results .post-partners .search-tag {
    background: #909090;
}
.search-results .post-partners .title {
    background: #909090;
}
.search-results .post-partners a.button.read-more {
    border: 1px solid #909090;
    color: #909090;
}

.search-results .post-partners a.button.read-more:hover {
    border: 1px solid #909090;
    background: #909090;
}


/*=========================================================================================*/



/*###################################################################################################################
                                                   Search-results-knowledgestream
###################################################################################################################*/

.knowledgestream-search-results .page-title-banner {
    background: #0bc5d1;
}

.knowledgestream-search-results .wp-pagenavi .current, .knowledgestream-search-results .tag .wp-pagenavi .current {
    background: #0bc5d1 ;
}



/*=========================================================================================*/



/*###################################################################################################################
                                                   Search-results-knowledgestream
###################################################################################################################*/


.research-search-results .wrap.mb.cf {
    width: 100%;
}


/*=========================================================================================*/



/*###################################################################################################################
                                                   Search-results-research
###################################################################################################################*/

.research-search-results .content-on-hover .title {
    background: #f6cd19 ;
}


.research-search-results .page-title-banner, .search .page-title-banner {
    background: #f6cd19;
}
.research-search-results .content-on-hover .title {
    background: #f6cd19;
}
.research-search-results .search-tag {
    background: #f6cd19;
    float: left;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    font-family: montserrat;
}

.research-search-results  a.button.read-more {
    color: #f6cd19;
    border: 1px solid #f6cd19;
    font-size: 14px;
    padding: 10px 60px;
    width: 100%;
    margin-top: 5px;
    display: inline-block;
}

.research-search-results a.button.read-more:hover {
    background: #f6cd19;
    border: 1px solid #f6cd19;
}

/*=========================================================================================*/



/*###################################################################################################################
                                                   Experts
###################################################################################################################*/

/*.search-results.post-type-archive-research .header-dttt .main-menu ul li:nth-child(5) a:before {
    background: url(/wp-content/uploads/2014/08/best-practice.png) #f66219 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}
*/
.post-type-archive-experts .footer-sidebar a:hover {
    color: #f66219 !important;
}

.post-type-archive-experts .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #f66219 !important
}

.post-type-archive-experts .footer-sidebar .widget_text .textwidget a{
    color:  #f66219 !important;
}


.experts .page-title-banner{
    background: #f66219;
}

.experts .experts-post .search-tag {
    background: #f66219;
}
.experts .experts-post .title {
    background: #f66219;
}
.experts .experts-post a.button.read-more {
    border: 1px solid #f66219;
    color: #f66219;
    font-size: 14px;
    padding: 10px 60px;
    width: 100%;
    margin-top: 5px;
    display: inline-block;
}

.experts .experts-post a.button.read-more:hover {
    border: 1px solid #f66219;
    background: #f66219;
}

body.experts .experts-post {
    position: relative;
    width: 26.3%;
    float: left;  
    border: 1px solid rgba(0, 0, 0, 0.04);  
    height: 170px;  
    margin: 1%;  
    overflow: hidden;
}
body.experts  .experts-post img {
    height: auto;  
    min-width: 400px;
    width: auto;  
    max-width: 100%;
}
body.experts  .content-on-hover {
    background: #fff;  
    position: absolute;  
    top: 0;  
    height: 100%;  
    padding: 0 13px;  
    margin-left: -10px;  
    opacity: 0;  
    transition: opacity 0.25s ease-in-out;  
    -webkit-transition: opacity 0.25s ease-in-out;  
    -moz-transition: opacity 0.25s ease-in-out;  
    margin-left: 0px;  
    width: 100%;
                      
}
body.experts  .content-on-hover .excerpt {
    font-size: 15px;  
    padding: 5px 0;  
    font-family: montserrat;  
    width: 100%;  
    text-align: left;
}

body.experts .content-on-hover:hover {
opacity: 1;
}

a.experts-fallback.fallback:before {
    color: #e379d3;
    border: 1px solid #e379d3;
}

.expert-expertise {
    margin: 25px 0;
    text-align: left;
    width: 100%;
}
.expert-expertise .details {
    background: #f7f7f7;
    padding: 15px 10px;
    width: 90%;
    min-height: 100px;
}
.expert-expertise .details h2 {
    color: #f66219;
    margin: 0;
}
a.button.button-experts {
    color: #e379d3;
    border: 1px solid #e379d3;
}

a.button.button-experts:hover {
    color: #e379d3;
    background: #e379d3;
}

/*=========================================================================================*/



/*###################################################################################################################
                                                   Experts-single
###################################################################################################################*/

.single-experts .footer-sidebar a:hover {
    color: #f66219 !important;
}

.single-experts .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #f66219 !important
}

.single-experts .footer-sidebar .widget_text .textwidget a{
    color:  #f66219 !important;
}

.single-experts .slide-img .inner-img img {
    top: 0;
}

.title.fl {
    font-size: 16px;
    vertical-align: middle;
}


/*=========================================================================================*/



/*###################################################################################################################
                                                   Publisher
###################################################################################################################*/

.tax-research_publishers .header-dttt .main-menu ul li:nth-child(5) a:before {
    background: url(/wp-content/uploads/2014/08/best-practice.png) #f6cd19 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.tax-research_publishers .footer-sidebar a:hover {
    color: #f6cd19 !important;
}

.tax-research_publishers .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #f6cd19 !important
}

.tax-research_publishers .footer-sidebar .widget_text .textwidget a{
    color:  #f6cd19 !important;
}

.tax-research_publishers .inner-video {
    height: 100%;
}

.tax-research_publishers .publisher-slide a.vimeo_play.vimeo_control {
    background: url(/wp-content/themes/thinkthank/img/spotlights-play-yellow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
}

.tax-research_publishers .publisher-slide a.vimeo_pause.vimeo_control {
    background: url(/wp-content/themes/thinkthank/img/spotlights-stop-yellow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
}

.tax-research_publishers .publisher-slide a.vimeo_open.vimeo_control {
    background: url(/wp-content/themes/thinkthank/img/spotlights-open-yellow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
}

.tax-research_publishers .publisher-slide a.vimeo_play-large.vimeo_control {
    background: url(/wp-content/themes/thinkthank/img/spotlights-thumb-hover-yellow.png);
    background-repeat: no-repeat;
    background-size: 100%;
}


/*=========================================================================================*/



/*###################################################################################################################
                                                   Publishers
###################################################################################################################*/

.page-id-4601 .header-dttt .main-menu ul li:nth-child(5) a:before {
    background: url(/wp-content/uploads/2014/08/best-practice.png) #f6cd19 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.page-id-4601 .footer-sidebar a:hover {
    color: #f6cd19 !important;
}

.page-id-4601 .footer-sidebar .widget_tag_cloud .tagcloud a:hover{
    color:#fff !important;
    background: #f6cd19 !important
}

.page-id-4601 .footer-sidebar .widget_text .textwidget a{
    color:  #f6cd19 !important;
}


/*=========================================================================================*/



/*###################################################################################################################
                                                    Partners
###################################################################################################################*/

.post-type-archive-partners .header-dttt .main-menu ul li:nth-child(6) a:before {
    background: url(/wp-content/uploads/2014/08/partners.png) #909090 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.partners-banner {
    background: #909090;
    margin-left: -5px;
}


.partners-headline ul li {
    display: inline-block;
    margin: 20px 5px;
}

.partners-headline ul li a {
    font-family: montserrat;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 100px;
    padding: 10px 20px;
    margin: 0px 20px 0px 0px;
    transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    width: auto;
    float: left;
}

.partners-headline li a:hover,
.partners-headline li.active a {
    background: #909090;
    color: #fff;
}

.post-type-archive-partners .ad .thumb {
    border-bottom: 5px solid #909090 !important;
    height: 300px !important;
    /* background: #fff; */
}
.partnersbx{
        height: 300px !important;
    }

.post-type-archive-partners .ad .thumb:hover {
    border-bottom: 5px solid rgba(144, 144, 144, 0) !important;
}

.partner-details {
    position: absolute;
    z-index: 55;
    margin: 0 auto;
    width: 100%;
    background: rgba(144, 144, 144, 0.94);
    height: 100%;
    min-height: 205px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    padding: 45px 10px;
}
#single-content > div.page-title-banner.partners-banner > p > a {
    color: white;
}
#single-content > div.page-title-banner.partners-banner > p {
    padding: 0 !important;
    margin-left: 5px;
    font-size: 16px !important;
}
.thumb:hover .partner-details {
    opacity: 1;
    
}
.main-partner-details-button.button {
    width: 35%;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
}
.main-partner-details-button.button:hover {
    color: #919191 !important;
    border: 1px solid #fff;
    background:#fff;
    
}

h1.main-partner-title {
    font-size: 24px;
    color: #fff;
    font-family: Montserrat;
    margin: 12% 0;
    font-weight: normal;
}

.partners .wrap.mb {
    padding: 20px;
}


/*=========================================================================================*/



/*###################################################################################################################
                                                    Single-Partners
###################################################################################################################*/

.single-partners .header-dttt .main-menu ul li:nth-child(6) a:before {
    background: url(/wp-content/uploads/2014/08/partners.png) #909090 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.partners-single-page {
    width: 100%;
    padding: 25px;
}


.single-partners .right-side-content p:before {
    content: none;
    padding: 0;
}

.single-partners .right-side-content p {
    padding: 0;
}

.single-partners .left-side-content img {
    padding: 0;
}


.single-partners .social-share {
    border-top: 1px solid #d6d6d6;
    padding: 10px 0;
    clear: both;
    display: block;
    width: 85px;
    margin: 20px auto;
}

.button.visit {
    color: #909090;
    border: 1px solid #909090;
    transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    display: inline-block;
    margin-top: 20px;
}

.button.visit:hover {
    background: #909090;
}

.single-partners .event-details {
    position: absolute;
    background: rgba(159, 209, 52, 0.95);
    width: 100%;
    color: #fff;
    vertical-align: middle;
    padding: 12% 1%;
    float: left;
    opacity: 0;
    transition: opacity 0.5s;
    height: auto;
    overflow: hidden;
    z-index: 5;
    margin: 0 auto;
}

.single-partners .event-details:hover {
    opacity: 1;
}

.single-partners .research-post {
    margin: 0;
    margin-bottom: 20px;
}

/*=========================================================================================*/



/*###################################################################################################################
                                                    who we are
###################################################################################################################*/

.page-id-578 table tr td:nth-child(1) a img {
    height: auto !important;  
    margin: 0 auto;  
    left: -70% !important;  
    right: -100%;  
    overflow: hidden;  
    min-width: 100% !important;  position: absolute;  
    width: auto !important;
}
.page-id-578 table tr td:nth-child(1) a {
    position: relative;  
    height: 200px;  overflow: hidden;  
    width: 200px;  margin: 0 auto;  border-radius: 50%;  
    display: block;
    vertical-align: middle;
}
.page-id-578 table tr td span a span {
    color: #9bcf2c !important;
}

.page-id-578 table tr td span a span:hover {
    color: #000 !important;
}

.page-id-578 table tr td {
    border: 1px solid rgba(0, 0, 0, 0) !important;
    vertical-align: middle;
    padding: 15px;
}

.page-id-578 table tr {
    background: #FFFFFF;
    margin: 15px 5px;
    margin-bottom: 25px;
    display: block;
}


/*=========================================================================================*/



/*###################################################################################################################
                                                    Responsive
###################################################################################################################*/


@media (max-width: 1042px) {
    .wp-caption.alignleft, 
    .wp-caption.alignright, 
    .wp-caption.aligncenter {
        width: 100% !important;
    }
}

@media (min-width: 1043px) {
    .wp-caption.aligncenter {
        width: 228% !important;
        clear: both;
        float: left;
        margin-left: -39%;
    }

    .wp-caption.alignleft {
        margin-left: -39%;
        max-width: 130%;
        height: auto;
        width: 100% !important;
    }
    .wp-caption.alignright {
        width: 100% !important;
        height: auto !important;
        margin-right: -75%;
        float: right;
    }

    /*.wp-caption.alignleft img {
        margin-left: -29%;
    }

    .wp-caption.alignleft p.wp-caption-text {
        margin-left: -29%;
    }*/
}

@media (min-width: 1370px) {
    .features-page a.thumb.valign img {
        /* min-height: 32%; */
        /* max-height: 32%; */
    }

    .ad .thumb {
        height: 205px !important;
    }

    .grid-item-four.ad.grid-mb.mr {
        /* width: 32%; */
    }
}

@media (min-width: 1400px) {
    .ad .thumb {
        height: 211px !important;
    }

    .grid-item-four.ad.grid-mb.mr {
        /* width: 30%; */
    }

    .single-event-main-content a img {
        /* margin-left: -29.3%; */
    }

}
/*TDT*/
/*Change Related Stories in: More from #DTTT*/
@media only screen and (min-width: 1600px) {
    .single-opinions-posts-container li.spotlights {
        height: auto !important;
    }
    .single-content a.thumb.valign {
        height: 300px;
    }
}
@media (min-width: 1650px) {
    .features-page a.thumb.valign img {
        min-height: 35%;
        max-height: 35%;
    }

    .single-event-main-content a img {
        /*margin-left:  -29.5%;*/
    }
}


@media (min-width: 1800px) {
    .ad .thumb {
        height: 215px !important;
    }

    .header-dttt .main-menu ul li a {
        font-size: 150%;
    }

    .single-event-main-content a img {
        /*margin-left:  -29%;*/
    }

}
/*TDT*/
/*Change Related Stories in: More from #DTTT*/
@media only screen and (min-width: 1900px) {
   .single-content a.thumb.valign {
        height: 350px;
    } 
}
@media (min-width: 2100px) {
    .ad .thumb {
    height: 295px !important;
    }

    .grid-item-four.ad.grid-mb.mr {
        width: 22%;
    }
}



@media (max-width: 1400px) {
    .ad .thumb {
    height: 211px !important;
}
    .grid-mb .thumb .valign {
        max-height: 205px;
    }

    .ad .thumb {
        display: block;
        /* height: 220px !important; */
        overflow: hidden;
        position: relative;
        width: 100% !important;
    }

    .grid-item-four.ad.grid-mb.mr {
        width: 32%;
    }
 .partnersbx{
        height: 300px !important;
    }

}


@media (min-width: 1200px) {

    .post-type-archive-partners .ad .thumb {
        border-bottom: 5px solid #909090;
        height: 300px !important;
        /* background: #fff; */
    }
    .partnersbx{
        height: 300px !important;
    }
}
@media (max-width: 1366px){
    .ad .thumb{
    height: 210px !important;
}
}
@media (max-width: 1290px) {
    .partners-sidebar .widget_text:first-child h3:before, .partners-sidebar .widget_text:first-child h3:after {
        border-right: 50px solid #f6d6c9;
    }

    .partners-sidebar .widget_text:nth-child(2) h3:before, .partners-sidebar .widget_text:nth-child(2) h3:after {
        border-right: 50px solid #c5ebe9;
    }

    .partners-sidebar .widget_text:nth-child(3) h3:before, .partners-sidebar .widget_text:nth-child(3) h3:after {
        border-right: 50px solid #e9b9d3;
    }

    h1.coming-soon {
        font-size: 17px;
    }

    .tax-events-categories .event-details {
        background: rgba(159, 209, 52, 0.95);
        width: 100%;
    }

    .header-dttt .main-menu ul li a {
        font-size: 85%;
    }

    .grid-mb .thumb .valign {
        max-height: 300px;
    }

    .tax-events-categories .main-event-title {
        width: 100%;
    }

    .partner-details {
        width: 94%;
    }

    .single-event-main-content a img {
        /*margin-left: -29.5%;*/
    }

    .footer {
        order: 5;
    }
}

@media (max-width: 680px) {
    .knowledgestream .grid-item-four img {
        border-bottom: 4px solid #0BC5D1;
    }

    .know-content {
        border-top: 0;
    }
}

@media (min-width: 1025px) {

    .responsive-display {
        display: none;
    }
}

.single-events-content .submenu {
    font-family: 'Open Sans', sans-serif !important;
}

@media (max-width: 970px) {
    .footer-sidebar {
        width: 100%;
    }

    div#partners {
        width: 100%;
    }
}

@media (min-width: 970px) and (max-width: 1024px) {

    div#content, div#content.content.home-page, div#content.content.opinions-page,div#content.content.features-page, div#events-content, .single-spotlights .slider.cf, .single-content,.single-events-title, .single-opinion .slider.cf, div#content.single-events-content, div#content.full-width-content, div#partners-content, .publisher-slide.single-sl.slider.cf, .page-id-4540 div#content.single-events-content {
        width: 90%;
        margin-left: 10%;
        margin-top: 40px;
    }
}

@media (min-width: 1024px) {
    div#content {
        width: 100%;
        float: left;
    }
}

@media (max-width: 1024px) {

    body {
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .responsive-display {
        margin-bottom: 20px;
    }    

    .single-events-content .wrap.mb.cf {
        width: 100% !important;
    }

    .tax-events-categories .event-details {
        /* height: 230px; */
    }

    .sidebar-content-right {
        position: relative;
    
        float: right;
}

    .partner-widget {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }

    .right-sidebar .widget_search {
        position: absolute;
        top: 0;
        right: 20px;
        width: 250px;
    
        z-index: 30;
}

    .opinions-all-button {
        margin-left: 10%;
        float: none;
    }

    #content.content {
        padding-top: 0px;
        order: 1;  
        display: inline-table;
        float: left;
    }

    .content.home-page {
        padding-top: 40px;
    }

    .header-dttt .main-menu {
        width: 14%;
    }

    div.right {
        width: 90%;
        background: #f5f5f5;
        order: 2;
    
        margin-left: 10%;
}

    h1.coming-soon {
        width: 65%;
        height: 83px;
        vertical-align: middle;
        padding: 3.5% 3%;
        /*display: inline-block;*/
    }

    .right .widget_text {
        width: 35%;
        display: inline-block;
        float: right;
        background: #fff;
        border: 1px solid #e1f0c2;
        height: 83px;
    }

    .events-all-button ul {
        width: 49%;
    }


    .coming-soon-events a:last-child div {
        display: none;
    }

    .twitter-box {
        display: none;
    }

    .event-1 {
        width: 30%;
        margin: 10px;
        display: inline-block;
    }

    .coming-soon-events {
        margin: 0 auto;
    }

    .partners-sidebar .widget_text:first-child h3:before, .partners-sidebar .widget_text:first-child h3:after {
        border-right: 27px solid #f6d6c9;
    }

    .partners-sidebar .widget_text:nth-child(2) h3:before, .partners-sidebar .widget_text:nth-child(2) h3:after {
        border-right: 36px solid #c5ebe9;
    }

    .partners-sidebar .widget_text:nth-child(3) h3:before, .partners-sidebar .widget_text:nth-child(3) h3:after {
        border-right: 36px solid #e9b9d3;
    }
    .search-area input:nth-child(1) {
        background: #FFFFFF;
    }

    .footer-sidebar .widget_nav_menu {
        padding: 40px 20px 0 30px;
    }

    .post-info .post-title {
        font-size: 19px;
    }

    .text.cf {
        width: 100%;
    }

    .right-single {
        float: right;
        width: 100%;
        padding: 5px;
    }

    .right-single-downloads {
        float: right;
        width: 100%;
        padding: 5px;
    }

    .join-coming-soon {
        margin: 35px 0 15px 0;
    }

    .join-coming-soon:before {
        margin: -10px 15px 0 10px;
    }

    .right-single .event-1 {
        float: left;
        width: 30%;
        height: 150px;
    }

    .wrap.grid-mb.cf {
        width: 95%;
    }
    
    .discussion.cf .wrap.grid-mb.cf h3.cf {
        margin: 0% 5% 0% 0;
    }

    .single-features-posts-container {
        float: left;
        width: 95%;
    }

    .multi-column {
        width: 80%;
    }

    a.features-fallback:before {
        margin-left: 0;
    }

    .single-events-title .headline-title {
        padding: 20px 15px;
    }
    .about-left .single-event-main-content {
        margin-top: 5%;
    }

    .submenu#eventsDeSubMenu {
        display: none;
    }

    .inner-video {
        /* position: absolute; */
        width: 100%;
    }

    .single-events-title .partnership-events img {
        width: 85%;
    }

    .single-events-title .partnership-events {
        width: 30%;
        padding-left: 50px;
        display: none;
    }
    
    .more-events.mb.cf {
        float: right;
        margin-right: 5%;
        margin-top: 1%;
    }
    .about-left .single-event-main-content {
        width: 100%;
        padding: 0;
    }

    .single-event-main-content a img {
        /*margin-left: -29.5%;*/
        max-width: 100%;
    }

    .events-right-single {
        width: 85%;
    }

    .events-right-single .title.fl,.events-right-single .widget_text  {
        display: none;
    }

    .event-right .more a {
        margin-top: 15px;
    }

    .discussion.cf #disqus_thread {
        width: 90%;
    }

    .single-opinion .discussion.cf #disqus_thread {
        width: 100%;
    }

    .single-opinion .more-events.mb.cf {
        margin-right: 10%;
    }

    .grid-mb .thumb .valign {
        max-height: 200px;
    }


    .slide-img .inner-img img {
        height: 100%;
        top: 0;
    }

    .slide-img {
        min-height: 420px;
    }

    .grid-item-four.ad.grid-mb.mr {
        width: 49%;
    }

    .research-post {
        margin: 2%;
    }

    .partner-details {
        width: 100%;
    }
    .about-left .single-event-main-content {
        float: left;
    }

    .partners-sidebar .textwidget a {
        width: 75%;
        height: 150px;
    }

    .subscriptions-page .subscription-package {
        margin-top: 10px;
        position: relative;
        width: 45%;
        margin-bottom: 20px;
        margin: 15px;
    }

    .subscriptions-page.single-subs .subscription-package .subscription-image-container {
        width: 111%;
    }

    .menu-main-menu-container {
        top: 18%;
    }

    .discussion.cf {
        width: 100%;
    }

}

@media (max-width: 1023) {
    .tax-events-categories .event-details {
        display: none;
    }
}


@media (max-width: 970px) {

   /* body.single-events{
        padding-top: 46%;
    }*/
    .content.home-page {
        padding-top: 0;
    }

    div.right {
        margin-left: 0;
    }

    div#content, .events-content, .single-spotlights .slider.cf, .single-content,.single-events-title, .single-opinion .slider.cf, div#content.single-events-content, div#content.full-width-content, div#partners-content, .publisher-slide.single-sl.slider.cf {
        width: 100%; 
        /*display: inline-table; BA: This is stupid */
    }
    
    div#content, .events-content, .single-spotlights .slider.cf {
        margin-top: 0;
    }

    .multi-column {
        width: 100%;
    }

    .single-content {
        margin: 0;
    }

    .sidebar-content-right {
        width: 100%;
    }

    .right-sidebar .widget_search {
        display: none;
    }

    .opinions-all-button {
        margin-left: 0;
        /*margin: 0px 12%;*/
        float: right;
        /*width: 75%;*/
        /*text-align: center;*/
    }

    .page-title-banner {
        margin-top: 5px;
        padding: 10px 15px;
        width: 100%;
    }

    div#wprmenu_bar {
        position: fixed;
        float: left;
        width: 45px;
        top: 15px !important;
        margin-left: 10px;
        background: rgba(117, 117, 117, 1);
        height: 40px;
        z-index: 99999;
        /* padding-right: 94%; */
        margin-right: 10px;
    }

    
    html:before {
        content: " ";
        background: url(/wp-content/uploads/2014/08/logo.png);
        background-repeat: no-repeat;
        background-size: 45%;
        padding: 55px;
        position: absolute; 
        top: 10px;
        margin: 0 auto;
        left: 45%;
        z-index: 999999;
    }


    div#wprmenu_bar .menu_title {
        display: none;
    }
    #wprmenu_bar .wprmenu_icon {
        margin: -14px -3px;
    
        padding: 10px 10px;
        top: 15px;
    }

    div.right {
        width: 100%;
    }

    body.page-template-page-features-php #wprmenu_menu ul li a:hover {
        color: #e379d3 !important;
    }

    .single-spotlights #wprmenu_menu ul li a:hover {
        color: #e379d3 !important;
    }

    .page-template-page-opinions-php #wprmenu_menu ul li a:hover {
        color: #12c1cb !important;
    }

    .single-opinion #wprmenu_menu ul li a:hover {
        color: #12c1cb !important;
    }
    .page-id-617 #wprmenu_menu ul li a:hover {
        color: #9084E4 !important;
    }

    .post-type-archive-research #wprmenu_menu ul li a:hover {
        color: #f6cd19 !important;
    }

    .single-research  #wprmenu_menu ul li a:hover {
        color: #f6cd19 !important;
    }

    .post-type-archive-partners #wprmenu_menu ul li a:hover {
        color: #B1B1B1;
    }

    .single-partners  #wprmenu_menu ul li a:hover {
        color: #B1B1B1;
    }

    #wprmenu_menu ul li a:hover {
        color: #D3D3D3;
    }

    .discussion.cf #disqus_thread {
        margin: 0% 5% 0% 0;
    }

    .wrap.grid-mb.cf {
        padding: 15px;
    }

    .single-features-posts-container {
        float: none;
        width: 98%;
        margin: 0 auto;
    }

    li.spotlights img {
        height: 100% !important;
    }

    .more-spotlights {
        text-align: center;
    }

    .events-all-button ul {
        width: 55%;
    }

    .videoWrapper.slide-img {
        margin-top: -64%;
        display: table;
        position: relative;
        float: left;
        clear: both;
        position: absolute;
}
    .single-events .single-events-title {
        margin-top: 49%;
    }

    .more-events.mb.cf {
        display: none;
    }
    .single-events-title .headline-title {
        float: left;
        width: 100%;
        padding: 0;
}

    .single-events-title {
        width: 100%;
    }

    h2.headline-title {
        width: 100%
    }

    .single-post-title {
        padding: 24px 15px;
    }

    .grid-item-four.ad.grid-mb.mr {
        width: 49%;
    }

    .white-bg {
        top: 25%;
        width: 35%;
    }

    .ad .thumb img {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 100;
    }

    .left-side-content, .right-side-content {
        width: 100%;
        display: inline-table;
    }

    div#content.research-publishers-tax, .page-title-banner.research-banner {
        margin-top: 0;
    }

    .single-event-main-content a img {
        /*margin-left: -29.5%;*/
    }

    ul.cf {
        text-align: center;
    }

    .partners-sidebar .textwidget img {
        top: -40%;
        left: 0%;
        width: 100%;
    }

    .partners-sidebar .textwidget a {
        width: 60%;
        height: 150px;
    }

    div#wprmenu_menu {
        top: 66px;
    }


    #wprmenu_menu.left, #wprmenu_menu.right {
        top: 66px !important;
    }

    .tdt-background {
        z-index: -1;
    }

    .about-event .about-left {
        width: 100%;
        float: none;
    
}

    .about-event {
        width: 100%;
    }

    body.single .videoWrapper {
        left: 0;
    
    }

    .events-page-content {
        padding: 0 4%;
    }

 /*   body.single.single-events {
        padding-top: 48%;
    }*/
    .discussion.cf .wrap.grid-mb.cf {
        width: 100%;
    }

}

@media (min-width: 501px) and (max-width: 569px) {
    .white-bg {
        top:15%;
    }
}

@media (max-width: 768px) {


    .search-area input:nth-child(1) {
        background: #FFFFFF;
    }

    div.right {
        width: 100%;
        background: #f5f5f5;
    }

    h1.coming-soon {
        width: 65%;
        height: 83px;
        font-size: 200%;
    }

    .coming-soon-events a:nth-child(3) div {
        display: none;
    }

    .event-1 {
        width: 45%;
    }

    .partners-sidebar .widget_text .textwidget {
        padding: 20px 0 0 0;
    }

    .partners-sidebar .widget_text {
        width: 100%;
        padding: 20px 0 25px 0;
    }

    .partners-sidebar .widget_text:first-child h3:before, .partners-sidebar .widget_text:first-child h3:after {
        border-right: 225px solid #f6d6c9;
    }

    .partners-sidebar .widget_text:nth-child(2) h3:before, .partners-sidebar .widget_text:nth-child(2) h3:after {
        border-right: 240px solid #c5ebe9;
    }

    .partners-sidebar .widget_text:nth-child(3) h3:before, .partners-sidebar .widget_text:nth-child(3) h3:after {
        border-right: 245px solid #e9b9d3;
    }

    .footer-sidebar .widget_nav_menu:nth-child(2) {
        width: 45%;
        padding: 24px 20px 0 105px;
        background-image: url(/wp-content/uploads/2014/08/footer-img-right.png);
        background-repeat: no-repeat;
        margin-bottom: 5%;
    }

    .footer-sidebar .widget_text {
        padding: 40px 0% 0 4%;
        background: none;
        width: 55%;
    }

    .footer-sidebar .widget_nav_menu:nth-child(3) {
        width: 30%;
        padding: 40px 1% 4% 7%;
        background-image: url(/wp-content/uploads/2014/08/footer-img-left.png);
        background-repeat: no-repeat;
        background-position: 95% 240%;
    }

    .footer-sidebar .widget_tag_cloud {
        width: 61%;
        background: none;
        float: left;
    }

    .tax-events-categories .grid-item-four.ad.grid-mb.mr { 
        height: 221px;      
        float: left;
    }

    .tax-events-categories .ad .thumb {
        height: 221px !important;
        float: none;
        margin: 0 auto;
    }

    li.spotlights img {
        height: 100%;
    }

    .right-single .event-1 {
        width: 46%;
    }

    .single-events-title .headline-title {
        padding: 2% 0 2% 5%;
    }

    .single-events .single-events-title {
        margin-top: 10%;
    }

    div#wprmenu_bar {
        /* top: 15px !important; */
    }

    .ad .thumb {
        height: 415px !important;
        /* width: 100% !important; */
    }

    .grid-item-four.ad.grid-mb.mr {
        height: 415px;
        overflow: hidden;
    }
    
    .grid-mb .thumb .valign {
        max-height: initial;
    }

    .discussion.cf {
        padding: 0;
    }

    .research-post {
        margin: 2% 8%;
    }

    .partners-content .grid-item-four.ad.grid-mb.mr {
        height: 210px; 
    }

    .post-type-archive-partners .ad .thumb {
        width: 100% !important;
    }

    .slide-img {
        /* min-height: 422px; */
    }

}

@media (max-width: 755px) {

    .home-posts, .opinions-posts {
        margin: 0 2%;
    }

    .home-posts .post, .opinions-posts .post {
        width: 100% !important;
        margin: 5% 0;
    }

    .home-posts .post .title-category, .opinions-posts .post .title-category {
        bottom: 26% !important;
    }

    .post img.post-img {
        height: 90% !important;
        min-height: 320px;
    }

    li.spotlights, .tete-a-tete {
        max-width: 50%;
        width: 50%;
    }

    li.spotlights img {
        height: 100%;
    }

    .footer-sidebar .widget_nav_menu:nth-child(2) {
        margin-bottom: 11%;
    }

    .partners-sidebar .widget_text:first-child h3:before, .partners-sidebar .widget_text:first-child h3:after {
        border-right: 200px solid #f6d6c9;
    }

    .partners-sidebar .widget_text:nth-child(2) h3:before, .partners-sidebar .widget_text:nth-child(2) h3:after {
        border-right: 215px solid #c5ebe9;
    }

    .partners-sidebar .widget_text:nth-child(3) h3:before, .partners-sidebar .widget_text:nth-child(3) h3:after {
        border-right: 220px solid #e9b9d3;
    }

    .single-content li.spotlights {
        display: inline-block;
        float: left;
        padding: 0% 0% 0% 0;
        width: 48%;
    }

    .events-all-button ul {
        width: 62%;
    }

    .grid-item-four.ad {
        width: 100%;
    }

    .grid-item-four.ad.grid-mb.mr {
         width: 100%; 
    }

    .research-post {
        margin: 2% 3%;
    }


    .post-type-archive-partners .ad .thumb {
        height: 400px !important;
        margin: 0 auto;
    }

    .partners-content .grid-item-four.ad.grid-mb.mr {
        height: 400px;
    
}
/*    .ad .thumb {
    height: 380px;
    }*/


}

@media (max-width: 736px) {
    .slide-img {
        min-height: 404px;
    }
}

@media (max-width: 667px) {
    .slide-img {
        min-height: 365px;
    }

    .subscriptions-page .subscription-package {
        width: 95%;
        float: left !important;
    }

    .subscriptions-page.single-subs .subscription-package .subscription-image-container {
        width: 100%;
    }

    .subscriptions-page .subscription-package .details-container {
        width: 100%;
    }

}


@media (max-width: 600px) {

    .partners-sidebar .widget_text:first-child h3:before, .partners-sidebar .widget_text:first-child h3:after {
        border-right: 170px solid #f6d6c9;
    }

    .partners-sidebar .widget_text:nth-child(2) h3:before, .partners-sidebar .widget_text:nth-child(2) h3:after {
        border-right: 180px solid #c5ebe9;
    }

    .partners-sidebar .widget_text:nth-child(3) h3:before, .partners-sidebar .widget_text:nth-child(3) h3:after {
        border-right: 185px solid #e9b9d3;
    }

    .footer-sidebar .widget_text {
        width: 55%;
    }

    .footer-sidebar .widget_nav_menu {
        width: 30%;
        padding: 40px 1% 3% 7% !important;
    }

    .footer-sidebar .widget_nav_menu {
        width: 15%;
    }

    .footer-sidebar .widget_nav_menu:nth-child(2) {
        margin-bottom: 12%;
    }

    li.spotlights, .tete-a-tete {
        max-width: 100%;
        width: 100%;
    }

    .single-events-title .headline-title {
        width: 100%;
        margin: 1% 0;
    }

    .videoWrapper.slide-img {
        margin-top: -68%;
    }

    .events-all-button ul {
        /*width: 70%;*/
        width: 50%;
        /*margin-left: 15%;*/
    }

    .single-events .single-events-title {
        /*margin-top: 55%;*/
    }

    .events-all-button ul li a {
        font-size: 14px;
    }

    .vimeo-loading {
        font-size: 20px;
        top: 61%;
        left: 70%;
    }

    .slide-img {
        min-height: 328px;
    }

    .white-bg {
        width: 45%;
    }

    .partners-content .wrap.mb.cf {
        padding: 0 5px;
    }

    .partners-content .grid-item-four.ad.grid-mb.mr {
        height: 325px;
    }
    .post-type-archive-partners .ad .thumb {
        height: 325px !important;
    }
    

    .left-side-content {
        height: 250px;
    }

    .single-event-main-content a img {
        /*margin-left: -7.5%;*/
    }

    .partners-sidebar .textwidget img {
        top: -30%;
    }

    .partners-sidebar .textwidget a {
        height: 130px;
    }


}


@media (max-width: 568px) {
    div#events-right-single-sidebar {
    margin-top: 0 !important;
}
    #multi-column > p > iframe{
        max-width: 100%;
    }

    .partners-sidebar .widget_text:first-child h3:before, .partners-sidebar .widget_text:first-child h3:after {
        border-right: 145px solid #f6d6c9;
    }

    .partners-sidebar .widget_text:nth-child(2) h3:before, .partners-sidebar .widget_text:nth-child(2) h3:after {
        border-right: 150px solid #c5ebe9;
    }

    .partners-sidebar .widget_text:nth-child(3) h3:before, .partners-sidebar .widget_text:nth-child(3) h3:after {
        border-right: 160px solid #e9b9d3;
    }

    .videoWrapper.slide-img {
        margin-top: -68%;
    }

    .slide-img {
        min-height: 290px;
    }

    .research-post {
        margin: 2%;
    }

    .left-side-content {
        height: 100%;
    }
    .single-event-main-content a img {
        /*margin-left: -6.5%;*/
    }
}
/*TDT*/
/*Change Related Stories in: More from #DTTT*/
@media only screen  and (min-width: 1701px) and (max-width: 1811px){
    .single-opinions-posts-container li.spotlights {
        height: 409px !important;
    }
}
@media only screen  and (min-width: 1600px) and (max-width: 1700px){
    .single-opinions-posts-container li.spotlights {
        height: 431px !important;
    }
}
@media only screen  and (min-width: 1501px) and (max-width: 1599px) {
    .single-opinions-posts-container li.spotlights {
        height: 288px !important;
    }
}
@media only screen  and (min-width: 1201px) and (max-width: 1500px) {
    .single-opinions-posts-container li.spotlights {
        height: 312px !important;
    }
}
@media only screen  and (min-width: 1000px) and (max-width: 1200px) {
    .single-opinions-posts-container li.spotlights {
        height: 330px !important;
    }
}
@media only screen  and (min-width: 920px) and (max-width: 1000px) {
    .single-opinions-posts-container li.spotlights {
        height: 370px !important;
    }
}
@media only screen  and (min-width: 865px) and (max-width: 919px) {
    .single-opinions-posts-container li.spotlights {
        height: 383px !important;
    }
}
@media only screen  and (min-width: 756px) and (max-width: 864px) {
    .single-opinions-posts-container li.spotlights {
        height: 386px !important;
    }
}
@media only screen  and (min-width: 701px) and (max-width: 755px) {
    .single-opinions-posts-container li.spotlights {
        height: 346px !important;
    }
}
@media only screen  and (min-width: 656px) and (max-width: 700px) {
    .single-opinions-posts-container li.spotlights {
        height: 372px !important;
    }
}
@media only screen  and (min-width: 601px) and (max-width: 655px) {
    .single-opinions-posts-container li.spotlights {
        height: 367px !important;
    }
}
@media only screen  and (min-width: 551px) and (max-width: 600px) {
    .single-opinions-posts-container li.spotlights {
        height: 389px !important;
    }
}
@media only screen  and (min-width: 501px) and (max-width: 550px) {
    .single-opinions-posts-container li.spotlights {
        height: 406px !important;
    }
}
/*TDT END*/
@media (max-width: 500px) {
    .home-posts .post, .opinions-posts .post {
        width: 100%;
        min-height: initial !important;
    }

    .post img.post-img {
        min-height: 200px;
    }

    h1.coming-soon {
        height: 60px;
    }

    .right .widget_text {
        height: 60px;
    }

    .event-1 {
        width: 90%;
    }

    .partners-sidebar .widget_text:first-child h3:before, .partners-sidebar .widget_text:first-child h3:after {
        border-right: 70px solid #f6d6c9;
    }

    .partners-sidebar .widget_text:nth-child(2) h3:before, .partners-sidebar .widget_text:nth-child(2) h3:after {
        border-right: 80px solid #c5ebe9;
    }

    .partners-sidebar .widget_text:nth-child(3) h3:before, .partners-sidebar .widget_text:nth-child(3) h3:after {
        border-right: 85px solid #e9b9d3;
    }

    .footer-sidebar .widget_text {
        width: 100%;
        text-align: center;
        padding: 20px 10px;
        background-image: url(/wp-content/uploads/2014/08/footer-img-right.png);
        background-repeat: no-repeat;
        padding-top: 40px;
        background-position: 100% 0;
    }

    .footer-sidebar .widget_nav_menu {
        width: 100% !important;
        text-align: center;
        padding: 20px 10px !important;
        background: none !important;
    }

    .footer-sidebar .widget_tag_cloud {
        width: 100%;
        text-align: center;
        padding: 20px 0;
        margin-bottom: 0;
        background: none;
        background-image: url(/wp-content/uploads/2014/08/footer-img-left.png);
        background-repeat: no-repeat;
        height: 175px;
    }

    .footer-sidebar .widget_tag_cloud .tagcloud {
        height: 140px;
        overflow: hidden;
    }

    .footer-sidebar .menu-item {
        display: inline-block;
        border-left: 1px solid;
        padding: 0 5px;
    }
    .footer-sidebar .menu-item:first-child {
        border-left: 0;
    }

    h1.coming-soon {
        font-size: 150%;
    }

    li.spotlights img {
        height: 100%;
    }

    .page-title-banner {
        padding: 5% 0 5% 5%;
        float: left;
        margin-bottom: 20px;
    }

    .page-icon {
        margin-left: 30px;
    }

    h2.headline-title {
        width: 90%;
    }

    .multi-column {
        width: 98%;
    }

    .multi-column img {
        margin-left: 0;
        width: 100%;
        margin-right: 0;
    }

    p.wp-caption-text {
        margin-left: 0;
        width: 100%;
        margin-bottom: 5px !important;
    }

    .wp-caption.aligncenter {
        width: 100% !important;
    }

    .right-single .event-1 {
        width: 95%;
    }
    .single-content li.spotlights {
        width: 98%;
    }

    .single-post-title {
        padding: 24px 0;
    }

    a.features-fallback:before {
        margin: -10px 12px;
    }

    .grid-item-four.ad {
        margin: 0;
        margin-bottom: 2%;
    }
    .single-post-info {
        width: 100%;
    }

    .join-coming-soon {
        padding: 0;
    }
    .features-page a.thumb.valign img {
        min-height: 35%;
    }

    .about-left, .events-video .about-left {
        width: 100%;
    }

    .single-event-main-content a img {
        /*margin-left: -12%;*/
        max-width: 100%;
        margin-top: 15px;
    }
    .events-all {
        padding: 2% 5% 2% 5%;
    }

    .single-events-title .headline-title {
        width: 100%;
        margin-left: 0;
        padding: 4% 0;
    }

    .events-all-button ul {
        width: 100%;
    }

    .single-events .submenu li {
        padding: 2% 5% 2% 5%;
    }

    .about-left p {
        width: 100%;
        font-size: 16px !important;
    }

    .single-events .single-events-title {
        /*margin-top: 60%;*/
    }
    .videoWrapper.slide-img {
        margin-top: -77%;
    }

    .inner-video a {
        /*display: none;*/
    }

    .event-page-content.event-about-the-event {
        width: 90%;
        margin: 0 auto;
    }
    .events-all-button ul {
        margin-left: 5%;
    }

    .white-bg {
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .slide-img {
        min-height: 223px;
    }

    .facebook-button a, .twitter-button a, .linkedin-button a {
        display: block;
    }

    .slide-img .inner-img img {
        height: auto;
    }


    .research-single-page {
        padding: 0;
    }

    .post-type-archive-partners .ad .thumb {
        height: 235px!important;
        width: 100% !important;
    }

    .partners-content .grid-item-four.ad.grid-mb.mr {
        height: 265px;
    }

    .single-partners .ad .thumb {
        width: auto !important;
    }

    .vimeo-loading {
        top: 25%;
    }

    .subscriptions-page .subscription-package {
        margin: 15px 8px;
    }

    .partners-sidebar .textwidget a {
        width: 90%;
    }

    .subscriptions-page.single-subs .subs-contents .float-right.dest-text-box {
        width: 100%;
    }

    .fa-chevron-down {
        padding: 0 45%;
    }

    span.spot-city.fl {
        width: auto;
        text-align: left;
    }
        /* display: inline-block; */
    .single-opinions-posts-container li.spotlights {
        height: auto !important;
    }
}
    /*TDT*/
    .opinions-all-button {
        float: right;
    }


}
@media (max-height: 480px){
    li.spotlights img {
    height: auto !important;
}
}
@media (max-width: 385px) {
    .footer-sidebar .widget_nav_menu:nth-child(2) {
        padding: 0;
        background-image: none;
    }

    .page-title-banner {
        padding-bottom: 5%;
    }

    .single-events-title .headline-title {
        margin-left: 3%;
    }
    .videoWrapper.slide-img {
        margin-top: -78%;
    }
    .events-all-button ul {
        width: 105%;
        margin-left: -8%;
    }

    .white-bg {
        right: 0%;
        left: 0%;
        top: 0%;
        width: 100%;
        height: 100%;
    }

    .slide-img {
        min-height: 201px;
    }

    .white-bg div {
        font-size: 145%;
    }

    .facebook-button a, .twitter-button a, .linkedin-button a {
        font-size: 75%;
    }

    .inner-video {
        height: 100%
    }

    .research-post {
        margin: 5% 15%;
    }

    .tax-events-categories .grid-item-four.ad.grid-mb.mr {
        height: 230px;
    }

    .tax-events-categories .ad .thumb {
        height: 211px !important;
        width: 100% !important;
    }


    .opinions-all-button {
        float: right;
        width: 84%;
    }

}

@media (max-width: 350px) {


    .post-info .post-title {
        font-size: 17px;        
    }

    img.TA-logo {
        padding: 20px 5px;
    }

    h1.coming-soon {
        font-size: 14px;
        padding: 3.5% 3%;
    }

    .partners-sidebar .widget_text:first-child h3:before, .partners-sidebar .widget_text:first-child h3:after {
        border-right: 40px solid #f6d6c9;
    }

    .partners-sidebar .widget_text:nth-child(2) h3:before, .partners-sidebar .widget_text:nth-child(2) h3:after {
        border-right: 45px solid #c5ebe9;
    }

    .partners-sidebar .widget_text:nth-child(3) h3:before, .partners-sidebar .widget_text:nth-child(3) h3:after {
        border-right: 50px solid #e9b9d3;
    }

    .right-sidebar .widget_search {
        width: 220px;
    }

    .videoWrapper.slide-img {
        margin-top: -78%;
        margin-left: 0.5%;
    }

    .research-post {
        margin: 5% 8%;
    }

    .single-partners {
        margin: 5% 0;
    }

    .left-side-content, .right-side-content {
        display: block;
    }

    .more-from-partner .research-post {
        margin: 0;
    }

    .slide-img {
        min-height: 170px;
    }
}
@media (max-width: 1200px){
    .multi-column img {
        width: 100%;
        height: auto;
    }
}

div#content {
    /* min-height: 900px; */
    height: 100%;
    position: relative;
    z-index: 12;
    float: right;
}

.headline-title p {
    padding: 0;
}

.tdt-background {
    display: block;
    right: 20%;
    width: 20%;
    position: fixed;
    top: 50%;
}
