.bg-3 *,
.bg-3 h1.section-header,
.bg-3 h2.section-header,
.bg-3 h2.section-heading,
.bg-3 h2.section-heading span{
	color: #111;
}
.bg-3  .post-box-title{
	color:#ff264a;
}
.bg-3  .owl-prev i, 
.bg-3  .owl-next i{
	color: #fff;
}
.bg-1  .owl-prev i, 
.bg-1  .owl-next i{
	color: #111;
}
.bg-1  .owl-prev , 
.bg-1  .owl-next {
	background: #fff;
}
.bg-1 .section-txt-2 a{
	color:#fff;
}
.bg-3 .social-icons li span{
	color: #111;
}
.bg-3 .social-icons li a,
.bg-1 .social-icons li a,
h2.section-subheading span   {
color: #ff264a;
}
.bg-1 .post-heading-all-lead{
	color: #fff;
}
.bg-1 .post-heading-all-lead::after{
	background: #fff;
}
.bg-3 h2.section-heading span::before{
	border-color:#111;
}
.default-page-bigex, 
.default-page-bigex p {
	text-align:left;
}
.bigex-text-block{
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.subtitle a:hover{
	font-weight:700;
}
.showcase-img-full img{
	max-width:100%;
}
.main-title a:hover{
	font-weight: 900;
}
.tt-pagination li {
	font-family: 'Montserrat', sans-serif;
    display: inline-block;
    height: 40px;
    background-color: #111;
    color: #fff;
    padding: 10px;
    margin: 5px;
    line-height: 20px;
    width: 40px;
    border-radius: 3px;
}
.tt-pagination li a{
	color:#fff;
}
li.tt-pagin-nav.tt-pagin-first,
li.tt-pagin-nav.tt-pagin-last {
    min-width: 60px;
}
.tt-pagination li:hover,
.tt-pagination li.active{
	background-color:#ff264a;
	-webkit-transition: .7s cubic-bezier(.165, .84, .44, 1);
    -o-transition: .7s cubic-bezier(.165, .84, .44, 1);
    transition: .7s cubic-bezier(.165, .84, .44, 1);
}
#commentform input[type="text"],
#commentform input[type="email"] {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #111;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 10px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: center;
color: #111;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#commentform input[type="text"],
#commentform input[type="email"] {
border-bottom: 1px solid #fff;
color: #fff;
}



#commentform textarea {
margin: 15px 0 10px 0;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#commentform input[type="text"]:hover,
#commentform input[type="email"]:hover,
#commentform textarea:hover {
border-color: #ff264a;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}
p.form-submit{
	display:none;
}
/* START RADIO AND CHECKBOX (FOR POZO LIGHT) */
label {
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    display: inline-block;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
input[type=radio]:after,
input[type=radio]:before {
    content: '';
    position: absolute;
    transition: all .3s cubic-bezier(.64, .09, .08, 1)
}
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 5px 25px 15px 0px;
    -moz-appearance: none;
     -webkit-appearance: none;
    width: 12px;
}
input[type=checkbox]:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    position: absolute;
    top: 2px;
    margin-left: -1px;
}
input[type=checkbox]:after {
    font-family: "Ionicons";
    content: "\f3ff";
	color:#ff264a;
    background: transparent;
    position: absolute;
    top: 3px;
    margin-left: 0px;
    left: -1px;
    width: 18px;
    height: 18px;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity;
    font-size: 12px;
}
input[type=checkbox]:checked:after {
    opacity: 1
}


.comment-form-cookies-consent,
.comment-notes{
	float:left;
	width:100%;
	padding: 20px 0px;
}
#wp-comment-cookies-consent{
	padding:unset;
}
.grid-sizer {
	width: 33.33333333%;
}
.grid-sizer-half{
	width:50%
}
/**form**/
.wpb_wrapper input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #111;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 10px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: center;
color: #111;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.bg-1 .wpb_wrapper input {
border-bottom: 1px solid #fff;
color: #fff;
}



.bg-1 .wpb_wrapper textarea {
border-bottom: 1px solid #fff;
color: #fff;
}

.wpb_wrapper textarea {
margin: 15px 0 10px 0;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.wpb_wrapper input:hover,
.wpb_wrapper textarea:hover {
border-color: #ff264a;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.wpb_wrapper input:focus,
.wpb_wrapper textarea:focus {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.bg-1 .wpb_wrapper ::-webkit-input-placeholder { font-size: 13px; color: #fff; }
.bg-1 .wpb_wrapper :-ms-input-placeholder { font-size: 13px; color: #fff; }
.bg-1 .wpb_wrapper ::-moz-placeholder { font-size: 13px; color: #fff; }
.bg-1 .wpb_wrapper input:-moz-placeholder { font-size: 13px; color: #fff; }

.widget ::-webkit-input-placeholder {color: #fff; }
.widget :-ms-input-placeholder {color: #fff; }
.widget ::-moz-placeholder { color: #fff; }
.widget input:-moz-placeholder { color: #fff; }
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
	border:none;
	text-align:center;
	padding:20px 0px;
}
.wpcf7 form label{
	width:100%;
}
.wpcf7-not-valid-tip{
	color:#ff264a!important;
}
/****widget****/
.blog-wid-text a,
.blog-wid-text a:hover,
.blog-wid-text a:visited,
.blog-wid-text a:active,
.blog-wid-text a:focus {
color: #fff;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

.blog-wid-text a:hover {
color: #ff264a;
}
.widget ul,
.widget ol{
	padding:0px;
}
.widget ul.children, 
.widget ul.sub-menu {
    counter-reset: submenu;
}
.widget ul ul.children > li > a::before, 
.widget ul ul.sub-menu > li > a::before {
    font-weight: normal;
    content: "- " counters(submenu, "- ", none);
    counter-increment: submenu;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.widget ul li {
	line-height:35px;
}
.widget li .rsswidget{
	font-size: 15px;
    font-weight: 700;
	float:left;
	width:100%;
}
.widget li .rss-date{
	font-size: 12px;
	color: #ff264a;
}
.widget li .rssSummary{
	font-size: 13px;
    font-weight: normal;
}
.widget.widget_rss li {
	margin-bottom:25px;
}
.widget_tag_cloud a {
    font-size: 13px!important;
    background: #ff264a;
    padding: 10px 15px;
    margin: 0px 8px 7px 0px;
    line-height: 46px;
	border-radius: 4px;
}
.widget_tag_cloud a:hover{
	color:#fff;
	background:#000;
}
.logged-in .navbar-bg-switch{
	top:15px;
}
.showcase-top .showcase-top-img-half{
	width: 50%;
	float: left;

}
@media only screen and (max-width: 995px) {
  .showcase-top .showcase-top-img-half {
    width: 100%;
  }
  .grid-sizer-half{
	width:100%
}
}

blockquote{
	line-height: 100px;
    padding: 0 0 0 50px;
	margin: 0 10px;
}
blockquote p {
    font-size: 23px;
    font-weight: 700;
}
 .bg-3 h2 a:visited, 
 .bg-3 h2 a:active, 
 .bg-3 h2 a:focus {
	color:#000;
	font-weight: 900;
 }
 .subtitle a:visited,
 .subtitle a:active,
 .subtitle a:focus {
	color:#000;
	font-weight: 600;
 }
 .widget select {
	width: 100%;
    height: 50px;
    color: #111;
    padding: 0px 10px;
	border: 2px solid #ff264a;
    border-radius: 5px;
	outline:none;
}
.widget table{
	width:100%;
}
.widget img{
	max-width:100%;
	height:auto;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0;
}

table {
    margin: 20px 0;
    border: 1px solid #fff;
	width:100%;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table th,
table td {
    padding: 15px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
#calendar_wrap caption{
	padding:15px 0px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
	overflow:hidden;
}

.page-wrapper  ul,
.commentlist ul{
	list-style: disc;
	padding-left:15px;
	line-height: 30px;
}
.page-wrapper  ul li,
.commentlist ul li{
	list-style: disc;
}
.page-wrapper  ul ul,
.commentlist ul ul{
	padding-left:30px;
}
.page-wrapper  ol li,
.commentlist ol li{
	list-style: decimal;
}
.page-wrapper  ol,
.commentlist ol{
	list-style: decimal;
	padding-left:15px;
	line-height: 30px;
}
.page-wrapper  ol ol,
.commentlist ol ol{
	padding-left:30px;
}
.wp-block-button__link{
	color:#fff!important;
}
.post-password-form input[type="password"]{
	border: 1px solid #ff264a;
    height: 45px;
    border-radius: 3px;
    padding: 0px 10px;
}

.post-password-form input[type="submit"]{
	background: #000;
    height: 45px;
    border-radius: 3px;
    color: #fff;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0px 19px;
}
.post-password-form input[type="submit"]:hover{
	background:#ff264a;
}
.page-links{
	float:left;
	width:100%;
	padding: 20px 0px;
}
.page-links > span, 
.page-links   a span{
	font-family: 'Montserrat', sans-serif;
	display: block;
    color: #fff;
	border-radius:3px;
    border: none;
	background: #111;
    padding: 14px 17px 13px;
    margin: 15px 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
   -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	margin-right:7px;}
.page-links > span, 
.page-links   a span:hover{
	background: #ff264a;
}
.page .page-links > span, 
.page .page-links   a span{
	background: #000;
}
.page .page-links > span, 
.page .page-links   a span:hover{
	background: #ff264a;
}
.more-link{
	display:none;
}
img{
	max-width:100%;
}
.showcase-img-full img{
	display:block;
	margin:0 auto;
}
li.comment{
	list-style:none!important;
}
@media only screen and (max-width: 768px){
	li.comment .children{
		padding-left:0px;
	}
	.logged-in #header{
		position:absolute;
		top:45px;
	}
	.logged-in .navbar-bg-switch{
		position:absolute;
		top:0px;
	}
	.border-top, .border-left{
		position:absolute;
	}
}

.sticky .main-title a{
	color:#ff264a!important;
}
.navbar-nav ul ul{
	display:none!important;
}

/* NEW CSS */
h1.main-title.main-title-all.main-title-all-blog {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 65px;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #111;
margin: 0 auto -5px auto;
width: 100%;
line-height: 100%;
position: relative;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  h1.main-title.main-title-all.main-title-all-blog {
    font-size: 45px;
margin: 0 auto -3px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.main-title.main-title-all.main-title-all-blog {
    font-size: 35px;
margin: 0 auto -2px auto;
  }
}

.no-margin-showcase {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
}

.extra-margin-blog {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 50px;
margin-right: 50px;
background: none;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-blog {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-blog {
    margin-left: 0;
    margin-right: 0;
  }
}

.showcase-bottom {
position: relative;
width: 100%;
height: 100%;
}

.showcase-bottom .showcase-bottom-img-blog img {
position: relative;
display: inline-block;
width: 50%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
float: left;
overflow: hidden;
}

@media only screen and (max-width: 995px) {
  .showcase-bottom .showcase-bottom-img-blog img {
    width: 100%;
float: none;
padding-bottom: 50px;
  }
 
  .showcase-bottom .showcase-bottom-img-blog:last-child {
    padding-bottom: 0;
margin-bottom: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .showcase-bottom .showcase-bottom-img-blog img {
padding-bottom: 30px;
  }
}

.showcase-bottom-img-blog img {
width: 33vw;
height: 66vh;
object-fit: cover;
}


@media only screen and (max-width: 995px) {
  .showcase-bottom-img-blog img {
    width: 100%;
    height: 100%;
  }
}

.comment-title-area.crunchify-text{
	float:left;
	width:100%;
}
.comment-title-area.crunchify-text .section-header {
	float:left;
	width:auto;
}
#cancel-comment-reply-link{
	float:left;
	position: relative;
    top: 2px;
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
	font-weight: 700;
    font-size: 30px;
    text-transform: none;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cancel-comment-reply-link:before{
	content:"/";
	padding:0px 10px;
}
#commentform{
	float:left;
	width:100%;
	margin-top:130px;
}
li.comment #respond{
	margin-top:130px;
}
.logged-in-as{
	margin-bottom: 40px;
}
.logged-in-as a{
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
	color:#fff;
}

#respond{
	float:left;
	width:100%;
}
li.comment{
	clear:both;
}
li.comment #respond {
    margin-top: 130px;
    margin-bottom: 150px;
}
@media only screen and (max-width: 768px){
	#cancel-comment-reply-link{
		font-size:25px;
	}
	#cancel-comment-reply-link:before{
		display:none;
	}
}
#commentform textarea{
	border-bottom: 1px solid #fff;
    color: #fff;
}
#commentform ::-webkit-input-placeholder { font-size: 13px; color: #fff; }
#commentform :-ms-input-placeholder { font-size: 13px; color: #fff; }
#commentform ::-moz-placeholder { font-size: 13px; color: #fff; }
#commentform input:-moz-placeholder { font-size: 13px; color: #fff; }
.button-the-wrapper.button-the-wrapper-submit{
	clear:both;
}
.subtitle a~a:not(:empty)::before {
    content: ",";
     margin-left: -2px;
    margin-right: 2px;
}
.comment-body > h4,
.comment-body > h4 > a,
.comment-body > h4 > a:hover,
.comment-body > h4 > a:visited,
.comment-body > h4 > a:focus{
	font-size: 24px;
    text-transform: capitalize;
	letter-spacing: 1.3px;
}
.comment-time{
	text-transform: capitalize;
    padding: 18px 0px;
    clear: both;
    float: left;
    width: 100%;
    font-style: italic;
}
.comment-reply-link{
	margin-top:40px;
}

.comments article img.avatar {
	width: 80px;
	height: 80px;
	border-width: 0;
	-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
   border-radius: 50%;
	margin: 15px auto 30px auto;
}