/*
Theme Name: Journalism Newspaper Pro
Theme URI: https://www.apexthemes.net/products/newspaper-wordpress-theme
Description: 
Author: Apex Themes
Author URI: https://www.apexthemes.net/
Version: 1.2.4
Requires PHP: 5.2
Tested up to: 5.8
Tags: blog, news, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: journalism-newspaper-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

body {
  font-family: 'Poppins', cursive;
  color: #222222;
  margin:0;
  background: #ffffff;
}

a {
  color:#222222;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  text-decoration: none;
}

a:hover,
a:focus {
  color:#8C2FFB;
}

header.header {
  background: #222222;
}
section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo {
  display: block;
  padding: 15px 0;
	min-height: 53px;
  line-height: 1.4em;
	word-break: break-all;
}
.logo a {
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  font-weight: bold;
}
.logo a:hover,
.logo a:focus {
  color:#8C2FFB;
}
.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.logo-image {
  float: left;
}
.logo-image img {
  transition: transform 1s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.logo-image:hover img {
  transform: scale(1.1);
}

/* ===============================================
   SOCIAL BOX
   ============================================= */

.social-links {
    text-align: right;
}
.social-links a {
    color: #fff;
    font-size: 18px;
    transition: all 0.6s;
}
.social-links a:hover{
  color: #FA2424; 
	text-decoration:none;
}


/* ===============================================
   MENU BOX
   ============================================= */

.menu-block{
    border-bottom: solid 2px #222;
    float: left;
    width: 100%;
}
#main-menu {
	display:block;
	position:relative;
	float:left;
	margin:0 auto;
	width:100%
}
#main-menu ul {
	margin:0;
    padding: 0;
	display:block;
}
#main-menu ul li {
	position:relative;
	display:block;
	float:left;
	text-align:left;
}
#main-menu ul li a {
	text-decoration:none;
	display:block;
	z-index:1;
	padding:10px 20px;
	margin:0;
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: color .1s linear, background-color .1s linear;
	-moz-transition: color .1s linear, background-color .1s linear;
	-o-transition: color .1s linear, background-color .1s linear;
	transition: color .1s linear, background-color .1s linear;
	position:relative;
	line-height:53px
}
#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover > a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus > a,
#main-menu li:focus > a,
#main-menu ul li.current-menu-item > a,
#main-menu ul li.current_page_item > a,
#main-menu ul li.current-menu-parent > a,
#main-menu ul li.current_page_ancestor > a,
#main-menu ul li.current-menu-ancestor > a {
	color:#FA2424;
  border-bottom: 2px solid #FA2424;
}
#main-menu ul.children ,
#main-menu ul.sub-menu {
	opacity:0;
	position: absolute;
	top: 70px;
	left: -9999em;
	background:#fff;
	z-index:10001;
	width:213px;
	padding-left:0;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	box-shadow: 0 4px 12px rgba(250, 36, 36, 0.3);
}
#main-menu ul.children li ,
#main-menu ul.sub-menu li {
	position:relative;
	margin:0;
	line-height:1.2em;
	text-transform:none;
	width:213px;
	min-height: inherit;
  margin:0;
}
#main-menu li li:hover > ul,
#main-menu li li:focus > ul,
#main-menu li li.focus > ul {
	top:0px;
	left: -100%;
}
#main-menu ul.children li a ,
#main-menu ul.sub-menu li a {
	text-decoration:none;
	text-align:left;
	display:block;
	padding:20px 15px;
	margin:0;
	border:none;
	line-height:inherit
}
#main-menu ul.children li ul:before ,
#main-menu ul.sub-menu li ul:before {
	display:none;
}
#main-menu li:hover > ul,
#main-menu li:focus > ul,
#main-menu li.focus > ul {
	opacity:1;
	left:calc(100% - 75px);
}
.menu-toggle,
.dropdown-toggle,
button.close-menu {
	display: none;
}
#main-menu ul.children li ul:before ,
#main-menu ul.sub-menu li ul:before {
	display:none;
}

#main-menu ul.sub-menu li a:hover,
#main-menu ul.children li a:hover {
    background-color: #FA2424;
    color: #fff;
    transition: background-color 0.3s ease, color 0.5s ease;
}
#main-menu ul.sub-menu li a,
#main-menu ul.children li a {
    transition: transform 0.5s ease;
}

#main-menu ul.sub-menu li a:hover,
#main-menu ul.children li a:hover {
    transform: scale(1.05);
}


/* ===============================================
   HEADER SEARCH
   =============================================== */

.header-search {
    text-align: right;
}
.header-search .open-search-form i {
    font-size: 14px;
    cursor: pointer;
    background: #FA2424;
    border-radius: 10px;
    color: #fff;
}
.header-search .open-search-form i:hover {
  background: #8C2FFB;
}
.header-search .search-form {
	position:fixed;
	top:0;
	right:-100%;
	width:100%;
	height:100%;
	padding:0;
	z-index:1001;
	visibility: hidden;
	-webkit-transition-property: all , -webkit-transform;
    transition-property: all , transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	background: rgba(255,255,255, 0.98) none repeat;
	border:none !important;
}
.header-search .search-form.is-open {
	right:0;
	height:100%;
	visibility: visible;
}
.header-search .search-form.is-open form {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
}
.header-search .search-form a.close-search-form {
	top:50px;
	position:absolute;
	margin-left:-13px;
	left:50%;
}
.header-search .search-form i.searchform-close-button {
	font-size:25px;
	color:#616161 !important;
	opacity:0;
	-webkit-transition: transform .2s linear;
	-moz-transition: transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
}
.header-search .search-form.is-open i.searchform-close-button {
	opacity:1;
}
.header-search .search-form.is-open i.searchform-close-button:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}



/* Smooth popup animation */
.header-search .search-form {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 1001;
	visibility: hidden;
	background: rgba(255,255,255, 0.95);
	backdrop-filter: blur(8px); /* blur background */
	transition: all 0.6s ease;
	transform: scale(1.05);
	opacity: 0;
}

.header-search .search-form.is-open {
	right: 0;
	visibility: visible;
	transform: scale(1);
	opacity: 1;
}

/* Centered form animation */
.header-search .search-form.is-open form {
	position: absolute;
	width: 100%;
	max-width: 700px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 30px;
	text-align: center;
	animation: fadeInUp 0.6s ease;
}

/* Stylish input */
.header-search .search-form input[type="text"] {
	width: 100%;
	padding: 15px 20px;
	font-size: 18px;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: border-color 0.3s ease;
	outline: none;
}
.header-search .search-form input[type="text"]:focus {
	border-color: #FA2424;
}

/* Stylish button */
.header-search .search-form input.search-submit {
	margin-top: 20px;
	padding: 12px 40px;
	background: #FA2424;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	transition: background 0.3s ease;
}
.header-search .search-form input.search-submit:hover {
	background: #c41b1b;
}

/* Close icon animations */
.header-search .search-form i.searchform-close-button {
	font-size: 26px;
	color: #444 !important;
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.header-search .search-form.is-open i.searchform-close-button {
	opacity: 1;
}
.header-search .search-form.is-open i.searchform-close-button:hover {
	transform: rotate(90deg) scale(1.2);
}

/* Fade up effect */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate(-50%, -30%);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}


.header-search .search-form input[type="text"] {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid #FA2424;
	border-radius: 8px;
	background: #fff;
	transition: all 0.3s ease;
}
.header-search .search-form input[type="text"]:focus {
	box-shadow: 0 10px 25px rgba(250, 36, 36, 0.2);
}

.header-search .search-form input.search-submit {
	box-shadow: 0 4px 12px rgba(250, 36, 36, 0.3);
	transition: transform 0.3s ease, background 0.3s ease;
}
.header-search .search-form input.search-submit:hover {
	transform: translateY(-2px);
	background: #c41b1b;
}

.header-search .search-form {
	backdrop-filter: blur(5px);
	background: rgba(255, 255, 255, 0.92); /* subtle overlay */
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate(-50%, -30%);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

.header-search .search-form input[type="text"]:focus::placeholder {
	color: #FA2424;
	opacity: 0.7;
}



@media screen and (min-width : 0) and (max-width : 767px) {

  section.category-title h1 {
    text-align: center;
  }

  .logo {
    text-align: center;
  }

  .menu-toggle,
  .dropdown-toggle {
    border:none;
    display: block;
    margin: 10px 0;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background: #FA2424;
    color: #fff;
    border-radius: 5px;
  }

  .menu-toggle:hover,
  .dropdown-toggle:hover {
    background: #8C2FFB;
  }

  #main-menu {
    display: none;
  }

  .header.toggled #main-menu {
    display: block;
  }

  #main-menu ul li {
    float: left;
    width: 100%;
  }

  #main-menu > li > ul.children,
  #main-menu > li > ul.sub-menu {
    position: absolute;
    top:-100%;
    background: #fff;

  }

  #main-menu li.focus > ul.children,
  #main-menu li.focus > ul.sub-menu ,
  #main-menu li:hover > ul.children,
  #main-menu li:hover > ul.sub-menu ,
  #main-menu li:focus > ul.children,
  #main-menu li:focus > ul.sub-menu {
    width: 100%;
    top:0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    padding: 0;
  }

  #main-menu ul.children li a ,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height:53px;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    border: solid black;
    right: 10px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0,-50%) rotate(-45deg);
    transform: translate(0,-50%) rotate(-45deg);
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    font-size: 12px;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after ,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform:  rotate(45deg);
    transform:  rotate(45deg);
  }

  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover > a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus > a,
  #main-menu li:focus > a,
  #main-menu ul li.current-menu-item > a,
  #main-menu ul li.current_page_item > a,
  #main-menu ul li.current-menu-parent > a,
  #main-menu ul li.current_page_ancestor > a,
  #main-menu ul li.current-menu-ancestor > a {
    background:none;
  }

}

/* ===============================================
   POST BOX
   ============================================= */

.post-box {
    background: #fff;
}
.post-thumbnail {
  line-height: 0;
}
h3.post-title,h4.post-title {
  font-size: 18px;
  font-weight: 600;
}
h3.post-title a,.sidebar-area li a{
	text-decoration: none;
  color: #24272c;
  font-size: 28px;
  font-weight: 600;
}

.post-content p{
  font-size: 14px;
  line-height: 26px;
  color: #a5a7b1;
  font-weight: 400;
  
}
.post-meta {
	color: #62646c;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
}
.post-meta img {
    border-radius: 50%;
    width: auto !important;
    display: unset !important;
    height: 30px;
    margin-right: 10px;
}
.post-meta a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    color: #24272c;
    font-weight: 500;
}
.post-meta span,.post-cat span {
    padding: 2px 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-bottom-left-radius: 0;
    border-top-left-radius: 60px;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #222222;
	white-space: break-spaces;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
  	border-radius: 4px;
}
.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
	max-width: 100%;
	/* width: 100%; */
}
.post-content img,
.post-thumbnail img {
	max-height:100%;
	height:auto;
}
.post-content:after {
  content: "";
  display: table;
  clear: both;
}
.abc {
  height: 700px;
}


/* Hover Effect for .post-thumbnail images */
dt.gallery-icon img,.post-thumbnail img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.gallery-icon:hover img,.post-thumbnail:hover img  {
  transform: scale(1.03);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.45);
}
.gallery-item{
  margin: 0px !important;
}
.gallery-item img{
  border: 3px solid #fff !important;
}
.post-thumbnails {
  position: relative;
  overflow: hidden;
}
.post-thumbnails img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.post-thumbnails:hover img {
  transform: scale(1.03);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.45);
}


/* ===============================================
   Blog Slider
   ============================================= */

.abc .post-meta .post-comments {
    background: #45964E;
}
.abc .post-meta .post-comments:hover {
    background: #FA2424;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
	color: #45964E;
}
.owl-carousel .owl-nav.disabled:hover{
	border-color:#45964E;
}

.blog_inner_box {
    position: absolute;
    bottom: 60px;
    right: 60%;
    left: 3%;
    z-index: 999;
}
.blog_inner_box h3.post-title a,.blog_inner_box .post-meta,.blog_inner_box .post-meta a{
	color: #dcdee6;
}
.abc .blog_inner_box .post-meta,.abc .blog_inner_box .post-meta a {
  color: #ffffff;
}
.post-cat span {
    background: #45964E;
    border-radius: 5px;
    border-bottom-left-radius:0;
}
.blog_box.abc .slider-img img{
  object-fit: cover;
  height: 700px;
}

.blog_box.abc .post-thumbnail::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Make sure image stays behind overlay */
.blog_box.abc .slider-img img {
  position: relative;
  z-index: 0;
}



/* ===============================================
   Side Blog Post
   ============================================= */

.multiple_blog img{
    width: 100%;
    height: auto;
}
.blog_box {
    position: relative;
}

.multiple_blog .blog_inner_box {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 5px;
}
.multiple_blog {
    overflow-y: scroll;
    height: 700px;
}

.multiple_blog::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.multiple_blog::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
.multiple_blog::-webkit-scrollbar-thumb{
	background-color: #000000;
	border: 2px solid #555555;
}

/* ===============================================
   Featured Post
   ============================================= */

.featured_post h3 , .latest_post h3, .best_deal_post h3, .dont_miss_post h3 , .tech_news h3{
    color: #FA2424;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 16px 10px;
}

/* ===============================================
   Pagination
   ============================================= */

.pagination,
.journalism-newspaper-pro-pagination {
	margin:25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.journalism-newspaper-pro-pagination a span,
.journalism-newspaper-pro-pagination span.current {
	display:inline-block;
	text-decoration: none;
	padding:10px 20px;
	font-size:18px;
  font-weight: 600;
	line-height:21px;
	color:#222;
  border-radius: 4px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background:#f3f4f7;
	position:relative;
	margin:0;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.journalism-newspaper-pro-pagination span.current,
.journalism-newspaper-pro-pagination span.current:hover,
.journalism-newspaper-pro-pagination span.current:focus,
.journalism-newspaper-pro-pagination a span:hover,
.journalism-newspaper-pro-pagination a span:focus {
	background:#FA2424;
  color: #ffffff;
}

.commentlist {
	list-style:none;
	margin:0;
	padding:0
}

.commentlist ul {
	list-style:none;
	padding:0;
	margin:0;
}

.commentlist li {
	margin:0;
}

.commentlist li .comment-respond {
	margin-bottom:25px;
}

.commentlist li:last-of-type .comment-respond {
	margin-bottom:0px;
}

.comment-container {
	position: relative;
	margin:0 0 25px 0;
	padding:30px;
	background:#fff;
	border:solid 1px #f3f4f7 !important;
	z-index:999
}

.comment-avatar img {
	float:left;
}

.comment-text {
	position:relative;
	margin-left:110px;
	padding:0 0 0 15px
}

.comment-container .comment-date {
	padding:15px 0;
}

.comment-avatar {
	position:relative;
	width:110px;
	float:left;
}

.comment-author .author {
	display:block;
	font-weight:bold;
}

.commentlist .children li {
	margin-left:30px;
}

.comment-notes {
	font-size:12px;
	margin:-25px 0 25px 0;
}

h3#reply-title,
h3.comments {
	height:30px;
	line-height:30px;
	margin:30px 0;
}

h3#reply-title small,
.logged-in-as {
	font-size: 15px;
	margin:-25px 0 25px 0;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
	padding: 10px 2%;
	background:#fff;
	width: 100%;
	margin:0 0 15px 0;
	border:none;
	color:#222222;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.comment-form input[type=submit] {
	background: #FA2424;
	color: #fff;
	border:none;
	font-size:14px;
	font-weight: 600;
	text-align:center;
	position:relative;
	display: block;
	text-shadow:none;
	padding:10px 15px;
	width:inherit;
	margin:0;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
	cursor: pointer;
}

.comment-form input[type=submit]:hover ,
.comment-form input[type=submit]:focus {
	background-color:#8C2FFB;
	text-decoration:none
}

.logged-in-as a,
#comments a {
	color:#222222;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
	display:block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .sidebar-widget {
	background: #fff;
	margin-bottom: 25px;
}
.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
	line-height:1em;
	font-weight: normal;
}
.sidebar-area ul,#calendar_wrap,.sidebar-area .textwidget,.tagcloud {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}
.sidebar-area li a, .sidebar-area li {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}
.sidebar-area li {
    padding-bottom: 15px;
}
.sidebar-area h4.title {
    padding: 20px 15px;
    border-bottom: solid 2px #8C2FFB;
    color: #8C2FFB;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sidebar-area .tagcloud a {
    font-size: 15px !important;
    background: #f3f4f7;
    color: #222222;
    padding: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    display: inline-block;
    margin: 5px 0;
    text-decoration: none;
}
.sidebar-area .tagcloud a:hover{
	background: #FA2424;
	color: #fff;
}
.sidebar-area form {
    padding: 15px;
}
.sidebar-area select,
.sidebar-area textarea,
.sidebar-area input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width:100%;
	padding: 5px 2%;
}
#wp-calendar th,
#wp-calendar
#today,
#wp-calendar
#today a {
	background:#f3f4f7;
	color:#434343 !important;
}
#wp-calendar a:hover {
	border:none;
}
#wp-calendar {
	background: #fff;
	width:100%;
}
#wp-calendar caption {
	font-size: 14px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	text-align:left;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
	font-size: 14px;
	color:#434343 !important;
	padding:3px 6px;
}
#wp-calendar td a {
	display:block;
	text-align: center;
	font-size: 14px;
	color:#434343 !important;
	text-decoration:underline
}
#wp-calendar td#prev a,
#wp-calendar td#prev a{
	text-decoration:none;
	text-align:left;
}
#wp-calendar th{
	font-weight:bold
}
tr:nth-child(2n+2) {
	background-color: #f3f4f7;
}

.searchform label {
	display: block;
}
.searchform input[type=text] {
    width: calc(100% - 110px);
    margin: 0;
    padding: 12.5px;
    float: left;
    background-color: #f3f4f7;
    border: none;
}
.searchform input[type=submit] {
    background: #FA2424;
    border: none;
    color: #fff;
	font-size:14px;
	font-weight: 600;
	text-align:center;
	position:relative;
	float:left;
	text-shadow:none;
	padding:14px 0;
	width:100px;
	margin:0 auto;
	cursor: pointer;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.searchform input[type=submit]:hover ,
.searchform input[type=submit]:focus {
	background-color:#8C2FFB;
	text-decoration:none
}

.searchform:after {
  content: "";
  display: table;
  clear: both;
}

footer {
	background: #181a21;
}

footer .sidebar-area {
	background: none;
	padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
	color: #fff;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
	max-width:100%;
	height:auto;
}
.alignleft,
img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}
.alignright,
img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}
div.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	float:none;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom:12px;
}

.wp-caption {
	background:#f1f1f1;
	line-height:18px;
	margin-bottom:25px;
	max-width:100% !important;
	padding:4px;
	text-align:center;
}

.wp-caption img {
	margin:5px 5px 0;
	width:96%;
	height:100%
}

.wp-caption p.wp-caption-text {
	color:#888;
	font-size:12px;
	margin:5px;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}


/*vikky*/

/*Slider Blog*/

.owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  bottom: 60px;
  padding-left: 15px;
  left: 5%;
  color: #FA2424;
  border-left: 2px solid #FA2424;
  font-weight: 500;
}

button.owl-next{
  margin: 0 8px;
}

.read_more{
  font-size: 14px;
  color: #ff3657;
  font-weight: 600;
}

/*BLOG MULTIple*/
.multiple_blog h3.post-title a{
  text-decoration: none;
  color: #ffff;
  font-size: 16px;
  font-weight: 600;
}

.multiple_blog .post-meta a {
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  font-weight: 500;
}
.multiple_blog .blog_inner_box .post-meta{
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  font-weight: 500;
}

/*TABS*/
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  color: #a5a7b1;
  font-weight: 600;
  margin: 14px 0px;
}

.featured_post .tab button:hover, 
.featured_post .tab button:focus,
.featured_post button.tablinks.active{
  color: #FA2424;
}

.latest_post .tab button:hover, 
.latest_post .tab button:focus,
.latest_post button.tablinks_2.active{
  color: #45964E;
}
.best_deal_post .tab button:hover,
.best_deal_post .tab button:focus,
.best_deal_post button.tablinks_3.active{
  color:  #45964E;
}
.dont_miss_post .tab button:hover, 
.dont_miss_post .tab button:focus, 
.dont_miss_post button.tablinks_4.active{
  color: #8C2FFB;
}
.tech_news .tab button:hover,
.tech_news .tab button:focus, 
.tech_news button.tablinks_5.active{
  color: #FA2424;
}
/*FEATURED POST*/
.featured_title{
  border-bottom: solid 2px #FA2424;
  background:#fff;
  margin: 0 !important;
}

/*LATEST POST*/
.latest_title{
  border-bottom: solid 2px  #45964E;
  background:#fff;
  margin: 0 !important;
}
.latest_title h3{
  color: #45964E;
}

/*BEST DEAL*/
.best_deal_title{
  border-bottom: solid 2px #45964E;
  background:#fff;
  margin: 0 !important;
}
.best_deal_title h3{
  color: #45964E;
}
.best_deal_post h4.post-title {
  font-size: 16px;
  font-weight: 600;
}
.best_deal_post .post-meta a {
  text-decoration: none;
  font-size: 14px;
  color: #62646c;
  font-weight: 500;
}

/*DONT MISS*/
.miss_post_inner .blog_inner_box{
  right: 30%;
  left: 8%;
  bottom: 35px;
}
.miss_post_inner .post-box{
  position: relative !important;
}

.dont_miss_post h4.post-title a{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.dont_miss_post h4.post-title a:hover{
  text-decoration: underline;
  color: #FA2424;
}

.dont_miss_title{
  border-bottom: solid 2px #8C2FFB;
  background:#fff;
  margin: 0 !important;
}
.dont_miss_title h3{
  color: #8C2FFB;
}
.dont_miss_post h4 post-title a{
  color: #fff;
}

/*LATEST NEWS*/
.tech_news_title{
  border-bottom: solid 2px #FA2424;
  background:#fff;
  margin: 0 !important;
}
.tech_news h4.post-title {
  font-size: 16px;
  font-weight: 600
}
.tech_news .post-meta a {
  text-decoration: none;
  font-size: 14px;
  color: #62646c;
  font-weight: 500;
}

/*RECENT POST SECTION*/
.recent_post h4.post-title a{
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #24272c;
}

.recent_post  .post-thumbnail img {
  border-radius: 50%;
  width: 100%;
  height: 85px;
}

.recent_post .post-meta a {
  font-size: 14px;
  line-height: 32px;
  color: #62646c;
  font-weight: 500;
}

/*NEWSLETTER*/
.newsletter{
  background: #fff;
  margin-top: -100px;
}
.newsletter h3{
  color: #FA2424;
}
.newsletter .wpcf7 input[type="email"]{
  padding: 10px;
  border-radius: 5px 0 0 5px;
  border: 1px solid black;
  background: #f8f9fb;
  width: 100%;
  box-shadow:none;
}
.newsletter [type="submit"]{
  padding: 11px 25px;
  background:#FA2424;
  border-radius: 0 5px 5px 0;
  border: none;
  color: #fff;
	height:46px;
}
.newsletter [type="submit"]:hover{
  background:#45964E;
}
.newsletter img{
  width: 50%;
}
.newsletter:hover img{
  transform: scale(1.2);
  transition: all 2s;
}
footer form p{
  display: flex;
}
.newsletter:hover{
  background: #fafafa;
}
/*FOOTER SECTION*/
 
.footer .recent_post h4.post-title a{
  color: #ffffff;
}
.footer-area h4.title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 25px;
}
.footer-area hr{
  border-top: 2px solid #FA2424;
  width: 50%;
  margin: 15px 0;
}
.footer-area p{
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

.footer-area .recent_post .post-meta a{
  color: #fff;
}

.footer-area ul{
  padding: 0px;
}

.footer-area .wpcf7 input[type="email"]{
  padding: 10px 5px;
  border-radius: 5px 0 0 5px;
  border: 1px solid black;
  width: 100%;
  box-shadow: none;
}
.footer-area  [type="submit"]{
  padding: 10px 25px;
  background:#FA2424;
  border-radius: 0 5px 5px 0;
  border: none;
  color: #fff;
	height:46px;
}
.footer-area .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}
.footer-area  [type="submit"]:hover{
  background:#45964E;
}
.footer-area  .wpcf7-spinner{
  display: none;
}
.copyright{
  border-top: 1px solid #fff;
}
.copyright p{
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
 text-align: center;
}
.copyright a{
  color: #FA2424;
}

/*dont miss*/
.dummy-images {
  background: #000;
  height: 450px;
}

/*SCROLL TO TOP BUTTON*/
#button_scroll {
  display: inline-block;
  background-color: #FA2424;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}
#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
} 
#button_scroll:hover {
  cursor: pointer;
  background: #45964E;
  color: #fff;
}
#button_scroll:active {
  background: #FA2424;
}
#button_scroll.show {
  opacity: 1;
  visibility: visible;
}

/*PRELOADER*/
/** page **/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #212121;
  z-index: 999;
}

/** loader **/
.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #354952 transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}

.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent  transparent #df1a54 transparent ;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
}

/** animation starts here **/
@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }  
  
  100% {
  }
}

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
  }
}

.lt {
  color: #fff;
  margin: 30px auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10px;
}

/*SRTICKY HEADER*/
   
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}

.admin-bar .sticky {
  margin-top: 32px;
}

/*  MONSTER WIDGET*/
.textwidget img{
  width: 100%;
}

#content, footer{
  float: left;
  width: 100%;
}

.error-div{
  padding: 80px 0;
}
.error-div h1{
  font-size: 70px;
}

/*contact-form*/
.contact-form .dashicons{
  font-size: 70px;
  border: 16px solid #dee2e6;
  border-radius: 50%;
  background: #dee2e6;
  margin-bottom: 20px;
  padding: 0px 67px 65px 0px;
} 

.contact-form [type="submit"] {
  padding: 10px;
  color: #fff;
  background: #FA2424;
  border: none;
  cursor: pointer;
}

.contact-form [type="submit"]:hover {
  background: #8C2FFB;
}

.contact-form  [type="email"] , .contact-form [type="text"] , textarea{
  padding: 10px;
  border: 1px solid black;
  width: 100%;
}

.contact-form label {
  width: 100%;
  font-weight: bold;
}
div#map embed {
  width: 100%;
}

/*Recent Post*/
.sidebar-area .widget_recent_entries h4.title{
  color: #45964E;
  border-bottom: 2px solid #45964E;
}
/*Instagram Feed*/
.sidebar-area .widget_instagram-feed-widget  h4.title{
  color: #FA2424;
  border-bottom: 2px solid #FA2424;
}
/*Archive*/
.sidebar-area .widget_archive  h4.title{
  color: #45964E;
  border-bottom: 2px solid #45964E;
}
.sidebar-area .widget_archive li a{
  color: #62646c;
  float: left;
  width: 100%;
}
.sidebar-area li.cat-item a {
  float: left;
  width: 100%;
}
.sidebar-area li.cat-item{
  display: flex;
}
.sidebar-area li.cat-item a:hover {
  color:#8C2FFB;
	text-decoration:underline;
}


/*CUSTOM POST*/

.sidebar-area .widget_journalism_newspaper_pro_custom_posts h4.title{
  color: #FA2424;
  border-bottom: 2px solid #FA2424;
}

.widget .widget-inside .alx-options-posts .postform { 
  width: 100%; 
}
.widget .widget-inside .alx-options-posts p { 
  margin: 3px 0; 
}
.widget .widget-inside .alx-options-posts h4 { 
  margin-bottom: 10px; 
}

.post-item-inner.group {
  left: 30px;
  position: relative;
  bottom: 70px;
} 
.post-item-inner p a, .post-item-inner p {
  color: #fff;
}

.custom_blog_inner_box {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}

.custom_blog_inner_box h3 a, .sidebar-area .cutom-post-meta a, .cutom-post-meta {
  color: #ffffff;
}

div#alxposts-3 h4 {
  color: #FA2424;
  padding: 20px 15px;
  border-bottom: solid 2px #FA2424;
  color: #8C2FFB;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-meta .post-view{
	background-color: #8C2FFB;
}

.post-meta .post-comments{
	background: #FA2424;
}

.post-meta .post-comments:hover{
	background: #45964E;
}

.post-meta .post-view:hover{
	background-color: #FA2424;
}


/*--------------------------------------------------------------
## Comment Form Styles
--------------------------------------------------------------*/
.comment-respond {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-top: 2rem;
}

.comment-respond h2.comment-reply-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.comment-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border 0.3s ease;
  margin-bottom: 1.25rem;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: #8C2FFB;
  outline: none;
}

.comment-form textarea {
  resize: vertical;
  min-height: 150px;
}

.comment-form-cookies-consent {
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.comment-form-cookies-consent input {
  margin-right: 0.5rem;
}

.comment-form .form-submit input#submit {
  background-color: #FA2424;
  border: none;
  color: #fff;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.comment-form .form-submit input#submit:hover {
  background-color: #8C2FFB;
}

/* Cancel reply link */
#cancel-comment-reply-link {
  font-size: 0.875rem;
  margin-left: 1rem;
  color: #FA2424;
  text-decoration: underline;
}

/* Optional: Make the entire form responsive */
@media (max-width: 768px) {
  .comment-respond {
    padding: 1.5rem;
  }

  .comment-form input,
  .comment-form textarea {
    font-size: 0.95rem;
  }
}


.footer .wpcf7 form.failed .wpcf7-response-output,.footer .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  color: #fff;
}
.footer .wpcf7 form.invalid .wpcf7-response-output,.footer .wpcf7 form.unaccepted .wpcf7-response-output,.footer .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  border-color: #ffb900;
}

/*MESIA QUERY ALL*/
@media only screen and (min-width: 200px) and (max-width: 620px){
  .post-meta span, .post-cat span {
    padding: 2px 12px;
  }
  .media-title,.media-tabs{
    padding: 0;
  }
  .logo-image {
    float: none;
  }
  .logo{
    text-align: center;
  }
  .media-tabs{
    text-align: center !important;
  }
  .tab button {
    font-size: 14px;
    margin: 10px 0px;
    padding: 0 10px;
  }
  .owl-carousel .owl-nav.disabled {
    bottom: 45px;
    font-size: 12px;
    left: 40px;
  }
  .multiple_blog{
    height: 350px;
  }
  .blog_box.abc .slider-img img{
    object-fit: cover;
    height: 350px;
  }
  .abc {
    height: 350px;
  }
  .multiple_blog img{
    height: 220px;
  }
  .tech_news h4.post-title {
    margin-top: 10px !important;
  }
  .row.col-12.text-center.text-lg-left.text-md-left,.row.footer-area {
    margin: 0 auto;
  }
  button.close-menu{
    display: inline-block;
  }
  .social-links {
    text-align: center;
    padding: 10px 0;
  }
  #navbar {
    margin-top: 0px;
  }
  .sidebar-area a{
    line-height: 0;
  }
  .owl-carousel .owl-nav.disabled {
    bottom: 35px;
    font-size: 13px;
    left: 20px;
  }
  .blog-slider .blog_inner_box {
    bottom: 40px;
    right: 0px;
    left: 10px;
  }
  .blog-slider h3.post-title a{
    font-size: 18px;
  }
  .blog-slider .post-meta a,.blog-slider .blog_inner_box .post-meta{
    font-size: 12px;
  }
  .featured_post h3, .latest_post h3, .best_deal_post h3, .dont_miss_post h3, .tech_news h3 {
    text-align: center;
    margin: 10px 0px;
    font-size: 18px;
  }
  .tab button {
    font-size: 12px;
    margin: 10px 0px;
  }
  .newsletter p{
    font-size: 14px;
  }

  .footer-area hr {
    margin: 15px 80px;
  }
  .newsletter .wpcf7 input[type="email"] {
    width: 60%;
  }
  .newsletter [type="submit"]{
    padding: 11px 2px;
  }
  .contact-form input ,textarea{
    width: 100%;
  }
  .google-map embed{
    width: 100%;
  }
  .contact-form [type="submit"]{
    margin: 0px 0px 0px 70px;
    width: 50%;
  }
  .pagination .nav-links a{
    padding: 10px 12px;
    font-size: 14px;
  }
  li.cat-item a{
    padding: 2px;
  }
  #archives-2 li a{
    width: 70%;
    padding: 2px;
  }
}

/*MEDIA 720 TO 1020*/
@media only screen and (min-width: 620px) and (max-width: 1020px){
  .blog_inner_box {
    right: 25%;
    left: 15px;
    bottom: 40px;
  }
  .post-meta span, .post-cat span {
    padding: 2px 12px;
  }
  .media-title,.media-tabs{
    padding: 0;
  }
  .media-tabs{
    text-align: right !important;
  }
  .tab button {
    font-size: 14px;
    margin: 10px 0px;
    padding: 0 10px;
  }
  .owl-carousel .owl-nav.disabled {
    bottom: 45px;
    font-size: 12px;
    left: 40px;
  }
  .multiple_blog{
    height: 450px;
  }
  .blog_box.abc .slider-img img{
    object-fit: cover;
    height: 450px;
  }
  .abc {
    height: 450px;
  }
  .multiple_blog img{
    height: 180px;
  }
  .owl-carousel .owl-nav.disabled {
    bottom: 50px;
    font-size: 12px;
    left: 40px;
  }
  .multiple_blog h3.post-title a{
    font-size: 14px;
  }
  .multiple_blog .blog_inner_box .post-meta{
    line-height: 0px;
  }
  .multiple_blog .blog_inner_box .post-meta {
    font-size: 10px;
  }
  .featured_post h3, .latest_post h3, .best_deal_post h3, .dont_miss_post h3, .tech_news h3 {
    margin: 10px 0px;
    font-size: 16px;
  }
  .tab button {
    font-size: 14px;
    margin: 10px 0px;
    padding: 0 10px;
  }
  .miss_post_inner .blog_inner_box {
    right: 3% !important;
    left: 13% !important;
  }
  .sidebar-area a{
    line-height: 0;
    font-size: 10px;
  }
  .recent_post .post-meta a{
    font-size: 9px;
  }
  .newsletter .wpcf7 input[type="email"] {
    padding: 10px 0px;
    width: 50%;
  }
  .newsletter [type="submit"] {
    padding: 11px 10px;
  }
  .newsletter img{
    width: 100%;
  }
  .google-map embed{
    width: 100%;
  }
  li.cat-item a{
    padding: 2px;
  }
  #archives-2 li a{
    width: 70%;
    padding: 2px;
  }
}


/*MEDIA 1024 TO 1119*/
@media only screen and (min-width: 1024px) and (max-width: 1199px){
  .blog-slider .blog_inner_box{
    bottom: 30px;
    right: 45%;
    left: 10px;
  }
  .post-meta span, .post-cat span {
    padding: 2px 12px;
  }
  .media-title{
    padding: 0;
  }
  .owl-carousel .owl-nav.disabled {
    bottom: 45px;
    font-size: 12px;
    left: 40px;
  }
  .multiple_blog{
    height: 450px;
  }
  .blog_box.abc .slider-img img{
    object-fit: cover;
    height: 450px;
  }
  .abc {
    height: 450px;
  }
  .multiple_blog img{
    height: 200px;
  }
  .miss_post_inner .blog_inner_box{
    right: 20%;
    left: 12%;
    bottom: 35px;
  }
  .footer-area .wpcf7 input[type="email"] {
    padding: 10px 8px;
    width: 100%;
  }
  .footer-area [type="submit"] {
    padding: 11px 10px;
  }
  .google-map embed{
    width: 100%;
  }
  .newsletter [type="submit"] {
    padding: 11px 13px;
  }
}