/*********************************************************************************

	Template Name: Photohub - Creative Photography Template
	Template URI: www.example.com
	Description: Photohub is a awesome, creative, and unique phptography template which mekes you build a beautiful template easily
	Author: example
	Author URI: https://example.com
	Version: 1.2

	Note: This is main css. All plugins css files import here.

**********************************************************************************/

.languages a {
    text-transform: uppercase;
}

.text_multiblock h5 {
    margin-top: -5px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    line-height: 22px;
}

.text_multiblock h5:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #e51515;
}

.text_multiblock h5.text-center:before {
    left: 50%;
    margin-left: -15px;
}

.text_multiblock h5.text-right:before {
    left: auto;
    right: 0;
    margin-left: 0px;
}

.text_multiblock ul li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 32px;
}

.text_multiblock ul li:before {
    font-size: 16px;
    position: absolute;
    content: "\e71b";
    font-family: 'themify';
    left: 0;
    top: 50%;
    width: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
