/********************************** Footer **************************************/
#colophon, #copyright
{
    background: #033036;
}
#colophon
{
    padding: 40px 0px;
}
#colophon button.button
{
    color:#747474;  
}
#copyright
{
    padding: 20px 0px;
}
#colophon .theme-title {

    margin-bottom: 15px;
}
#colophon h4, 
#colophon h4 a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color:#000;
}

#colophon .row
{
    position: relative;
}
#colophon, #colophon input, 
#colophon select, 
#copyright, 
#copyright a {
    color:#aad4d9;
}
#colophon a{
    color:var(--color)
}
#colophon a:hover, 
#copyright a:hover {
    color:var(--color);
}

#colophon  .widget_rss li:before
{
    display: none;
}
#colophon  .widget_rss li .rsswidget
{
    font-size: 1.1rem; 
    display: block;
}
#colophon  .widget_rss .rss-date
{
    font-weight: bold;
}

#colophon .widget_categories ul ul, 
#colophon .widget_pages ul ul,
#colophon .widget_nav_menu ul ul
{
    /* background-color: #2b2b2b;*/
}
#colophon .widget_categories > ul, 
#colophon .widget_pages > ul,
#colophon .widget_nav_menu div > ul
{
    border: 1px solid #e1e1e1; 

}

#colophon .widget_categories li, 
#colophon .widget_pages li,
#colophon .widget_nav_menu li
{
    border-top: 1px solid #e1e1e1; 
}

#colophon .widget_categories >ul > li:first-child, 
#colophon .widget_pages >ul > li:first-child,
#colophon .widget_nav_menu  div > ul > li:first-child
{
    border-top:none;
}


#colophon .widget_recent_entries li,
#colophon .widget_archive li,
#colophon .widget_meta li,
#colophon .widget_recent_comments li,
#colophon .widget_recent_entries li,
#colophon .widget_rss li
{
    border-bottom: 1px solid #e1e1e1;
}

footer#colophon .widget .tagcloud a {
    border: 1px solid #e1e1e1 !important;
}

#colophon .widget .tagcloud a:hover{
    color: #fff;
}
#colophon .widgettitle
{
        position: relative;
    margin-bottom: 25px;
}
#colophon .widgettitle:after {
        content: "";
    border: solid 1px #fff;    
    width: 35px;
    position: absolute;
    left: 0px;
    bottom: -15px;
}
#colophon #calendar_wrap
{
    background-color: #f6f6f6;
    position: relative;

}

#colophon input[type="text"]
{
    border-radius: 0px;
    line-height: 2rem;
}
#colophon .searchform
{
    position: relative;
}
#colophon .searchform .button
{
    font-size: 0;
    position: absolute;
    top: 0px;
    right: 0;
    width: 45px;
    height: 100%;
    margin: 0;
    background-color: transparent !important;
    border: none;
    padding: 0 15px;
    line-height: 60px
}
#colophon .searchform .button:before {
    content: '\f002';    
    font: normal normal normal 24px/1 FontAwesome;   
    font-weight: 100;   
    margin: 0;
    position: absolute;
    top: 12px;
    right: 5px;
}
.calendar_wrap
{

    position: relative;
}
#colophon input, #colophon select{
    background: transparent;

}

#copyright .menu-item  {
    display: inline-block;
}
#copyright .menu-item a {
    margin: 0 10px 0 0;
    color:var(--color);
}
#copyright .menu-item a:before {

    content: "|";
    margin-right: 12px;
}
#copyright .menu-item:first-child{
    margin-left: 12px;  
}
.parallax-footer
{
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
}
.scrollup {
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 15px;
    display: none;
    font-size: 1.4rem;
    height: 40px;
    line-height: 2.4rem;
    z-index: 10;
    background: #000;
    color: #fff;
}
@media (max-width: 767px)
{
    #copyright .menu-item:first-child{
        margin-left: 0px;  
    }
    #copyright .menu-item:first-child a:before{
        display: none;  
    }

}


.footer-newsletter
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-newsletter input[type="email"]{
    width: 1%;
    float: none;
    border-radius: 0px;
    flex: 1 1 auto;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
}
.footer-newsletter input[type="submit"]{

    float: none;
    border-radius: 0px;

}
.footer-newsletter input[type="submit"]:hover{

    background: transparent;
    border-color:transparent;
    background-image: url(../images/ico-cursor.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 49px;
    padding: 0 10px 10px 0;
    background-position: center;
    border-bottom: 1px solid #000;
}
.scissors 
{
    position: relative;
}
.scissors::after {
    content: '';
    display: block;
    position: absolute;
    top: -18px;
    left: 32px;
    height: 28px;
    width: 51px;
    background: url(../images/scissors.png) no-repeat center center #fff;
    padding: 4px;
}
.footer-newsletter input[type="submit"]{
    overflow: hidden;
    text-indent: -5000em;
    background: transparent;
    border: 0;
    border-radius: 0;
    background-image: url(../images/ico-cursor.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 49px;
    padding: 0 10px 10px 0;
    background-position: center;
    border-bottom: 1px solid #000;
}

.footer-newsletter .theme-title:after, .theme-title.center-heading:after{
    left: calc(50% - 20px);
}
footer#colophon img
{
    border-radius: 7px;
}
#copyright .facebook a, 
#copyright  .twitter a,
#copyright  .instagram a,
#copyright  .google a,
#copyright  .linkedin a,
#copyright  .youtube a,
#copyright  .dribbble a,
#copyright  .stumbleupon a,
#copyright  .rss a,
#copyright  .vimeo a,
#copyright  .pinterest a,
#copyright  .flickr a{
    color:#bdbdbd;
    line-height: 40px;
    width: 100%;
    display: block;
    padding: 40px 0px;
    font-size: 30px;    

}
#copyright .facebook
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .row div + div{
    border-left: none;
}
#copyright .facebook a:hover{
    color: #3B5998 ; 
}
#copyright  .twitter
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .twitter a:hover{
    color: #55acee ; 
}
#copyright  .instagram
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .instagram a:hover{
    color: #e4405f ; 
}
#copyright  .google
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .google a:hover{
    color: #dd4b39 ; 
}
#copyright  .linkedin
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .linkedin a:hover{
    color: #0077B5 ; 
}
#copyright  .youtube
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .youtube a:hover{
    color: #cd201f ; 
}
#copyright  .dribbble
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .dribbble a:hover{
    color: #ea4c89 ; 
}
#copyright  .stumbleupon
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .stumbleupon a:hover{
    color: #eb4924 ; 
}
#copyright  .rss
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .rss a:hover{
    color: #f26522 ; 
}
#copyright  .vimeo
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .vimeo a:hover{
    color: #1ab7ea ; 
}
#copyright  .pinterest
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .pinterest a:hover{
    color: #bd081c ; 
}
#copyright  .flickr
{

    text-align: center;
    border: 1px solid #ebebeb;
}
#copyright .flickr a:hover{
    color: #0063DC ; 
}
.custom-newsletter
{
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}
.custom-newsletter h2{
    letter-spacing: 2px;
}