/*
Theme Name: Enfold Booktech
Description: Enfold Booktech child theme
Version: 1.7.1
Author: Booktech AS
Author URI: https://www.booktech.no
Template: enfold
*/



/*Add your own styles here:*/


.bt-xxxsmall { font-size: 6px; }
.bt-xxsmall { font-size: 8px; }
.bt-xsmall { font-size: 10px; }
.bt-small { font-size: 12px; }
.bt-normal { font-size: 14px; }
.bt-large { font-size: 16px; }
.bt-xlarge { font-size: 18px; }
.bt-xxlarge { font-size: 24px; }
.bt-xxxlarge { font-size: 32px; }

.bt-fsi { font-size: inherit; }

.bt-bold { font-weight: bold; }
.bt-italic { font-style: italic; }
.bt-underline { text-decoration: underline; }
.bt-lineThrough { text-decoration: line-through; }

.bt-left { text-align: left; }
.bt-right { text-align: right; }
.bt-tcenter { text-align: center; }
.bt-justify, .bt-text-justify { text-align: justify }

.bt-center {
	display:block;
	text-align:center;
	margin: 0 auto 0 auto;
}


.bt-float-left { float: left; }
.bt-float-right { float: right; }
.bt-clear { clear: both; }


@media only screen and (min-width: 768px) {
    #socket .copyright {
        float:right;
        text-align: right;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #socket .copyright-powered-by {
        display: block;
    }
    #socket .copyright > .bt-float-left {
        float: none;
    }

}






