/*
Theme Name: VOIPSiP SDK Bootstrap Basic
Theme URI: 
Author: Dima Drys
Version: 1.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/


This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}
.gallery-caption {
}
.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.logo-img{
    width: 50px;
}

/* Header styles */

.primary-menu-wrap {
    display: flex;
    align-items: center;
}

#menu-main-menu-en-top {
	margin-right: 45px;
}

.primary-menu > li:first-child {
	border: 2px solid #82BF0D;
    border-radius: 5px;
    color: #82BF0D;
    font-size: 18px;
    font-weight: bold;
}

.primary-menu > li:first-child > a {
    color: #82BF0D;
}

.primary-menu-wrap .primary-menu > .menu-item a {
    padding: 8px 10px;
}

.primary-menu-wrap .primary-menu > .menu-item {
    margin-right: 25px;
}

.primary-menu-wrap .primary-menu > .menu-item:last-child {
    margin-right: 0;
}

.download-sdk-btn {
    border: 2px solid #82BF0D;
    padding: 10px 8px 10px 8px;
    border-radius: 5px;
    color: #82BF0D;
    font-size: 18px;
    font-weight: bold;
}

.primary_top_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search-form {
	position: relative;
	display: flex;
    justify-content: flex-end;
}

.search-form input {
	border-radius: 30px;
    border: 1px solid #B8B8B8;
    padding: 5px 30px 5px 15px;
    outline: none;
}

.search-form .search-icon {
	position: absolute;
	right: 12px;
	top: 10px;
}

/*Big banner styles */

.big-banner {
	background-position: top center;
	background-repeat: no-repeat;
    background-size: cover;
}

.big-banner .content {
	padding: 68px 15px;
}

.big-banner .content .page-title {
    font-size: 68px;
    color: #82BF0D;
    margin: 0 0 15px 0;
    font-weight: 800;
}

.big-banner .content .descripiton {
    font-weight: 600;
	font-size: 24px;
	margin-bottom: 24px;
	color: #000000;
	line-height: 150%;
}

.advantages-list {
	padding-left: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #6B6D85;
	list-style-type: circle;
}

.big-banner .content .advantages-list .advantage-item {
	margin-bottom: 15px;
}

.big-banner .content .devices-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 45px;
    flex-wrap: wrap;
}

.big-banner .content .devices-list .devices-link {
    background-color: #82BF0D;
    padding: 13px;
    margin-right: 15px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: white;
    margin-bottom: 15px;
}

.devices-list .devices-link .device-content {
	display: flex;
	align-items: center;
}

.devices-list .devices-link .device-content .device-name {
	margin-left: 15px;
}

.statistic-list {
	padding: 60px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.statistic-list .item {
	display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 112px;
}

.statistic-list .item:last-child {
    margin-right: 0;
}

.statistic-list .item .title {
	font-size: 50px;
    color: #82BF0D;
    line-height: 50px;
    margin-bottom: 15px;
}

.statistic-list .item .descripiton {
	font-size: 18px;
    color: #000000;
    font-weight: bold;
    max-width: 158px;
    margin: 0 auto;
}

.clients-section {
    padding: 30px 15px;
}

.clients-section .clients-list  {
	display: flex !important;
	margin: 30px 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clients-section .item  {
	min-width: 175px;
    margin-bottom: 15px;
    margin-right: 15px;
    align-items: center;
    display: flex;
}

.clients-section .item img {
	width: 120px;
	filter: grayscale(1);
}

.clients-section .home-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #6b6d85;
}

.clients-section .home-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #82BF0D;
}

.last-news .container {
	padding-right: 15px;
	padding-left: 15px;
}

.testimonial-section {
	background-position: top center;
	background-repeat: no-repeat;
    background-size: cover;
    margin: 30px auto;
    border-radius: 10px;
    padding: 30px 15px;
    background-color: #7da71f;
}

.testimonial-section .page-title {
	color: white;
	margin: 0 0 30px 0;
}

.testimonial-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonial-list .testimonial-item {
	background-color: white;
    padding: 15px;
    border-radius: 3px;
    max-width: calc(33% - 8px);
    margin-bottom: 15px;
}

.testimonial-list .testimonial-item .user-info-wrap {
	display: flex;
	margin-bottom: 15px;
}

.testimonial-list .testimonial-item .user-info-wrap .user-logo {
	width: 50px;
    height: 50px !important;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 15px 0 0 !important;
}

.testimonial-list .testimonial-item .user-info-wrap .user-info {

}

.testimonial-list .testimonial-item .user-info-wrap .full-name {
	font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.testimonial-list .testimonial-item .user-info-wrap .position {
	font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #6B6D85;
}

.testimonial-list .testimonial-item .comment {
	font-size: 14px;
    color: #000;
}


.testimonial-list .see-more {
    color: #f55f13;
    cursor: pointer;
}

.testimonial-list .more-comment {
    display: none;
}


.develop-on .develop-item {
	display: flex;
    align-items: center;
    justify-content: space-between;
}




@media screen and (max-width: 991px) {
	
	.primary_top_menu{
		display: none;
	}

	.primary-menu-wrap {
		display: block;
	}

	.primary-menu-wrap .search-form {
	    justify-content: flex-start;
	}

	.big-banner .content {
	    padding: 30px 15px;
	}

	.big-banner .content .page-title {
	    font-size: 40px;
	}

	.testimonial-list .testimonial-item {
	    min-width: 100%;
	}

	.statistic-list .item {
	    width: 100%;
	    margin-bottom: 20px;
	    margin-right: 0;
	}

    .clients-section .item {
        min-width: 110px;
    }
}