/*
Theme Name: Eventor
Support URI: http://www.themeskingdom.com/support/
Description: Eventor WordPress Theme allows easily adding event program schedule, speakers lineup and profiles, sponsors, event gallery and many more useful things...
Author: Themeskingdom
Author URI: http://www.themeskingdom.com/support/
Version: 2.2.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme URI: http://www.themeskingdom.com/
Tags: one-column, two-columns, three-columns, four-columns, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

@import url("style/reset.css");
@import url("style/style.css");
@import url("style/shortcodes.css");

/*added css*/
.clr{ clear:both;}
.footer-out{ background:#000;}
.footer-wrapper{background:#000; }

.footer-holder {
padding: 0px 0 25px 6px;
background: url(style/img/footer_bg.png) top right no-repeat;
border-top: solid 1px #343435;
}
.box{width: 230px; float:left;}
.box:nth-child(2), .box:nth-child(3){margin-left: 20px;}
.box:nth-child(4){margin-left: 12px;}
.clear{clear:both;}
.box h3{color: #bbbbbb; font-size: 18px; font-weight: normal; font-family: 'bignoodletitlingregular'; text-transform: uppercase; margin: 24px 0px 19px 0px;}
.box p{font-size: 11px; color:#B4B4B4; font-family:"helvetica neue",Helvetica,Arial,Verdana,sans-serif; margin:0px; font-weight:bold; margin: 0px 0px 6px 0px;}
.footer-items{}
.footer-items ul{margin: 0px; padding:0px;}
.footer-items ul li{list-style:none; font-size: 11px; color:#B4B4B4; font-family:"helvetica neue",Helvetica,Arial,Verdana,sans-serif; margin: 0px 0px 6px 0px; display:block; }
.footer-items ul li a{font-size: 11px; color:#B4B4B4; font-family:"helvetica neue",Helvetica,Arial,Verdana,sans-serif; text-decoration:none;}
.footer-items ul li a:hover{color:#fff;}
.footer-items ul li span{color:#B4B4B4;}
.footer-bottom{border-top: solid 1px #343435; border-bottom: solid 1px #343435; padding: 20px 0px; margin: 41px 0px 0px 0px;}
.bottom-left{width:271px; float:left;}
.bottom-right{width:709px; float:left;}
.bottom-right ul{margin: 0px 0px 4px 0px; padding:0px;}
.bottom-right ul li{list-style:none; display:inline-block; background: url(style/img/seperator.jpg) right no-repeat; padding: 0 5px 0 0;}
.bottom-right ul li a{font-size: 11px; color:#bbbbbb; font-family:"helvetica neue",Helvetica,Arial,Verdana,sans-serif; text-decoration:none;}
.bottom-right ul li a:hover{}
.footer-bottom p{font-size: 11px; color:#B4B4B4; font-family:"helvetica neue",Helvetica,Arial,Verdana,sans-serif; font-weight:normal; margin:0px;}
.more-info-button {
    color: #fff;
    font-size: 11px;
    font-family: 'Georgia';
    font-style: italic;
    padding: 9px 17px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background-color: rgba(0, 0, 0, 0.21);
    border-radius: 4px;
}
.home-speaker-excerpt {
float: left;
width: 100%;
height: 66px;
overflow: hidden;
color: #666;
font-size: 14px;
font-family: 'Helvetica';
line-height: 22px;
padding: 2px 0 0 0!important;
margin: 0!important;
background: none!important;
font-weight: normal;
}
.home-post-center-content span { width: 91%; height: auto; padding: 10px 15px 10px 15px; background: #8f8f8f; border: 1px solid #777777; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
    
@media only screen and (max-width: 1024px){
.footer-holder .box:nth-child(3) {
margin-left: 0px;
}
}
@media only screen and (max-width: 991px){
.footer-holder .box {width: 209px;}
.footer-holder .box:nth-child(2), .box:nth-child(3), .footer-holder .box:nth-child(4) {margin-left: 0px;}
.footer-bottom .bottom-left {
width: 26%;
}
.footer-bottom .bottom-right {
width: 72%; margin-left:2%;}
}
@media only screen and (max-width: 900px){

.footer-holder .box {
width: 186px;
}
}
@media only screen and (max-width: 800px){
.footer-holder .box {
width: 181px;
}
}
@media only screen and (max-width: 767px){
.footer-holder .box {
width: 100%;
text-align: center;
}
}
@media only screen and (max-width: 600px){
.footer-bottom .bottom-left {
width: 100%;
text-align: center;
}
.footer-bottom .bottom-right {
width: 100%; margin-left: 0%;
text-align: center;
}
}