/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.separate-containers .inside-article {
	padding-left: 7%;
    padding-right: 7%;
}


.header-widget {
	display:flex;
}

blockquote {
    font-style: italic;
    padding-left: 48px;
    background: url(https://www.almtoolbox.com/blog/wp-content/themes/dfblog/images/icons/quote.png) 0 0 no-repeat;
	border: 0;
}

#return-to-top {
    position: fixed;
    bottom: 54px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#new_footer {
    clear: both;
}
#new_footer #footer {
    min-height: 220px;
    padding: 15px 0;
    margin: 0 !important;
}
#new_footer #footer .row {
    float: none;
    margin: 0 auto;
    width: 1064px;
}
#new_footer h3 {
    color: #000000;
    font: bold 12.5pt/9pt arial, helvetica, sans-serif;
    margin-bottom: 5px;
    margin-top: 1px;
    text-align: left;
}
#copyrights {
    
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-top:10px;
	margin-bottom:10px;
	clear: both;
}
#container {
    margin: 20px 40px 20px 40px;
}
.social {
    margin: 8px 0px 7px 5px;
}
.social a {
    margin: 0 5px 0 0;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.social a#fb {
    background: url(https://almtoolbox.com/images/sprite.png) left -25px no-repeat
}
.social a#twitter {
    background: url(https://almtoolbox.com/images/sprite.png) -24px -25px no-repeat
}
.social a#linkedin {
    background: url(https://almtoolbox.com/images/sprite.png) -48px -25px no-repeat
}
.social a#youtube {
    background: url(https://almtoolbox.com/images/sprite.png) -72px -25px no-repeat
}
.social a#googleplus {
    background: url(https://almtoolbox.com/images/sprite.png) -96px -25px no-repeat
}

/*********************************************
	LINKS LIST
*********************************************/

.links_list_title {
    padding-left: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccaca;
}
.links_list {
    float: left;
    margin: 0 30px 0 0;
    padding: 10px 0 30px;
    width: 15%;
}

.links_list ul {
    float: left;
    padding: 5px;
	margin:0;
    list-style: none;
}
.links_list li {
    line-height: 19px;
}
.links_list, .links_list a,
.links_list_title {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}
.links_list a:hover {
    color: #000;
}

/*********************************************
	FOOTER MENU
*********************************************/

#footer_menu {
    float: left;
    width: 100%;
}
#footer_menu ul {
    float: left;
    width: 100%;
    text-align: center;
}
#footer_menu li {
    display: inline;
    height: 10px;
    padding: 0px 12px;
    background: url(../images/footer_menu_seperator.gif) left center no-repeat;
}
#footer_menu li:first-child {
    background: none;
}
#footer_menu a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
#footer_menu a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 650px) {
	
	#footer, #footerbox, #new_footer #footer .row {
			width: 100% !important;
		}
	.links_list {
        width: 100% !important;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
	
}



