/*
Template Name: Mobiprin
Author: PrimaTree
Author URI: https://www.PrimaTree.com/
Version: 1.0
*/



/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/
html,
body {
	height: 100%;
	min-height: 100%;
}

.home #page {
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
}

/*.home #page #content{*/
/*	background-image: url("/wp-content/themes/mobiprin/assets/images/mobiprin-background.jpg");*/
/*	background-position: center center;*/
/*	-webkit-background-size: cover;*/
/*	background-size: cover;*/
/*}*/

.home #mp-footer {
	position: relative;
	bottom: 0;
	/*transform: translateY(50%);*/
	/*padding-bottom: 20px;*/
}

.cookie-notice-container .cn-buttons-container .cookie_b_c {
	background: #49c264 !important;
	width: 70px;
}

@media screen and (max-width: 480px) {

	#cookie-notice,
	.cookie-revoke-hidden,
	.cn-position-bottom,
	.cn-effect-fade,
	.cookie-notice-visible {
		margin-bottom: 50px !important;
	}
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}


body,
html {
	overflow-x: hidden;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #0B1037;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: disc;
	font-size: 17px;
	line-height: 1.59;
}

a {
	text-decoration: none;
	color: #2f2f2f;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: #161F6D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-top: 0;
}


h1 {
	font-size: 38px;
}

h2 {
	font-size: 32px;
	line-height: 1.13;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

img {
	border: none;
	max-width: 100%;
}

code {
	background-color: #ee6e73;
	border-radius: 2px;
	color: #fff;
	padding: 2px 4px;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
}

pre code {
	background-color: transparent;
	color: #333;
}

del {
	text-decoration-color: #ee6e73;
}

kbd {
	background-color: #ddd;
	padding: 4px 6px;
	border-radius: 2px;
	color: ;
}

address {
	line-height: 1.5;
	padding-left: 10px;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 0;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 4px 4px 0;
	padding: 5px 15px;

}

blockquote p {
	margin-top: 10px;
}

button {
	padding: 5px 15px;
	border: none;
}

button:focus {
	outline: none;
	border: none;
}

/* ========= BUTTON =========*/

.mp-primary-btn {
	background-color: transparent;
	border-radius: 4px;
	border: 2px solid #ffffff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 12px 35px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mp-primary-btn:hover,
.mp-primary-btn:focus {
	background-color: #fff;
}

.mp-send-msg-btn {
	color: white !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding: 0px 24px;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 250px;
	color: #fff;
	border-radius: 5px;
}

.mp-send-msg-btn:hover,
.mp-send-msg-btn:focus {
	background-color: #fff;
	color: #3fc35f !important;
}



/*--------------------*/
/* HEADER */
/*--------------------*/

#mp-hero {
	display: inline;
	float: left;
	width: 100%;
}

.mp-hero-div {
	background-image: url("/wp-content/themes/mobiprin/assets/images/mobiprin-background.jpg");
	display: flex;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.mp-hero-overlay {
	width: 100%;
}

.mp-hero-area {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.mp-logo-area {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mp-logo {
	font-size: 35px;
	display: inline-block;
	font-weight: 600;
	background: #fff;
	padding: 5px 20px;
	margin-bottom: 30px;
}

.mp-logo img {
	width: 50%;
	max-width: 300px;
}


.mp-menu-btn {
	position: fixed;
	right: 15%;
	top: 50px;
	color: #fff;
	font-size: 25px;
	border: 2px solid #fff;
	padding: 5px 14px;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mp-menu-btn:hover,
.mp-menu-btn:focus {
	border: 2px solid #fff;
}



/*=== Featured section ===*/

.mp-hero-featured-area {
	display: block;
}

.mp-hero-featured-content {
	text-align: center;
	width: 100%;
}

.mp-hero-featured-content h1 {
	font-size: 45px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 15px;
}


.mp-hero-featured-content h2 {
	color: #0b1037;
	font-size: 25px;
	font-weight: 600;
}

.mp-hero-featured-content h5 {
	margin-bottom: 20px;
}

.mp-event-date-line {
	background-color: #fff;
	color: #0b1037;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
}

.mp-event-counter-area-1 {
	width: 100%;
}

#mp-event-counter-1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
	width: 50%;
	text-align: center;
}

.mp-event-counter-block {
	box-shadow: 0 1px 5px rgba(22, 31, 109, 0.8) !important;
	border-radius: 50%;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin: 0 5px 20px;
	font-weight: 300;
}

.mp-event-counter-block span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	padding-top: 56px;
	line-height: 40px;
}

.mp-devices-content>div {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.mp-devices-content .mp-single-devices[class^="col"] {
	float: none !important;
}

.ninja-forms-req-symbol {
	display: none;
}

/*--------------------*/
/* MENU */
/*--------------------*/
.dropdown.open .language-dropdown{
	display: flex;
	flex-wrap: wrap;
}


.language-dropdown img{
	width: 20px;
	height: auto;
}

.language-dropdown li{
	text-transform: uppercase;
	line-height: 1;
	width: 50%;
}

.language-dropdown li a{
	display: flex;
	align-items: center;
	line-height: 1;
}
.language-dropdown li a span{
	display: inline-block;
	margin-left: 5px;
}

.language-dropdown .btn{
	border: none;
}

#mp-hero .navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
	padding: 5px 0;
}


.mp-navbar {
	top: -150px;
	transition: all 0.5s;
}

.mp-nav-show-always {
	top: 0px;
}

.mp-nav-show {
	top: 0px;
}

.logo-header {
	height: 100%;
}

#mp-hero .navbar-default .navbar-brand {
	padding: 5px 15px;
	font-size: 28px;
	line-height: 20px;
}

.brand-single {
	/* height: 275px; */
}

.mp-single-device {
	margin-bottom: 20px;
	padding-bottom: 20px;
	/* border-bottom: 1px solid #f1f1f1; */
}

.mp-single-device>a {
	display: block;
}

.mp-single-device img {
	max-height: 120px;
}



.mp-navbar .mp-menu li a {
	color: #0b1037;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 15px;
	font-weight: 600;
}

.mp-navbar .mp-menu li a:hover,
.mp-navbar .mp-menu li a:focus,
.mp-navbar .mp-menu li a:active,
.mp-navbar .navbar-nav > .active > a, .mp-navbar .navbar-nav > .active > a:focus, .mp-navbar .navbar-nav > .active > a:hover {
	color: #39A0ED;
}
/* 
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
} */


.main-nav ul li:hover>ul {
	display: block;
}

.main-nav ul ul {
	display: none;
	position: absolute;
	top: 2.5em;
	left: 0;
	z-index: 99999;
	width: 180px;
	background: #fff;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.main-nav ul ul li {
	list-style: none;
}


.lan-sub {
	width: 90px !important;
}

/*.main-nav li {*/
/*    position: relative;*/
/*}*/


/*--------------------*/
/* ABOUT US */
/*--------------------*/


#mp-about {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mp-about-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mp-title-area {
	display: inline;
	float: left;
	text-align: center;
	/*padding: 0 120px;*/
	width: 100%;
}

.mp-title-area-left {
	text-align: left;
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.mp-title-area-left h2 {
	padding: 15px;
	color: white;
}

.mp-title-area-left p {
	padding-left: 50px;
}

.mp-title {
	color: #1c1b1b;
	margin-bottom: 15px;
	padding: 0;
	z-index: 10;
	text-transform: capitalize;
}

.mp-title-h2 {
	z-index: 10;
	text-transform: capitalize;
	display: inline-block;
	color: white;
}

.mp-title-h1 {
	z-index: 10;
	text-transform: capitalize;
	font-size: 25px;
	color: black;
}

article {
	border-bottom: 1px solid #eee;
}

.mp-brand-btn-margin {
	margin: 0px !important;
}

.mp-title-h2-mobile-price {
	font-size: 20px;
	text-transform: capitalize;
}

.mp-title-p {
	z-index: 10;
	text-transform: capitalize;
	display: inline;
	color: white;
}

.mp-about-left {
	display: inline;
	float: left;
	width: 100%;
}

.mp-about-right {
	display: inline;
	float: left;
	margin-top: 30px;
	width: 100%;
}



/*--------------------*/
/* VIDEO */
/*--------------------*/


#mp-video {
	background-image: url("assets/images/about-video-bg.jpg");
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	display: inline;
	float: left;
	width: 100%;
}

.mp-video-overlay {
	display: inline;
	float: left;
	opacity: 0.85;
	width: 100%;
}

.mp-video-area {
	display: inline;
	float: left;
	padding: 200px 0;
	text-align: center;
	width: 100%;
}

.mp-video-area h2 {
	color: #fff;
}

.mp-video-content {
	display: inline;
	float: left;
	width: 100%;
}

.mp-video-play-btn,
.mp-video-close-btn {
	color: #fff;
	font-size: 22px;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 60px;
	display: inline-block;
	height: 60px;
	line-height: 55px;
	text-align: center;
	margin-top: 100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mp-video-play-btn:hover,
.mp-video-play-btn:focus {
	color: #fff;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.mp-video-close-btn {
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	right: 15%;
	display: inline-block;
	height: 50px;
	line-height: 45px;
	text-align: center;
	margin-top: 100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 50px;
}

.mp-video-close-btn:hover,
.mp-video-close-btn:focus {
	color: #fff;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.mp-video-iframe-area {
	background-color: rgba(0, 0, 0, 0.84);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 12% 0;
	text-align: center;
	z-index: 9999;
	display: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mp-video-iframe-display {
	display: block;
}

.mp-video-iframe-area iframe {}


/*--------------------*/
/* EVENT SCHEDULE */
/*--------------------*/

#mp-schedule {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mp-schedule-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mp-schedule-content-area {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mp-schedule-menu {
	text-align: center;
	border: none;
}


.mp-schedule-menu li {
	float: none;
	display: inline-block;
}

.mp-schedule-menu li a {
	border-radius: 0;
	margin: 0 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mp-schedule-menu li a:hover,
.mp-schedule-menu li a:focus,
.mp-schedule-menu li.active a,
.mp-schedule-menu li.active a:hover,
.mp-schedule-menu li.active a:focus {
	color: #fff;
}

.mp-schedule-content {
	margin-top: 50px;
}

.mp-event-timeline ul li {
	list-style-type: none;
	position: relative;
	width: 2px;
	margin: 0 auto;
	padding-top: 50px;
	background-color: #ddd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mp-event-timeline ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: inherit;
}


.mp-event-timeline ul li .mp-single-event {
	background-color: #fff;
	-webkit-box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
	-moz-box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
	box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
	position: relative;
	top: 0;
	width: 400px;
	padding: 15px;
	text-align: left;
}

.mp-event-timeline ul li:nth-child(2n) .mp-single-event {
	left: 50px;
}

.mp-event-timeline ul li:nth-child(2n+1) .mp-single-event {
	left: -450px;
	text-align: right;
}

.mp-event-timeline ul li .mp-single-event img {
	height: 80px;
	width: 80px;
	float: left;
	border-radius: 50%;
	margin-right: 15px;
}

.mp-event-timeline ul li:nth-child(2n+1) .mp-single-event img {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

.mp-event-timeline ul li .mp-single-event::before {
	content: '';
	position: absolute;
	top: 23px;
	width: 0;
	height: 0;
	border-style: solid;
}

.mp-event-timeline ul li:nth-child(2n+1) .mp-single-event::before {
	right: -15px;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #fff;
}

.mp-event-timeline ul li:nth-child(2n) .mp-single-event::before {
	left: -16px;
	border-width: 8px 16px 8px 0;
	border-color: transparent #fff transparent transparent;
}

.mp-event-timeline ul li .mp-single-event h3 {
	margin-bottom: 5px;
	font-size: 16px;
}

.mp-event-timeline ul li .mp-single-event p {
	margin-bottom: 5px;
}

.mp-event-timeline ul li .mp-single-event span {
	font-size: 12px;
}

.sp-spec-cell-noborder {
	padding: 10px;
	text-align: center;
}

.sp-spec-cell {
	padding: 10px;
	border: 1px solid #f1f2f3;
}

.spaced-row {
	padding-top: 20px;
}

.sp-spec-title {
	background: #f6f6f6;
	padding: 10px;
	border: 1px solid #f1f2f3;
}

.sp-spec-cell-comapre {
	width: 25%;
}

.sp-spec-title-compare {
	width: 20%;
}

.sp-spec-title h6 {
	font-size: 14.5px;
	line-height: 2.2rem;
	white-space: pre-wrap;
}



/*.single-phone-container{
    	padding-top: 100px;
}*/

.mp-container {
	padding-top: 50px;
}

.single-phone-container h6 {
	display: inline-block;
}

.single-device-meta {
	color: #0B1037;
}

.single-device-title-container h1,
.single-device-title-container h4 {
	/* font-family: 'Open Sans', sans-serif; */
}

.single-device-title-container h1 {
	font-size: 22px;
	text-transform: capitalize;
}

.single-device-title-container h1 a {
	color: #0B1037;
}

.single-device-title-container h4 {
	font-size: 16px;
	font-weight: 400;
	color: #CA1E2A;
}

.single-device-main-spces {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.single-device-main-spces .simple-display,
.single-device-main-spces .simple-camera,
.single-device-main-spces .simple-battery,
.single-device-main-spces .simple-weight {
	width: 49%;
	height: 100px;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #0B1037;
	text-align: center;
	background-color: #CEE7FA;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.specs-section {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #efefef;
}

.specs-section h3,
.mp-title-h3 {
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom: 2px solid #39A0ED;

}

.mp-title-h3 {
	text-transform: capitalize;
	margin-bottom: 20px;
}

.specs-section dt {
	padding: 10px;
	margin-bottom: 5px;
	background-color: #f4f4f4;
}

.specs-section dd {
	padding-left: 10px;
	margin-bottom: 10px;
}

.specs-section dd:last-child {
	margin-bottom: 0;
}

.device-name-avail dt {
	width: 30%;
}

.device-name-avail dd {
	width: 70%;
}

.device-name-avail dt,
.device-name-avail dd {
	display: inline-block;
}

.mp-price-tabs .nav-tabs {
	border: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.mp-price-tabs .nav-tabs li {
	display: inline-flex;
	width: calc(100%/6);
	float: none;
	font-weight: 700;
	border-right: 1px solid #e5e5e5;
}

.mp-price-tabs .nav-tabs li:last-child {
	border-right: none;
}

.mp-price-tabs .nav-tabs li>div {
	width: 100%;
}

.mp-price-tabs .nav-tabs li>div>div {
	padding: 20px;
	text-align: center;
	background-color: #efefef;
}

.mp-price-tabs .nav-tabs li.active>div>div {
	background-color: #F7F7FA;
}

.mp-price-tabs .tab-content {
	padding: 20px 10px;
	background-color: #F7F7FA;
}

.mp-price-tabs .tab-content img,
.mp-single-mobile-price img,
.price-list.list-inline li img {
	margin-right: 10px;
	width: 20px;
	height: auto;
	max-height: 15px;
}

.price-list {
	padding: 0 10px;
	background-color: #F7F7FA;
}

.compare-table .price-list {
	padding: 0;
	background-color: #ffffff;
}

.compare-table .price-list li {
	display: block;
	width: 100%;
}

.mp-single-mobile-price {
	font-weight: 700;
}



/* .single-phone-title{
	font-size: 24px;
	padding-bottom: 10px;
	position: relative;
} */
/* .single-phone-title:after{
	content: " ";
	width: 30%;
	height: 2px;
	background-color: #3fc35f;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
} */

.mp-single-devices {
	padding: 0 10px;
	outline: none;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 15px;
}

.mp-devices-slider .slick-next {
	right: -60px;
}

.mp-devices-slider .slick-prev {
	left: -60px;
}

.mp-devices-slider .slick-next {
	right: -60px;
}

.mp-devices-slider .slick-prev {
	left: -60px;
}

.slick-dots li button::before {
	font-size: 20px;
}

.mp-single-device-info,
.mp-single-devices-info {
	margin-top: 20px;
	display: block;
	text-align: text;
}

.mp-single-device-info h6,
.mp-single-devices-info h6 {
	margin-bottom: 4px;
	font-size: 14px;
	text-transform: uppercase;
}

.mp-single-device-info p,
.mp-single-device-info li,
.mp-single-devices-info p,
.mp-single-devices-info li {
	font-size: 14px;
}

.mp-single-device-info h3,
.mp-single-devices-info h3 {
	margin-bottom: 4px;
	font-size: 22px;
}

.mp-single-device-info p,
.mp-single-devices-info p {
	margin-bottom: 5px;
}

.mp-single-devices-social {}

.mp-single-devices-social li {
	display: block;
}

.mp-single-devices-social.list-inline li {
	display: inline-block;
	margin-right: 10px;
}

.mp-single-devices-social li a {
	display: inline-block;
	margin-right: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mp-single-devices-social-bs {
	text-align: left;
	padding-left: 15.5%;
}

.wpdreams_asl_results {
	padding: 2px !important;
}

.asl_spacer {
	border-color: #ffffff !important;
	background: none repeat scroll 0 0 #ffffff !important;
	display: block;
	height: 1px !important;
}

/*.asl_nores{*/
/*    margin-top:-50px !important;*/
/*}*/
div.asl_m.asl_w#ajaxsearchlite1,
div.asl_m.asl_w#ajaxsearchlite2,
div.asl_m.asl_w#ajaxsearchlite3 {
	border-radius: 3px !important;
}

#ajaxsearchliteres1 {
	background: #ffffff !important;
}

#ajaxsearchliteres2,
#ajaxsearchliteres3 {
	background: #ffffff !important;
}

.co-search-alone .hasASL {
	width: 70% !important;
	margin: auto !important;
}

.fx-none {
	border: 1px solid #f1f2f3 !important;
}

.search-box-header {
	margin-top: 7.5px;
	margin-right: 15px;
}

.search-results{
	background-color: #f7f7fa;
}

.navbar-nav li {
	padding: 7.5px 0px !important;
}

.navbar-nav li a {
	padding: 7px 15px !important;
}

/*--------------------*/
/* VENUE */
/*--------------------*/

#mp-venue {
	display: inline;
	float: left;
	width: 100%;
}

.mp-venue-area {
	display: inline;
	float: left;
	width: 100%;
}

.mp-venue-map {
	display: inline;
	float: left;
	width: 100%;
}

.mp-venue-map iframe {
	margin-bottom: -8px;
}

.mp-venue-address {
	display: inline;
	float: left;
	width: 100%;
	padding: 10% 5%;
	color: #fff;
}

.mp-venue-address h2 i {
	margin-top: -4px;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}

.mp-venue-address h3 {
	margin-top: 15px;
	margin-bottom: 0px;
}

.mp-venue-address h4 {
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 25px;
}


/*--------------------*/
/* PRICING */
/*--------------------*/


#mp-pricing {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mp-pricing-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mp-pricing-conten {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mp-single-price {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	text-align: center;
	position: relative;
	width: 100%;
	padding: 15px;
	overflow: hidden;
}

.mp-single-price-head {
	color: #555;
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mp-single-price-head .mp-currency {
	font-weight: bold;
	font-size: 30px;
}

.mp-single-price-head .mp-rate {
	font-size: 60px;
	font-weight: bold;
	line-height: 0.9;
	letter-spacing: 3px;
}

.mp-single-price-head .mp-time {
	font-size: 16px;
	font-weight: 300;
	line-height: 0;
	font-style: italic;
}

.mp-single-price .mp-price-title {
	color: #555;
	font-size: 22px;
	padding: 10px 0;
}

.mp-single-price ul {
	list-style: none;
}

.mp-single-price ul li {
	list-style: none;
	color: #555;
}

.mp-brand-btn {
	background-color: #CA1E2A;
	color: #ffffff;
	font-size: 15px;
	margin-top: 0px;
	padding: 10px 20px;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}



.mp-brand-btn-rc {
	padding: 5px 5px;
}

.mp-brand-btn-count {
	padding: 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 40px;
}

.mp-pagination-btn {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 5px;
	width: 40px;
	color: #fff;
	border-radius: 3px;
	background-color: #39A0ED;
}

.count-active {
	color: #fff;
	background-color: #9DCFF6;
}

.count-active:hover,
.count-active:focus {
	color: #fff;
	background-color: #9DCFF6;
}

.mp-brand-btn-compare-brand {
	margin-top: 0px;
	font-size: 14px;
	line-height: 1;
}

.counter-margin {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.mp-brand-btn:hover,
.mp-brand-btn:focus,
.mp-brand-btn:hover,
.mp-brand-btn:focus,
.mp-popular-price .mp-brand-btn {
	color: #fefefe;
}

.mp-brand-btn-div {
	width: 100%;
	text-align: center;
}

.mp-popular-price .mp-price-tag {
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: -62px;
	padding: 10px 60px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	transform: rotate(-45deg);
	text-align: center;
}

/*--------------------*/
/* REGISTER */
/*--------------------*/

#mp-register {
	background-image: url("assets/images/register-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

#mp-register::before {
	background: rgba(0, 0, 0, 0.9);
	bottom: 0;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 0.9;
}

.mp-register-area {
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}

.mp-register-area .mp-title,
.mp-register-area p {
	color: #fff;
}

.mp-register-content {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 200px;
	margin-top: 50px;
}

.mp-register-form .form-group {
	margin-bottom: 25px;
}

.mp-register-form .form-control {
	height: 50px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.mp-register-form select.form-control option {
	color: #333;
}

.mp-register-form .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 15px;
}

.mp-register-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	font-size: 15px;
}

.mp-register-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	font-size: 15px;
}

.mp-register-form .form-control:-ms-input-placeholder {
	color: #fff;
	font-size: 15px;
}

.mp-reg-submit-btn {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 75px;
	margin-top: 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*--------------------*/
/* SPONSORS */
/*--------------------*/

#mp-sponsors {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mp-sponsors-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mp-sponsors-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mp-sponsors-single {
	background: #eee;
	display: inline;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
}


/*--------------------*/
/* FAQ */
/*--------------------*/

#mp-faq {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

.mp-faq-area {
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}

.mp-faq-content {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 150px;
	margin-top: 50px;
}

.mp-faq-content .panel-default {
	border-radius: 0;
	border-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
}

.mp-faq-content .panel-default>.panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #ddd;
	padding: 0;

}

.mp-faq-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
	text-align: left;
}


.mp-faq-content .panel-title {
	text-align: left;
	font-weight: 300;
}

.mp-faq-content .panel-title a {
	display: block;
	padding: 12px 15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mp-faq-content .panel-title a>span {
	margin-right: 5px;
}


/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mp-contact {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mp-contact-area {
	display: inline;
	float: left;
	padding: 100px 0 50px;
	width: 100%;
}

.mp-contact-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
	padding: 0 120px;
}

.mp-contact-content {
	display: inline;
	float: left;
	margin-top: 50px;
	padding: 0 20%;
	width: 100%;
}


.mp-contact-form-area {
	display: inline;
	float: left;
	width: 100%;
}

.mp-contact-form {
	text-align: center;
}

.mp-contact-form .form-group input {
	border-radius: 5px;
	font-size: 15px;
	border: 1px solid #c3c3c3;
	height: 45px;
	color: #767676;
	margin-bottom: 24px;
}

.mp-contact-form .form-group textarea {
	background: white;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	color: #767676;
	font-size: 15px;
	padding: 10px;
	height: 190px;
}

.mp-contact-form .form-control:focus {
	background-color: #fff;
	outline: 0;
	box-shadow: none;
}

.mp-contact-form .form-control::-webkit-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mp-contact-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #888;
	font-size: 15px;
}

.mp-contact-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #888;
	font-size: 15px;
}

.mp-contact-form .form-control:-ms-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mp-contact-form .button-default::after,
.mp-contact-form .button-default>span {
	padding: 12px 40px;
}

#form-messages {
	margin-bottom: 10px;
	background-color: #fff;
}

.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



/*--------------------*/
/* FOOTER */
/*--------------------*/


#mp-footer {
	background-color: #f8f8f8;
	width: 100%;
}

.mp-footer-area {
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

.mp-footer-top {
	width: 100%;
}

.mp-social-media {
	padding: 10px 0;
	width: 100%;
}

.mp-social-media a {
	border: 1px solid #19191a;
	border-radius: 50px;
	color: #19191a;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}

.mp-footer-bottom {
	display: inline;
	float: left;
	width: 100%;
}

.mp-copy-right {
	margin-bottom: 0;
}

.mp-copy-right a {
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* Custom Styles */

.navbar .navbar-toggle {
	background-color: #161f6d;
}

.site-content {
	padding-top: 80px;
}

.mp-hero-div {
	margin-top: -80px;
}

.device-img-container {
	margin-bottom: 20px;
	text-align: center;
}

.mp-popular-devices,
.related-devices {
	margin-bottom: 40px;
}

.mp-popular-devices img,
.related-devices img {
	max-width: 120px;
}

/* #single-phone-sidebar{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
} */
.ad-container {
	clear: both;
	margin-top: 30px;
	margin-bottom: 20px;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
	background: transparent;
}

.slick-prev:before {
	content: '\e92f';
}

.slick-next:before {
	content: '\e930';
}

.slick-prev:before,
.slick-next:before {
	color: #198FEA;
	font-family: 'icomoon';
}

.slick-prev:before:hover,
.slick-next:before:hover {
	color: #1067A9;
}

ul.price-list.list-inline li {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700;
	letter-spacing: 0;
}

.mp-price-tabs ul.price-list.list-inline li {
	width: 50%;
}

.single-price-tabs ul.price-list.list-inline li {
	width: 25%;
}




.blog {
	background-color: #F7F7FA;
}

.brand-archive-title {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px solid #39A0ED;
}



.brand-archive-row div[class^='col'] {
	margin-bottom: 20px;
}

.brand-archive-row .mp-single-device {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #ffffff;
	padding: 10px;
	height: 100%;
	border-radius: 3px;
}

.mobile-price-device-container .container {
	padding-top: 20px;
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 3px;
}

.mobile-price-device-container .mp-device-trend-views {
	margin-bottom: 10px;
}

.mobile-price-device-container .mp-single-devices-social {
	margin-bottom: 20px;
}

.mobile-price-device-container .mp-single-devices-social li {
	font-size: 14px;
}

.mobile-price-device-container .mp-price-tabs {
	margin-bottom: 20px;
}

.add-to-compare-big-container {
	cursor: pointer;
	background: #f7f7fa;
	padding: 20px 0;
}

.add-to-compare-big-container .add-comp-btn {
	display: block;
	font-size: 60px;
	margin-bottom: 10px;
}

.add-to-compare-big-container p {
	text-align: center;
	font-weight: 700;
}

.addto-comp-btn,
.remove-comp-btn,
.full-specs-btn {
	color: #ca1e2a;
	font-size: 13px;
	margin-top: 0;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.addto-comp-btn span,
.remove-comp-btn span {
	display: inline-block;
	margin-right: 5px;
}

.single-device-meta .addto-comp-btn {
	text-align: left;
}

.mp-btn-container .addto-comp-btn,
.mp-btn-container .full-specs-btn {
	text-align: left;
	display: inline-block;
}

.mp-btn-container .full-specs-btn {
	margin-right: 10px;
}

.mp-btn-container .addto-comp-btn span,
.mp-btn-container .full-specs-btn span {
	display: inline-block;
	margin-left: 0px;
}

div.asl_m .probox .proclose svg {
	width: 16px;
	height: 16px;
}

div.asl_w {
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0 0 #000;
}

#ajaxsearchlite1 .probox,
#ajaxsearchlite2 .probox,
#ajaxsearchlite3 .probox {
	background-color: #fff !important;
	background-image: none !important;
	border-bottom: 1px solid #e3e3e3 !important;
	border-radius: 0;
	box-shadow: 0 0 0 0 #b5b5b5 inset;
}

div.asl_w .probox .proinput input,
#ajaxsearchlite1 .probox .proinput input,
#ajaxsearchlite2 .probox .proinput input,
#ajaxsearchlite3 .probox .proinput input,
div.asl_w .probox .proinput input {
	color: #0B1037 !important;
}

div.asl_w .probox .promagnifier {
	background-color: #39A0ED !important;
	background-image: none !important;
}

.resdrg .asl_content {
	display: flex;
	align-items: center;
}

div.asl_r .results .item {
	position: relative;
}

div.asl_r .results .item:after {
	content: '\e912';
	font-family: icomoon;
	position: absolute;
	right: 10px;
	top: 40%;
	font-size: 20px;
	line-height: 1;
	background: #ffffff !important;
}

.resdrg .asl_content h3 a {
	text-transform: capitalize;
}


.featured-brands {
	background: #f1f2f3;
	padding: 40px 0;
	/*margin-bottom: -70px;*/
}

.brand-items-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.brand-item {
	margin: 0 20px 20px;
	padding: 20px;
	background-size: 80%;
	background-color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	overflow: hidden;
}

.brand-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.home .mp-devices-slider img {
	max-width: 120px;
}

.mp-navbar .navbar-toggle,
.mp-navbar .navbar-toggle:hover,
.mp-navbar .navbar-toggle:focus{
	background-color: #161f6d;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #ffffff;
}


.navbar .mp-search {
	display: none;
}

.navbar .mp-search {
	background-color: #F7F7FA;
	padding: 20px 0;
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	visibility: hidden;
}
.navbar .mp-search.open {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	visibility: visible;	
}
.navbar .mp-search > .container {
	padding: 0px;
}   

/* div.asl_w .mCSBap_inside>.mCSBap_container{
	margin-right: 10px;
}
div.asl_w .mCustomScrollBox .mCSBap_scrollTools{
	width: 10px;
}
div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    width: 2px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 40%);
} */

@media (min-width: 768px) and (max-width: 991px) {
	.brand-archive-row .col-sm-4:nth-child(3n+1) {
		clear: both;
	}
}

@media (min-width: 992px) {
	.brand-archive-row {
		display: flex;
		flex-wrap: wrap;
	}

	.brand-archive-row .col-md-2:nth-child(7n) {
		clear: both;
	}
}

/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {

	.mp-register-content {
		padding: 0 150px;
	}

	.mp-video-iframe-area {
		padding: 16% 0;
	}

	.mp-video-close-btn {
		top: 5%;
		right: 5%;
		margin-top: 0;
	}

	.mp-apps-screenshot-slider .slick-prev {
		left: -25px;
	}

	.mp-apps-screenshot-slider .slick-next {
		right: -25px;
	}


}

@media (max-width: 991px) {

	.mp-primary-btn {
		font-size: 14px;
		padding: 12px 22px;
	}

	.mp-navbar .mp-menu {
		margin-top: 5px;
	}

	.mp-navbar .mp-menu li a {
		font-size: 15px;
		padding: 10px 6px;
	}

	.mp-hero-featured-content h1 {
		font-size: 35px;
	}

	.mp-hero-featured-content h2 {
		font-size: 18px;
	}

	.mp-event-date-line {
		font-size: 14px;
	}

	.mp-event-counter-block {
		height: 50px;
		width: 50px;
		font-size: 16px;
		margin: 5px 10px;
	}

	.mp-event-counter-block span {
		font-size: 30px;
		padding-top: 32px;
		line-height: 32px;
	}

	.mp-event-timeline ul li {
		margin-left: 15%;
	}

	.mp-event-timeline ul li:nth-child(2n+1) .mp-single-event {
		left: 50px;
		text-align: left;
	}

	.mp-event-timeline ul li:nth-child(2n+1) .mp-single-event::before {
		right: auto;
		left: -16px;
		border-width: 8px 16px 8px 0;
		border-color: transparent #fff transparent transparent;
	}

	.mp-event-timeline ul li:nth-child(2n+1) .mp-single-event img {
		float: left;
		margin-right: 15px;
		margin-left: 0;
	}

	.mp-video-iframe-area {
		padding: 16% 5%;
	}

	.mp-video-iframe-area iframe {
		width: 100%;
	}

	.mp-title-area {
		padding: 0 50px;
	}

	/*  .mp-title-area-left {*/
	/*padding: 0 50px;*/
	/*  }*/

	.mp-faq-content {
		padding: 0;
	}

	.mp-contact-right {
		margin-top: 50px;
	}

	.mp-menu-btn {
		right: 5%;
	}

	.mp-devices-slider .slick-next {
		right: 0;
	}

	.mp-devices-slider .slick-prev {
		left: 0;
	}

	.mp-devices-slider .slick-next,
	.mp-devices-slider .slick-prev {
		width: 40px;
		height: 40px;
	}

	.mp-devices-slider .slick-prev::before,
	.mp-devices-slider .slick-next::before {
		font-size: 18px;
	}


	.mp-devices-slider .slick-next {
		right: 0;
	}

	.mp-devices-slider .slick-prev {
		left: 0;
	}

	.mp-devices-slider .slick-next,
	.mp-devices-slider .slick-prev {
		width: 40px;
		height: 40px;
	}

	.mp-devices-slider .slick-prev::before,
	.mp-devices-slider .slick-next::before {
		font-size: 18px;
	}

	.mp-single-devices-info h3 {
		font-size: 18px;
	}

	.mp-pricing-conten {
		padding: 0 5%;
	}

	.mp-single-price {
		margin-bottom: 30px;
	}



}

@media (max-width: 768px) {
	#mp-footer{
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	
	.navbar-header{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.navbar-header .navbar-brand{
		flex-grow: 20;
	}

	.btn-container,
	.language-btn{
		flex-grow: 1;
	}

	.language-btn .btn,
	.language-btn .btn:active,
	.language-btn .btn:focus{
		background-color: transparent !important;
		outline: none;
	}

	.language-btn .btn img{
		width: 30px;
		height: auto;
	}

	.language-dropdown.list-unstyled li{
		list-style: none !important;
	}

	#langModal .language-dropdown li{
		display: inline-block;
		width: 25%;
		margin-bottom: 20px;
	}
	#langModal .language-dropdown li a{
		justify-content: center;
	}
	#langModal.modal.in .modal-dialog{
		top: 50%;
		transform: translateY(-50%);
	}
	#langModal .modal-header {
		padding: 15px 15px 0;
		border-bottom: none;
	}
	.mp-logo img {
		width: 150px;
	}


	.mp-navbar .mp-menu {
		padding: 0 15px;
	}

	.mp-video-close-btn {
		font-size: 16px;
		height: 40px;
		line-height: 35px;
		width: 40px;
	}

	.brand-items-container{
		justify-content: center;
	}
	.brand-item{
		width: 70px;
		height: 70px;
	}





}


@media (max-width: 640px) {

	#mp-event-counter-1 {
		display: flex;
		width: 100%;
	}

	.single-device-main-spces {
		justify-content: space-around;
	}

	.mp-event-counter-block {
		height: 50px;
		width: 50px;
		font-size: 15px;
	}

	.mp-event-counter-block span {
		font-size: 22px;
		padding-top: 22px;
		line-height: 25px;
	}

	.mp-price-tabs .nav-tabs li {
		width: calc(100%/3);
		font-size: 13px;
	}

	.mp-price-tabs .nav-tabs li:nth-child(3n) {
		border-right: none;
	}

	.mp-price-tabs ul.price-list.list-inline li {
		display: block;
		width: 100%;
	}

	.mp-title-area {
		padding: 0;
	}

	/*   .mp-title-area-left{*/
	/*	padding: 0;*/
	/*}*/
	.mp-video-iframe-area {
		padding: 5% 5%;
	}

	.mp-video-iframe-area iframe {
		width: 100%;
		height: 100%;
	}

	.mp-register-content {
		padding: 0 100px;
	}

	.mp-contact-content {
		padding: 0 10%;
	}

	.device-compare-meta {
		text-align: center;
	}

	.single-price-tabs ul.price-list.list-inline li {
		display: inline-block;
		width: 50%;
	}

	.brand-archive-container .row div[class^="col"]:nth-child(2n+1) {
		clear: both;
	}

	.mobile-price-device-container .mp-device-title,
	.mobile-price-device-container .mp-device-img-col,
	.mobile-price-device-container .mp-device-trend-views,
	.mobile-price-device-container .mp-single-devices-social,
	.mobile-price-device-container .mp-btn-container {
		text-align: center;
	}

	.co-search-alone .hasASL {
		width: 90% !important;
		margin: auto !important;
	}


}


@media (max-width: 480px) {

	.search-box-header {
		margin-right: 0px;
	}

	.main-nav ul ul {
		width: 100% !important;
	}

	.lan-sub {
		width: 100% !important;
	}

	body {
		font-size: 14px;
	}


	/* .brand-archive-container .row {
		display: flex;
		flex-wrap: wrap;
	}

	.brand-archive-container .row div[class^="col"] {
		float: none !important;
	} */


	.mp-single-devices {
		text-align: center;
	}

	.mp-single-devices img {
		max-width: 140px;
	}

	.mp-title-area-left h2 {
		padding: 10px;
		padding-bottom: 0px;
		color: white;
	}

	.sp-spec-cell-comapre {
		width: 50%;
	}

	.sp-spec-title-compare {
		width: 100%;
	}

	.center-phone-mobile {
		text-align: center;
	}

	.mp-title-area-left p {
		padding-left: 10px;
	}

	.mp-title-p {
		display: block;
	}

	.mp-logo {
		margin-bottom: 10px;
		font-size: 30px;
	}

	.mp-hero-featured-area {
		padding: 60px 0 60px;
	}

	.mp-hero-featured-content {
		margin-top: 20px;
	}

	.mp-hero-featured-content h1 {
		font-size: 25px;
	}

	.mp-hero-featured-content h2 {
		font-size: 14px;
	}

	.mp-event-date-line {
		font-size: 12px;
	}

	.mp-event-counter-area-1 {
		margin-top: 20px;
	}

	.mp-event-counter-block span {
		font-size: 18px;
		padding-top: 16px;
		line-height: 20px;
	}

	.mp-event-counter-block {
		height: 32px;
		width: 32px;
		font-size: 12px;
		margin: 5px 10px;
	}

	.mp-video-close-btn {
		top: 2%;
		right: 5%;
		height: 40px;
		line-height: 35px;
		width: 40px;
	}

	.mp-menu-close-btn {
		right: 5%;
		top: 30px;
	}

	.mp-video-area {
		padding: 100px 0;
	}

	.mp-video-iframe-area {
		padding: 10% 5%;
	}

	.mp-video-iframe-area iframe {
		height: 250px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	.mp-schedule-content {
		margin-top: 30px;
	}

	.mp-schedule-menu li {
		margin-bottom: 15px;
	}

	.mp-schedule-menu li a {
		font-size: 15px;
	}

	.mp-event-timeline ul li {
		margin-left: 5%;
	}

	.mp-event-timeline ul li .mp-single-event,
	.mp-event-timeline ul li:nth-child(2n+1) .mp-single-event,
	.mp-event-timeline ul li:nth-child(2n) .mp-single-event {
		left: 30px;
		width: 350px;
	}

	.mp-event-timeline ul li .mp-single-event h3 {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.mp-venue-address h4 {
		font-size: 16px;
	}

	.mp-register-content,
	.mp-contact-content {
		padding: 0 5%;
	}

	.mp-faq-content .panel-title {
		font-size: 14px;
	}


}


@media (max-width: 360px) {

	.mp-logo img {
		width: 120px;
	}

	.mp-hero-featured-area {
		padding: 30px 0 30px;
	}

	.mp-event-counter-block {
		height: 56px;
		width: 56px;
		font-size: 10px;
	}

	.mp-event-counter-block span {
		font-size: 16px;
		padding-top: 10px;
		line-height: 16px;
	}

	.mp-video-area {
		padding: 50px 0;
	}

	.mp-video-iframe-area {
		padding: 15% 5%;
	}

	.mp-video-play-btn,
	.mp-video-close-btn {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 46px;
		margin-top: 50px;
	}

	h2 {
		font-size: 25px;
	}

	.mp-event-timeline ul li .mp-single-event,
	.mp-event-timeline ul li:nth-child(2n+1) .mp-single-event,
	.mp-event-timeline ul li:nth-child(2n) .mp-single-event {
		left: 30px;
		width: 280px;
	}
}



@media (max-width: 320px) {

	.mp-video-iframe-area {
		padding: 30% 5%;
	}

	.mp-event-timeline ul li .mp-single-event,
	.mp-event-timeline ul li:nth-child(2n+1) .mp-single-event,
	.mp-event-timeline ul li:nth-child(2n) .mp-single-event {
		left: 30px;
		width: 250px;
	}

	h2 {
		font-size: 22px;
	}



}
#blog-posts img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.cat-links a{
    color: #ca1e2a;
    font-weight: 700;
    font-size: 18px;
}
.post-thumbnail{
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.post-thumbnail img{
    height: auto;
    max-width: 100%;
}
.entry-content{
    font-size: 18px;
}
.entry-content .twitter{
    margin: auto !important;
}
.post-navigation{
    margin: 20px 0;
}
.post-navigation .nav-links{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-weight: 700;
    align-items: center
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next{
    display: inline-flex;
    align-items: center;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a{
    display: inline-block;
    max-width: 80%;
}

.post-navigation .nav-links .nav-previous{
    text-align: left;
}

.post-navigation .nav-links .nav-previous:before{
    content: "\f104";
    font-family: "Fontawesome";
    display: inline-block;
    margin-right: 10px;
    font-family: 24px;
}

.post-navigation .nav-links .nav-next{
    text-align: right;
}
.post-navigation .nav-links .nav-next:after{
    content: "\f105";
    font-family: "Fontawesome";
    display: inline-block;
    margin-left: 10px;
    font-family: 24px;
}