/* 
Theme Name:		 Twenty Seventeen Child
Theme URI:		 http://www.websitebundles.com/
Description:	 Theme by Site <a href=\"http://childthemegenerator.com/\">http://childthemegenerator.com/</a>
Author:			 WebsiteBundles
Author URI:		 http://childthemegenerator.com/
Template:		 twentyseventeen
Version:		 1.0.0
Text Domain:	 Twenty-Seventeen-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
    font-family: 'nexabold';
    src: url('fonts/nexa_bold/nexa_bold-webfont.svg');
    src: url('fonts/nexa_bold/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/nexa_bold/nexa_bold-webfont.woff') format('woff'),
    url('fonts/nexa_bold/nexa_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexaregular';
    src: url('fonts/nexa_regular/nexa_regular-webfont.svg');
    src: url('fonts/nexa_regular/nexa_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/nexa_regular/nexa_regular-webfont.woff') format('woff'),
    url('fonts/nexa_regular/nexa_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexalight';
    src: url('fonts/nexa_light/nexa_light-webfont.svg');
    src: url('fonts/nexa_light/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/nexa_light/nexa_light-webfont.woff') format('woff'),
    url('fonts/nexa_light/nexa_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
body .cool-timeline .timeline-post .timeline-content .content-title,
body .cool-timeline .timeline-post .timeline-icon .icon-placeholder span,
body .cool-timeline .timeline-year .icon-placeholder span,
body .cool-timeline-wrapper{
    font-family: nexaregular;
}

strong,
b{
    font-family: nexabold !important;
}

body.has-header-image h1.site-title{
    font-size: 32px;
    font-size: 2rem;
}
body.has-header-image h1.site-title span{
    display:block;

}
body.has-header-image h1.site-title img{
    display:inline-block;
}

a{
    color:white !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
a:HOVER{
    text-decoration: none !important;;
    box-shadow: none !important;;
    border:0 !important;
    color:white !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder{
    color:    white;
	font-family: 'nexaregular';
}
input[type="text"]::-webkit-input-placeholder {
    color: white;
	font-family: 'nexaregular';
}
/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.twentyseventeen-panel{
    z-index: 100;
    background:#79bde8;
}
@keyframes scroll-down{
    0%,100%{border-color:#79bde8;}
    50%{border-color:#FFF;}
}
@-webkit-keyframes scroll-down{
    0%,100%{border-color:#79bde8;}
    50%{border-color:#FFF;}
}
.down-arrow.play {
    animation: scroll-down 2s ease-in-out infinite;
    visibility: visible;
}

.scroll-down-indicator {
    -webkit-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
    cursor: pointer;
    width: 20px;
    margin: 0 auto;
    display:none;
}
.down-arrow {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    margin-top: -1px;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: hidden;
}
.down-arrow:nth-child(1) {
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
.down-arrow:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.down-arrow:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.something-add,
.site-about{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
}
.something-add{
    left:70px;

}
.something-box{
    margin-top: -2px;
    width: 280px;
    background: #79bde8;
    color: white;
    
    font-size: 14px;
    font-family: Calibri, sans-serif;
    display: none;
}
.something-box div{
	padding: 15px 15px 5px;
}
.something-box h4{
    color:white;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.something-box a{
    font-weight: bold;
    display: block;
    padding: 5px 15px;
    background: #80e0a7;
}
.something-add > a,
.site-about > a{
    color:white;
    background-color: #80e0a7;
    padding:0 3px;
    margin: 0 10px 0 0;
}
.something-add > a:HOVER,
.site-about > a:HOVER{
    background-color:#79bde8;
    color:white;
}
.site-share{
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 100;
}
.trigger-share{
    width:45px;
    display: block;
    cursor:pointer;
    text-align: center;
}
.share-buttons{
    width:45px;
    display:none;
}
.share-buttons img {
    width: 45px;
    padding: 0;
    border: 0;
    box-shadow: none !important;
    display: inline;
}

.site-search{
    position: absolute;
    top: 10px;
    right: 70px;
    z-index: 100;
}
.trigger-search{
    display: block;
    cursor:pointer;
    text-align: center;
    padding: 5px;
}
.trigger-search img{
    display: block;
}
.share-footer .trigger-share:HOVER,
.share-footer .trigger-search:HOVER,
.cool-timeline-bar .trigger-share:HOVER,
.cool-timeline-bar .trigger-search:HOVER,
.trigger-share.opened,
.trigger-search.opened{
    background: #A1D8F3;
}
.search-input{
    position: absolute;
    top: 0;
    right: 50px;
    width: 240px;
    display:none;
}
.cool-timeline-bar .search-input {
    top: 0;
    border: 1px solid white;
    right: 51px;
}
.cool-timeline-bar .search-input input{
    padding: 12px;
}
.search-input input{
    padding: 13px;
    color:white !important;
    background-color: #80e0a7;
    border: 0;
    border-radius: 0;
}
.site-branding{
    padding:0;
}
.site-branding-text{
    width: 100%;
    text-align:center;
}

.site-branding-text h1{
    background: #79bde8;
    width: 270px;
    height: 270px;
    padding: 85px 5px 0px;
    border-radius: 100%;
    color: white;
    text-align: center;
    display: block;
    margin: 0 auto 25px;
}
.site-branding-text h1 a{
    color:white;
}
.site-branding-text h1 img{
    margin-bottom: 15px;
}
.site-branding-text h3.site-description{
    font-size: 21px;
    font-size: 1.31rem;
    padding:0;
}

.twentyseventeen-front-page.has-header-image .site-branding{
    margin-bottom:-400px;
}

.site-header .menu-scroll-down{
    position:relative;
    right:auto;
    top:auto;
    display:block;
    padding: 1em;
    height:65px;

}

.page-one-column .panel-content .wrap {
    max-width: 1020px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0em;
}


.site-content-contain{
    background-color:#79bde8
}

.cool-timeline .timeline-post .timeline-content h2.content-title, .cool-timeline .timeline-post .timeline-content h2.content-title-2, .cool-timeline .timeline-post .timeline-content h2.content-title-simple, .cool-social-timeline .ctl-social-timeline-block .ctl-social-timeline-content .ctl_social_cont h2{
    display:none;
}

.cool-timeline.white-timeline .timeline-post .timeline-content{
    background-color:transparent !important;

}

.cool-timeline.white-timeline .timeline-post .timeline-content .content-details, .cool-social-timeline .ctl-social-timeline-block .ctl-social-timeline-content .ctl_social_cont{
    color:white;
}

.panel-content .entry-header{
    display:none;
}
.cool_timeline.cool-timeline-wrapper{
    margin-top:0;
    margin-bottom:0;
}

.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post .timeline-content p.content-category a{
    margin-right:15px;
}
.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post .timeline-content.special p.content-category a{
    color:#79bde8 !important;
}

.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special{
    margin:0 auto 30px;
    padding: 0;
    position:relative;
    z-index:100;
    overflow:hidden;
    width:70%;
}
.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special .pull-left{
    margin: 0 10px 0 0;
    padding-right: 1px;
}
.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special h4{
    font-size:110px;
    line-height: 100px;
    color:white;
    margin-top:10px;
    letter-spacing: 0;
    font-family: 'nexaregular';
}
.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special h5{
    font-size:60px;
    line-height: 60px;
    color:white;
    margin-top:10px;
    letter-spacing: 0;
    font-family: 'nexaregular';
}

.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special h6{
    font-size:50px;
    line-height: 50px;
    color:white;
    margin-top:10px;
    letter-spacing: 0;
    font-family: 'nexaregular';
}
.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special .timeline-content{
    position:relative;
    z-index: 100;
}
.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special .timeline-content .content-details{
    font-size: 21px;
    text-align: left;
    padding-top: 25px;
}
.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special .timeline-content p.content-category{
    margin-top:20px;
}

.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special table{
    width:100%
}
.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special table tr{
    border:0;
}
.cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special table td{
    width:50%;
    vertical-align: top;
}
.cool-timeline-wrapper .cool-timeline-bar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color:#80e0a7;
    color:white;
    text-transform: uppercase;
    font-size: 24px;
    padding:8px 10px 5px;
    height: 50px;
    z-index:1000;
}
.cool-timeline-wrapper .cool-timeline-bar.fixed{
    position: fixed;
}
.cool-timeline-wrapper .cool-timeline-bar h1.timeline-main-title{
    padding-left: 200px;
    font-size: 23px;
    line-height: 38px;
    text-align: left;
}
.cool-timeline-wrapper .cool-timeline-bar h1.timeline-main-title a{
    color:white;
    text-decoration: none;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.cool-timeline-wrapper .cool-timeline-bar .cool-timeline-bar-logo{
    position:absolute;
    margin-left: 20px;
    box-shadow: none;
    -webkit-box-shadow:none;
}
.cool-timeline-wrapper .cool-timeline-bar .cool-timeline-bar-logo img{
    box-shadow: none;
    -webkit-box-shadow:none;
}
.cool-timeline-wrapper .cool-timeline-bar .site-share{
    top: 0;
    right: 5px;
}
.site-search .trigger-search{
    width: auto;
    padding: 10px;
}
.site-share .trigger-share{
    width: auto;
    padding: 7px;
}
.site-share .trigger-share img{
    display: block;
}
.cool-timeline-wrapper .cool-timeline-bar .site-search{
    top: 0;
    right: 52px;
}
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post {
    margin-bottom: 0px;
}

.cool_timeline.cool-timeline-wrapper .cool-timeline.white-timeline .timeline-year {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    left: 50%;
    margin-left: -2px;
    padding: 0;
}
.cool-timeline .timeline-post .timeline-content .content-details p.content-category{
    padding:10px 0;
    text-transform: uppercase;
    font-family: 'nexalight';
}
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-year .icon-placeholder{
    padding: 8px 0;
}
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-year .timeline-bar{
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 25px solid #005596;
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
}
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-year.odd{
    margin-left: -94px;
}
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-year.odd .timeline-bar{
    left: -25px;
    border-left:0;
    border-right: 25px solid #005596;
}
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-year .icon-placeholder span{
    top:0;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    height: auto;
}
.cool_timeline.cool-timeline-wrapper .cool-timeline.white-timeline:before,
.cool_timeline.cool-timeline-wrapper .cool-timeline.white-timeline.one-sided:before{
    width: 8px;
}

.cool_timeline.cool-timeline-wrapper  .cool-timeline.white-timeline  .timeline-post .icon-dot-full{
    width: 30px;
    height: 30px;
    margin-left: -12px;
}
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post .timeline-content .content-details{
    font-family: Calibri, sans-serif;
}
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post .timeline-content.even .content-details,
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post .timeline-content.odd .content-details{
    font-size: 18px;
    font-weight: normal;
}
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post .timeline-content.even .content-details strong,
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post .timeline-content.even .content-details b,
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post .timeline-content.odd .content-details strong,
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post .timeline-content.odd .content-details b{
    font-family: Calibri, sans-serif !important;
}
.cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post .timeline-content.odd .content-details{
    text-align:right;
}

.cool-timeline .timeline-post .timeline-content .content-category{
    font-size:20px;
    position: relative;
}
.cool-timeline .timeline-post .timeline-content .content-category img{
    display: inline;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.col-timeline-filters{
    position: absolute;
    top: 0;
    right: 125px;
}
.col-timeline-filters .dropbtn{
    background-color:transparent;
    text-transform: lowercase;
    font-size: 22px;
    font-family: nexalight;
    padding: 8px 20px;
}
.col-timeline-filters .dropbtn i{
    vertical-align: middle;
}
body.timeline-no-content .cool_timeline.cool-timeline-wrapper .cool-timeline.white-timeline:before,
body.timeline-no-content .cool_timeline.cool-timeline-wrapper .cool-timeline.white-timeline.one-sided:before{
    width: 0;
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #A1D8F3;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    text-transform: initial;
    max-height: 290px;
    overflow: auto;
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 5px 25px 5px 10px;
    text-decoration: none;
    display: block;
    font-size: 17px;
    box-shadow: none;
    text-align: right;
    color: #005596 !important;
    font-family: "nexaregular";
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    border:0 !important;
    box-shadow: none;
    color:white !important;
}


/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #A1D8F3;
    color:#005596;
}
.ctl-bullets-container{
    display:none !important;
}


.pre-footer{
    background: transparent url(img/banner-footer.jpg) center center no-repeat;
    background-size: cover;
    color:white;
    padding: 30px;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 110px;
}
.title-pre-footer span{
    display: none;
    position: absolute;
    left:0;
    right:0;
}

footer.site-footer{
    margin-top:0;
    border:0;
    margin-bottom: 100px;
    font-family: Calibri, sans-serif;
}
footer .site-info{
    text-align: center;
    width: 100%;
    position:relative;
}
footer .site-info a{
    box-shadow: none;
}
footer .social-media{
    position: absolute;
    padding: 20px 0;
    font-size: 30px;
}
footer .social-media a{
    color: #005595 !important;
    padding:0 5px;
}
footer .social-media a:HOVER{
    opacity: 0.7;
}
footer .copyright{
    color:white;
    text-transform: uppercase;
    margin-top: 15px;
    position: absolute;
    right: 0;
    padding: 10px;
    top: 20px;
}
footer .copyright h4{
    color: white;
    margin: 0 0 10px;
    padding-top: 20px;
    font-size: 36px;
}
footer .copyright h5{
    color: white;
    margin: 0;
    padding: 0;
}
.cooltimeline_cont .no-content{
    margin-top: 40px;
}
.cooltimeline_cont .no-content h4 a:HOVER,
.cooltimeline_cont .no-content h4 a,
.cooltimeline_cont .no-content h4{
    color:white;

}
.cooltimeline_cont .no-content h4 a:HOVER,
.cooltimeline_cont .no-content h4 a{
    text-decoration: underline;
    box-shadow: none;
}
#chartContainer{
    position: fixed;
    bottom:0;
    z-index: 10000;
    background-color:rgba(172, 216, 241, .9);
    display: none;
    width: 100% !important;
}
#chartContainer .box{
    padding:5px;
}
#chartContainer h4{
    margin:0;
    padding:0;
    color:#659dc5;
    text-transform: uppercase;
    font-size: 16px;
}
#chartContainer .flag{
    position: absolute;
    margin-top: 4px; 
	    padding-left: 15px;
}
#chartContainer .flag .chart-year{
    background: #659dc5;
    color: white;
    padding: 1px 10px;
}
#chartContainer .flag .arrow{
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #659dc5;
    position: absolute;
    top: 1px;
    right: -11px;
    bottom: 0;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
#chartContainer .goal{
    position: absolute;
    top: 30%;
    right: 10%;
    font-size: 12px;
    line-height: 12px;
    color: #397bae;
}
#myChart{
    max-height: 80px;
}
.share-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: rgba(255, 255, 255, .8);
    z-index: 100;
    display: none;
}
.share-footer .site-search,
.share-footer .site-share{
    display: block;
    top: 0px;
}
.share-footer .share-buttons{
    bottom: 50px;
    position: absolute;
	margin: 0px 18px;
}
@media screen and (min-width: 1150px) and (max-width: 1250px) {
    #chartContainer{
        max-height: 100px;
    }
    #chartContainer .flag {
        margin-top: 2px;
    }
    #chartContainer .flag .chart-year {
        padding: 0px 5px;
    }
    #chartContainer .flag .arrow {
        border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #659dc5;
		top: 2px;
		right: -10px;
    }
}
@media screen and (min-width: 1050px) and (max-width: 1150px) {
    #chartContainer{
        max-height: 95px;
    }
    #chartContainer .flag {
        margin-top: 0px;
    }
    #chartContainer .flag .chart-year {
        padding: 0px 5px;
    }
    #chartContainer .flag .arrow {
       border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #659dc5;
		top: 2px;
		right: -10px;
    }
    .cool-timeline-wrapper .cool-timeline-bar h1.timeline-main-title{
        font-size: 21px;
    }
}
@media screen and (max-width: 1050px) {
    footer.site-footer{
        margin-bottom:0;
    }
    #chartContainer{
        display: none !important;
    }
}
@media screen and (min-width: 861px) and (max-width: 1050px) {

    .pre-footer{
        font-size: 30px;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special h5{
        font-size: 55px;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special h6{
        font-size: 45px;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special .timeline-content .content-details{
        font-size: 18px;
    }
    .col-timeline-filters .dropbtn{
        font-size: 18px;
        padding: 12px 5px 11px 7px;
    }
    .cool-timeline-wrapper .cool-timeline-bar h1.timeline-main-title{
        font-size: 16px;
    }
}

@media screen and  (max-width: 860px) {
    .panel-content .wrap {
        padding-top: 1.5em;
    }
    .cool-timeline-wrapper .cool-timeline-bar .cool-timeline-bar-logo{
        margin-left: 0;
    }
    .cool-timeline-wrapper .cool-timeline-bar h1.timeline-main-title{
        font-size: 16px;
        padding-left: 120px;
    }
    .col-timeline-filters .dropbtn{
        font-size: 18px;
        padding: 12px 5px 11px 7px;
    }
    .col-timeline-filters{
        right:100px;
    }
    .site-share {
        top: 7px;
        right: 5px;
    }
    .site-search {
        right: 49px;
    }
    .cool-timeline .timeline-post .timeline-content .content-details .content-category img{
        width:auto;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline.white-timeline  .timeline-post .icon-dot-full{
        margin-left: 4px;
    }
    .cool_timeline.cool-timeline-wrapper .cool-timeline.white-timeline .timeline-year{
        left: 0;
        margin-left: 13px;
    }
    .cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post .timeline-content.odd .content-details{
        text-align:left;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special .timeline-content .content-details{
        font-size: 18px;
    }
    .cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-year.odd .timeline-bar {
        left: auto;
        border-left: 25px solid #005596;
        border-right: 0;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special{
        min-width: 80%;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special h5{
        font-size: 40px;
        line-height: 45px;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special h6{
        font-size: 30px;
        line-height: 35px;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special h4{
        font-size: 80px;
        line-height: 80px;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special .icon-dot-full{
        display:none;
    }
    .pre-footer{
        font-size: 24px;
    }
    footer .copyright,
    footer .social-media{
        position:relative;
        top:0;
    }
    footer .social-media{
        font-size: 28px;
    }
    footer .copyright h4 {
        margin: 0 0 5px;
        font-size: 28px;
    }
    footer .site-info img{
        max-width: 180px;
    }
    footer .clear{
        display:none;
    }
    footer.site-footer .wrap {
        padding-bottom: 1em;
        padding-top: 1em;
    }

}

@media screen and (min-width: 640px)  and (max-width: 767px) {
    .cool-timeline-wrapper .cool-timeline-bar h1.timeline-main-title{
        font-size: 16px;
        padding-left: 120px;
    }
    .col-timeline-filters .dropbtn {
        font-size: 17px;
        padding: 16px 5px 16px 7px;
    }
    .cool-timeline-bar .site-share {
        display: none;
    }
    .cool-timeline-bar .site-search {
        display: none;
    }
    .col-timeline-filters {
        right: 10px;
    }
    .share-footer{
        display: block;
    }
    footer .copyright{
        margin-bottom:32px;
    }
}
@media screen and  (max-width: 767px) {
	.share-footer .trigger-share{
		padding: 8px 24px;
		border-left: 2px solid #79bde8;
	}
	.share-footer .site-share{
		right: 0;
	}
	.share-footer .site-search{
		right: 80px;
	}
}
@media screen and  (max-width: 640px) {
    .something-box{
        width: 240px;
    }
    footer .copyright{
        margin-bottom:32px;
    }
    .share-footer{
        display: block;
    }
    .cool-timeline-bar  .site-share {
        display: none;
    }
    .cool-timeline-bar  .site-search {
        display: none;
    }
    .col-timeline-filters {
        right: 10px;
    }
    .cool-timeline-wrapper .cool-timeline-bar h1.timeline-main-title{
        display: none;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special .timeline-content .content-details td{
        display: block;
        width: 100% !important;
        text-align:left !important;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special .timeline-content .content-details td h5 span .wp_cup_suffix{
        display: block;
    }
    .cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post.special .timeline-content .content-details {
        font-size: 18px;
    }
    .cool_timeline.cool-timeline-wrapper  .cool-timeline .timeline-post.special .pull-left{
        margin: 0 0 10px;
        padding-right: 0;
        width: 100%;
    }
    .pre-footer {
        font-size: 18px;
        line-height: 24px;
        padding:40px 10px;
    }
    body.has-header-image .site-branding-text h1.site-title{
        width: 220px;
        height: 220px;
        padding: 60px 5px 0px;
        font-size: 26px;
        font-size: 1.6rem;
    }
    .site-branding-text h3.site-description {
        font-size: 18px;
        font-size: 1.1rem;
        padding: 0;
    }
    .search-input {
        width: 190px;
    }
    .col-timeline-filters .dropbtn {
        font-size: 18px;
        padding: 16px 5px 16px 10px;
    }
    .dropdown-content a {
        padding: 5px 10px 5px 10px;
    }
    .cool_timeline.cool-timeline-wrapper .cool-timeline .timeline-post.special h4 {
        font-size: 72px;
    }
}

.ctlhidden {
    opacity: 1 !important;
}


