/*
Theme Name: Candidates
Theme URI: http://themeforest.net/user/rayoflightt
Author: rayoflightthemes.com
Author URI: rayoflightthemes.com
Text Domain: candidates
Domain Path: /languages
Description: Political and Activism Wordpress Theme
Version: 1.1.9
Tags: right-sidebar, accessibility-ready, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
, page-builder
License:http://themeforest.net
License URI: http://themeforest.net/licenses
*/
/* -----------------------------------------------------------
CONTENT:
variables
html5 and responsive content
reset
general classes
gutenberg
menu
WordPress Core
buttons
main box shortcode
testimonials
services
flickity gallery carousel
team box
gallery filter isotope
single page
blog list
icon boxes
gallery simple
blog pages
address and map
footer.mainheadlinewrapperpage h1, .singletitlebg h1
sidebar and widgets
contact form plugin
timeline events
events calendar plugin
king composer plugin customization
multiscroll page
text blocks
woocommerce
scroll button

------------------------------------------------------------*/
/*********** COLOR VARIABLES - CHANGE COLOR HERE ************/
/********* variables *********/
.transition-none {
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -o-transition: all 0 ease;
  transition: all 0 ease;
}
.transition-all {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transition-background {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.transition-border {
  -webkit-transition: border 0.5s ease;
  -moz-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.transition-color {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.transition-transform {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.borderradius0 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
/********* variables end *********/
/********* html5 and responsive content *********/
header,
nav,
article,
section,
aside,
footer {
  display: block;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  width: auto;
}
/*** for wp post and pages responsive images important! ***/
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
  height: auto;
}
embed,
object,
video {
  max-width: 100%;
}
/*** for iframe responsive ***/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 500px) {
  .iframe-container iframe {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
/********* html5 and responsive content end *********/
/********* reset *********/
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  color: #eb0029;
}
a:link:hover,
a:visited:hover {
  color: #071c2c;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
ul,
ol {
  margin: 0;
  padding-left: 13px;
  line-height: 1.7;
}
ul li,
ol li {
  margin: 0 0 6px 0;
  padding: 0;
}
ul li ul,
ol li ol {
  margin: 6px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #353535;
  font-family: "montserrat";
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
h1.fontdomine,
h2.fontdomine,
h3.fontdomine,
h4.fontdomine,
h5.fontdomine,
h6.fontdomine {
  font-family: "domine";
}
h1.colorsecond,
h2.colorsecond,
h3.colorsecond,
h4.colorsecond,
h5.colorsecond,
h6.colorsecond {
  color: #071c2c;
}
h1 {
  margin-bottom: 3px;
  font-size: 36px;
}
h2 {
  margin-bottom: 5px;
  font-size: 30px;
}
h3 {
  margin-bottom: 7px;
  font-size: 22px;
}
h4 {
  margin-bottom: 9px;
  font-size: 19px;
}
h5 {
  margin-bottom: 11px;
  font-size: 15px;
}
h6 {
  margin-bottom: 9px;
  font-size: 13px;
}
p {
  color: #919193;
  font-size: 15px;
  font-family: 'Roboto Slab', serif;
  line-height: 1.7;
  margin-bottom: 18px;
}
br {
  display: block;
  margin: 0 0 25px 0;
}
ul.ul-list i {
  color: #eb0029;
  padding-right: 10px;
}
ul.ul-list li {
  list-style: none;
}
input,
select {
  width: 100%;
  float: left;
  max-width: 300px;
  border: 2px solid #ecf0f1;
  padding: 7px 14px;
  outline: none;
}
.searchform {
  position: relative;
  width: 100%;
  float: left;
  max-width: 300px;
  margin-bottom: 27px;
  border: 1px solid #eb0029;
}
.searchform:hover,
.searchform:focus {
  border: 1px solid #071c2c;
}
.searchform label {
  display: none;
}
.searchform input[type='text'] {
  max-width: 80%;
  border: none;
  float: left;
  color: #eb0029;
  box-shadow: none;
  background: transparent;
}
.searchform input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 28px;
  height: 35px;
  background: url(https://ochoaboghforsenate.com/wp-content/themes/candidates-child/assets/images/search.png) right center no-repeat;
  background-size: 100% 100%;
  border: none;
  box-shadow: none;
  margin: 0;
}
.searchform input[type='submit']:hover {
  background: url(https://ochoaboghforsenate.com/wp-content/themes/candidates-child/assets/images/searchhb.png) right center no-repeat;
  background-size: 100% 100%;
}
/**IMPORTANT CLASS FOR METABOXES!**/
.hide {
  display: none !important;
}
/***bootstrap fix important!***/
.col-five-columns {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
@media (max-width: 992px) {
  .col-five-columns {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-five-columns {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .pull-right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .navbar-fixed-top {
    position: relative !important;
  }
}
/***bootstrap fix important end ***/
kbd {
  color: #919193;
  background: transparent;
  box-shadow: none;
}
/***************reset end ********************/
/************ general classes ************/
.error-box {
  width: 100%;
  float: left;
  margin: 12px auto;
  border: 1px solid #ed371f;
  background: #f5cec9;
  padding: 15px;
}
html,
body {
  height: 100%;
}
body {
  height: 100%;
  font-size: 15px;
  font-family: 'Roboto Slab', serif;
  background-color: #fff;
  color: #919193;
  line-height: 1.7;
  letter-spacing: 0.4px;
  overflow-x: hidden;
}
@media (max-width: 500px) {
  body {
    padding: 0;
  }
}
::selection {
  background: #071c2c;
  color: #fff;
}
::-moz-selection {
  background: #071c2c;
  color: #fff;
}
.wrapper100percent {
  float: left;
  width: 100%;
}
.divider-line {
  width: 100%;
  float: left;
  border-bottom: #ecf0f1 2px solid;
  margin-top: 24px;
  margin-bottom: 24px;
}
.divider-space {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.tp-caption {
  background: transparent !important;
  padding: 0 !important;
}
.mainheadlinewrapper {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.mainheadlinewrapper .mainheadline {
  padding-left: 30px;
  border-left: 4px solid #eb0029;
}
.mainheadlinewrapper .mainheadline h2.headline,
.mainheadlinewrapper .mainheadline h3.headline,
.mainheadlinewrapper .mainheadline h1.headline,
.mainheadlinewrapper .mainheadline h4.headline,
.mainheadlinewrapper .mainheadline h5.headline,
.mainheadlinewrapper .mainheadline h6.headline {
  line-height: 1;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #eb0029;
  font-family: "Montserrat";
}
.mainheadlinewrapper .mainheadline h3.subheadline,
.mainheadlinewrapper .mainheadline h2.subheadline,
.mainheadlinewrapper .mainheadline h1.subheadline,
.mainheadlinewrapper .mainheadline h4.subheadline,
.mainheadlinewrapper .mainheadline h5.subheadline,
.mainheadlinewrapper .mainheadline h6.subheadline {
  font-weight: 400;
  font-family: "Montserrat";
  margin-bottom: 0;
  font-size: 15px;
  text-transform: none;
  color: #919193;
}
@media (max-width: 767px) {
  .mainheadlinewrapper .mainheadline {
    padding: none;
    border: none;
    text-align: center;
    border-left: none !important;
  }
  .mainheadlinewrapper .mainheadline h2 {
    line-height: 1;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #eb0029;
    font-family: "Montserrat";
  }
  .mainheadlinewrapper .mainheadline h3 {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: none;
    color: #919193;
  }
}
/********* general classes end *********/
/************* gutenberg *************/
.aligncenter {
  display: block;
}
.alignwide {
  width: 100%;
}
.wp-block-image {
  max-width: 5000px !important;
}
.alignfull {
  width: 100vw;
  float: none;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.noalignfull .alignfull {
  width: 100%;
  float: none;
  position: relative;
  left: 0;
  right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
figure.alignwide img,
figure.alignfull img {
  width: 100% !important;
  height: auto !important;
}
.aligncenter {
  margin-right: auto !important;
  margin-left: auto !important;
}
.wp-block-image figcaption {
  padding: 11px 0;
}
ul.wp-block-latest-posts.is-grid {
  margin-left: 10px;
  list-style-type: disc;
}
.wp-block-quote.is-large {
  border: none;
}
blockquote {
  color: transparent;
}
blockquote p {
  margin-bottom: 25px !important;
}
blockquote cite {
  font-family: 'Roboto Slab', serif;
  font-size: 14px !important;
  font-style: italic;
  color: #9f9f9f;
  line-height: 2 !important;
  text-align: left;
}
blockquote.wp-block-quote {
  padding: 15px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 25px;
  font-weight: 400 !important;
  color: #555555;
}
blockquote.wp-block-quote p {
  font-family: 'Roboto Slab', serif;
  font-size: 25px;
  font-weight: 400 !important;
  color: #555555;
}
blockquote.wp-block-quote cite {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #555555;
}
.wp-block-quote.is-large {
  padding-left: 0;
}
.wp-block-quote.is-style-large {
  padding-top: 15px;
  padding-bottom: 15px;
}
.alignright,
.alignleft {
  max-width: 25%;
}
.alignright {
  padding-left: 20px;
}
.alignleft {
  padding-right: 20px;
}
.wp-block-pullquote blockquote {
  border-left: none;
  padding: 20px 30px 0 30px;
  color: #555555;
  font-size: 25px;
  font-weight: 500;
}
.wp-block-pullquote blockquote p {
  color: #555555;
  font-size: 25px;
  font-weight: 500;
}
.wp-block-pullquote blockquote cite {
  display: block;
  margin-top: 25px;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #555555;
  text-transform: none;
}
.wp-block-pullquote p {
  font-size: 25px !important;
}
figure.wp-block-audio {
  margin-bottom: 27px;
}
figure.wp-block-audio audio {
  width: 100%;
}
.wp-block-button {
  margin-bottom: 12px !important;
}
.wp-block-button a:link,
.wp-block-button a:visited,
.wp-block-button a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* columns */
.wp-block-columns div:first-child {
  padding-left: 0;
}
.wp-block-columns.has-2-columns div:second-child {
  padding-right: 0;
}
.wp-block-columns.has-3-columns div:third-child {
  padding-right: 0;
}
.wp-block-columns.has-4-columns div:fourth-child {
  padding-right: 0;
}
.wp-block-column {
  padding-right: 14px;
  padding-left: 14px;
}
.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
  text-align: center;
  list-style: none;
}
p.wp-block-subhead {
  margin-bottom: 27px !important;
  font-size: 19px;
  font-weight: normal;
  font-family: "domine";
}
/********** gutenberg end *************/
/** gutenberg classes for color and font size **/
.has-first-color-background-color {
  background-color: #071c2c !important;
}
.has-first-color-color {
  color: #071c2c !important;
}
.has-second-color-background-color {
  background-color: #eb0029 !important;
}
.has-second-color-color {
  color: #eb0029 !important;
}
.has-third-color-background-color {
  background-color: #ecf0f1 !important;
}
.has-third-color-color {
  color: #ecf0f1 !important;
}
.has-small-font-size {
  font-size: 13px !important;
}
.has-normal-font-size {
  font-size: 15px !important;
}
.has-large-font-size {
  font-size: 19px !important;
}
.has-huge-font-size {
  font-size: 22px !important;
}
.has-extrahuge-font-size {
  font-size: 30px !important;
}
/** gutenberg classes for color and font size end **/
/************ menu ************/
.top {
  position: relative;
  z-index: 200;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ecf0f1;
}
.top input,
.top form {
  border: none;
}
.top .header-right-widget {
  text-align: right;
}
.top .header-right-widget input,
.top .header-right-widget form {
  float: right;
}
@media (max-width: 992px) {
  .top .header-right-widget {
    text-align: left;
  }
  .top .header-right-widget input,
  .top .header-right-widget form {
    float: left;
  }
}
.top .widgets-style1 .widget {
  padding: 0;
}
.top .searchform {
  position: relative;
  width: 100%;
  float: left;
  max-width: 200px;
  margin-bottom: 0;
  border-bottom: 1px solid #eb0029;
  border-top: none;
  border-left: none;
  border-right: none;
}
.top .searchform label {
  display: none;
}
.top .searchform input[type='text'] {
  max-width: 80%;
  float: left;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #eb0029 !important;
  font-style: normal;
  box-shadow: none;
  background: transparent;
  border: none;
}
.top .searchform input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: url(https://ochoaboghforsenate.com/wp-content/themes/candidates-child/assets/images/search.png) right center no-repeat;
  background-size: 100% auto;
  border: none;
  box-shadow: none;
  margin: 0;
}
.top .searchform input[type='submit']:hover {
  background: url(https://ochoaboghforsenate.com/wp-content/themes/candidates-child/assets/images/searchhb.png) right center no-repeat;
  background-size: 100% auto;
}
.top i {
  padding: 12px 10px;
  font-size: 15px;
  float: left;
  color: #eb0029;
}
.top i:hover,
.top i:hover span {
  color: #071c2c;
}
.top i span {
  font-weight: 400;
  font-size: 13px;
  margin-left: 2px;
  color: #919193;
  font-family: 'Montserrat', sans-serif;
}
.top-disappear {
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .top {
    text-align: center;
  }
}
/** toggle icon **/
#toggle-icon {
  position: relative;
  width: 60px;
  height: 45px;
  margin: 27px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media (max-width: 992px) {
  #toggle-icon {
    margin: 27px auto 0 auto;
  }
}
#toggle-icon span {
  position: absolute;
  display: block;
  height: 5px;
  width: 100%;
  background: #eb0029;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toggle-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle-icon span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle-icon span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#toggle-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#toggle-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 9px;
}
/** toggle icon end **/
/*
.site-logo {
  margin-top: 0;
}
*/
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 30000px;
}
.navbar {
  z-index: 1000;
  width: 100%;
  float: left;
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
  margin-top: -2px;
  border-bottom: 2px solid #ecf0f1;
}
.navbar ul li ul,
.navbar ol li ol {
  margin: 0;
}
.navbar li {
  list-style: none;
}
.navbar-brand {
  padding-top: 30px;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .navbar-brand {
    padding-top: 0;
  }
}
/** first navigation **/
.navbar-height1 {
  position: relative;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /**logo text**/
  /**logo text end**/
}
.navbar-height1 .navbar-brand {
  position: absolute;
  top: 50%;
}
.navbar-height1 .navbar-brand img {
  display: inline-block !important;
  width: auto;
  max-width: 100%;
  margin-top: -14px;
  max-height: 71px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-height1 .navbar-brand h2.site-title a {
  display: inline;
  text-align: left;
  border: none;
  color: #071c2c;
}
.navbar-height1 .navbar-brand h2.site-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.navbar-height1 .navbar-brand h2.site-description {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-transform: none;
}
.navbar-height1 .nav > li {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  padding: 0;
}
.navbar-height1 .nav > li > a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.navbar-height1 .nav > li > a:link,
.navbar-height1 .nav > li > a:visited {
  padding: 0 12px;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #071c2c;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-height1 .nav > li > a:hover {
  color: #071c2c;
}
@media (max-width: 992px) {
  .navbar-height1 .navbar-brand {
    position: relative;
    top: 0;
    margin-top: 25px;
  }
  .navbar-height2 {
    position: relative;
    height: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /**logo text**/
    /**logo text end**/
  }
  .navbar-height2 .navbar-brand {
    position: absolute;
    top: 50%;
    margin-top: 4px;
  }
  .navbar-height2 .navbar-brand img {
    display: inline-block !important;
    width: auto;
    max-width: auto;
    margin-top: -15px;
    max-height: 70px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navbar-height2 .navbar-brand h2.site-title a {
    text-align: left;
    border: none;
    color: #071c2c;
  }
  .navbar-height2 .navbar-brand h2.site-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 4px;
  }
  .navbar-height2 .navbar-brand h2.site-description {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-transform: none;
  }
  .navbar-height2 .nav > li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: left;
    padding: 0;
  }
  .navbar-height2 .nav > li > a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-height2 .nav > li > a:link,
  .navbar-height2 .nav > li > a:visited {
    padding: 0 12px;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #eb0029;
    font-weight: 400;
    text-transform: uppercase;
  }
  .navbar-height2 .nav > li > a:hover {
    color: #071c2c;
  }
  .navbar-height2 .navbar-brand {
    padding-top: 0;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navbar-height2 .navbar-brand img {
    width: auto;
    height: auto;
    max-height: 120px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
/** first navigation end **/
/** second navigation on scroll **/
.navbar-height2 {
  position: relative;
  height: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /**logo text**/
  /**logo text end**/
}
.navbar-height2 .navbar-brand {
  position: absolute;
  top: 50%;
  margin-top: 4px;
}
.navbar-height2 .navbar-brand img {
  display: inline-block !important;
  width: auto;
  max-width: auto;
  margin-top: -2px;
  max-height: 40px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-height2 .navbar-brand h2.site-title a {
  text-align: left;
  border: none;
  color: #071c2c;
}
.navbar-height2 .navbar-brand h2.site-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-top: 4px;
}
.navbar-height2 .navbar-brand h2.site-description {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-transform: none;
}
.navbar-height2 .nav > li {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  padding: 0;
}
.navbar-height2 .nav > li > a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.navbar-height2 .nav > li > a:link,
.navbar-height2 .nav > li > a:visited {
  padding: 0 12px;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #eb0029;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-height2 .nav > li > a:hover {
  color: #071c2c;
}
.navbar-height2 .navbar-brand {
  padding-top: 0;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-height2 .navbar-brand img {
  width: auto;
  height: auto;
  max-height: 120px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .navbar-height2 .navbar-brand {
    position: relative;
    top: 0;
    margin-top: 25px;
  }
}
/** second navigation on scroll end **/
/*** for dropdown hide ***/
.navbar-nav li ul {
  position: absolute;
  z-index: 100;
  left: -9999px;
}
.navbar-nav li:hover ul {
  left: 0;
}
.navbar-nav li:hover ul li ul {
  left: -9999px;
}
.navbar-nav li ul li ul {
  postion: absolute;
  left: -9999px;
}
.navbar-nav li ul li:hover ul {
  left: 0;
}
/*** for dropdown hide end ***/
/*** second level ***/
.navbar-nav > li > ul > li {
  margin: 0;
  width: 100%;
}
.nav li ul {
  display: block;
  float: left;
  min-width: 200px !important;
  background: #ecf0f1;
  padding: 12px 0!important;
  border-bottom: 2px solid #fff;
}
.navbar-nav > li > ul > li > a:link,
.navbar-nav > li > ul > li > a:visited {
  position: relative;
  display: block;
  padding: 12px 25px;
  min-width: 200px;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.navbar-nav > li > ul > li > a:hover {
  color: #071c2c;
}
.navbar-nav > li:hover ul {
  left: 0;
}
/*** second level end ***/
/*** third level ***/
.navbar-nav > li > ul > li > ul > li {
  margin: 0;
  width: 100%;
}
.nav li ul li ul {
  display: block;
  float: left;
  margin-left: 100%;
  border-left: 1px solid #fff;
  margin-top: -58px;
  min-width: 200px !important;
  background: #ecf0f1;
  padding: 12px 0!important;
}
.navbar-nav > li > ul > li > ul > li a:link,
.navbar-nav > li > ul > li > ul > li a:visited {
  position: relative;
  display: block;
  padding: 12px 25px;
  min-width: 200px;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.navbar-nav > li > ul > li > ul > li > a:hover {
  color: #071c2c;
}
.navbar-nav > li > ul > li:hover ul {
  left: 0;
}
@media (max-width: 992px) {
  .navbar-nav > li > ul > li > ul > li > a:link,
  .navbar-nav > li > ul > li > ul > li > a:visited {
    display: block;
    width: 100%;
    font-size: 10px;
    padding: 3px;
  }
  .navbar-nav > li > ul > li > ul {
    display: block;
    margin: 0 0 5px 0;
    width: 100%;
    border: none;
  }
}
.navbar-nav > li:hover ul {
  left: 0;
}
/*** third level end ***/
/** fix for navigation breakpoing **/
@media (max-width: 992px) {
  .nav > li {
    border-top: none !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}
/** fix for navigation breakpoing end **/
@media (max-width: 992px) {
  .nav li ul {
    width: 100% !important;
  }
  .nav > li > a:link,
  .nav > li > a:visited {
    padding: 14px 4px;
    font-size: 13px;
  }
  /** fix for navigation breakpoint 2 **/
  .navbar-header {
    float: left;
    width: 100%;
  }
  .collapse {
    float: right;
    width: 100%;
  }
  .responsive-wrapper {
    float: right;
    width: 100%;
  }
  /** fix for navigation breakpoint 2 end **/
  .navbar-nav > li > a {
    margin-left: 0;
  }
  .navbar-nav > li > a {
    margin-right: 0;
    color: #fff;
  }
  .navbar {
    position: relative !important;
    height: auto;
    min-height: 120px;
  }
  .nav {
    margin-top: 20px;
  }
  .nav li {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li > ul > li > a:link,
  .navbar-nav > li > ul > li > a:visited {
    width: 100%;
    text-align: center;
    display: block;
  }
  .navbar-nav li ul {
    position: relative;
    z-index: 100;
    left: 0;
  }
  .navbar-nav li:hover ul {
    left: 0;
  }
  .navbar-nav li:hover ul li ul {
    left: 0;
  }
  .navbar-nav li ul li ul {
    postion: relative;
    left: 0;
  }
  .navbar-nav li ul li:hover ul {
    left: 0;
  }
  .navbarwrapper {
    position: relative;
    z-index: 900;
  }
  .navbar-height1 {
    float: left;
  }
  .navbar-height1 .nav {
    padding-top: 14px;
  }
  .navbar-height1 .nav > li {
    padding: 0;
  }
  .navbar-height1 .nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .navbar-height-inner {
    height: auto;
  }
  .navbar-height-inner .nav {
    padding-top: 14px;
  }
  .navbar-height-inner .nav > li {
    padding: 0;
  }
  .navbar-height-inner .nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .navbar {
    min-height: 0;
  }
}
/********* menu end **********/
/********* WordPress Core *********/
/*** wordpress tables ***/
dl {
  margin-bottom: 12px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 12px;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 12px;
}
/*** wordpress tables end ***/
.gallery-caption,
.bypostauthor {
  margin: auto;
}
.postnavigation {
  width: 100%;
  float: left;
  margin: 24px 0 29px 0;
  text-transform: uppercase;
}
.postnavigation .postnavigation-previous {
  float: left;
  width: 50%;
}
.postnavigation .postnavigation-next {
  float: left;
  width: 50%;
  text-align: right;
}
.postnavigation a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 8px 22px;
  background: #eb0029;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.postnavigation a:hover {
  color: #fff;
  background: #071c2c;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0;
}
.sticky h2 a:link,
.sticky h2 a:visited,
.sticky h2 a:hover {
  color: #fff;
}
.sticky h2 {
  padding: 4px;
  text-align: center;
  color: #fff;
  background: #eb0029;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.post-password-form label,
.post-password-form input {
  min-width: 100% !important;
  float: left;
}
/********** WordPress Core End **********/
/************ buttons ************/
a.button1 {
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 25px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
}
a.button1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.button1:hover,
a.button1:focus,
a.button1:active {
  color: #fff;
}
a.button1:hover:before,
a.button1:focus:before,
a.button1:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
a.button1.firstcolor {
  background: #eb0029;
  border-bottom: 4px solid #071c2c;
}
a.button1.firstcolor:before {
  background: #ce0631;
}
a.button1.secondcolor {
  background: #071c2c;
  border-bottom: 4px solid #eb0029;
}
a.button1.secondcolor:before {
  background: #040f16;
}
a.button1.thirdcolor {
  background: #ecf0f1;
  color: #eb0029;
  border-bottom: 4px solid #eb0029;
}
a.button1.thirdcolor:before {
  background: #dadcdc;
}
a.button1.firstcolor.small {
  padding: 12px 19px;
  font-size: 13px;
  border-bottom: 2px solid #071c2c;
}
a.button1.firstcolor.small i {
  font-size: 15px;
}
a.button1.secondcolor.small {
  padding: 12px 19px;
  font-size: 13px;
  border-bottom: 2px solid #eb0029;
}
a.button1.secondcolor.small i {
  font-size: 15px;
}
a.button1.thirdcolor.small {
  padding: 12px 19px;
  font-size: 13px;
  border-bottom: 2px solid #eb0029;
}
a.button1.thirdcolor.small i {
  font-size: 15px;
}
a.button1.whiteborder {
  border-bottom: 4px solid #fff;
}
a.button1.small.whiteborder {
  border-bottom: 2px solid #fff;
}
a.button1 i {
  font-size: 19px;
  line-height: 0;
  padding-left: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold;
}
a.button1:hover i {
  padding-left: 12px;
}
/************ buttons end ************/
/************ main box shortcode ****************/
.mainbox {
  width: 100%;
  float: left;
  text-align: center;
}
.mainbox h2 {
  display: inline-block;
  font-family: "domine";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 19px;
  padding-right: 6px;
  padding-left: 6px;
  line-height: 1;
  letter-spacing: 3px;
}
.mainbox i {
  display: inline-block;
  position: relative;
  top: -7px;
  font-size: 15px;
}
.mainbox h5 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.mainbox h3 {
  margin-bottom: 0;
}
.mainbox.white h3,
.mainbox.white h5,
.mainbox.white i,
.mainbox.white h2 {
  color: #fff;
}
/************ main box shortcode end ****************/
/************ testimonials ************/
.testimonials {
  width: 100%;
  float: left;
}
.testimonials .testimonialsinner {
  width: 100%;
  float: left;
}
.testimonial {
  padding: 25px;
}
.testimonial i {
  font-size: 24px;
  margin-bottom: 12px;
  color: #071c2c;
}
.testimonial h4 {
  font-style: italic;
  text-transform: none;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.testimonial h6 {
  color: #919193;
}
.testimonial img {
  float: left;
  width: 150px;
  margin-bottom: 50px;
  margin-right: 50px;
  padding-right: 50px;
  border-right: 4px solid #eb0029;
}
.testimonial p {
  margin-bottom: 25px;
}
.testimonial img.testimonialsicon {
  border-right: none;
  margin: 12px;
  float: none;
  width: auto;
}
/************ testimonials end ************/
/********* services **********/
.services {
  width: 100%;
  float: left;
  display: -webkit-flex;
  display: flex;
}
.services .one-service {
  position: relative;
  z-index: 10;
  padding: 0;
  float: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services .one-service:hover {
  background: #eb0029;
}
.services .one-service img {
  margin-right: 14px;
  float: left;
}
.services .one-service h3 {
  display: block;
  float: left;
  margin-top: 7px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.services .one-service-column1 {
  width: 16.66%;
}
.services .one-service-column2 {
  width: 20%;
}
.services .one-service-column3 {
  width: 25%;
}
.services .one-service-column4 {
  width: 33.33%;
}
.services .one-service-column5 {
  width: 50%;
}
.services .one-service-column6 {
  width: 100%;
}
.services ul {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.services ul > li {
  display: block;
  width: 100%;
  float: left;
  padding: 27px 14px 5px 27px;
  position: relative;
  margin: 0;
}
.services ul > li i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 2px;
}
.services ul > li:hover i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 7px;
}
.services ul > li > ul > li {
  padding: 14px 0;
}
.services ul > li > p {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 10px;
}
.services ul > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.8;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 1px;
}
.services ul > li > a:hover {
  opacity: 1;
  color: #fff;
}
.services li ul {
  list-style: none;
  width: 100%;
  left: 0;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services li ul {
  max-height: 500px;
}
@media (max-width: 992px) {
  .services {
    display: block;
  }
  .services .one-service {
    float: left;
    width: 100%;
  }
}
/********* services end **********/
/*********** flickity gallery carousel ****************/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -40px;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.flickity-prev-next-button.previous {
  left: -40px;
}
.flickity-prev-next-button.next {
  right: -40px;
}
@media (max-width: 1200px) {
  .flickity-prev-next-button.previous {
    left: 0;
  }
  .flickity-prev-next-button.next {
    right: 0;
  }
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  z-index: 100;
  width: 100%;
  float: left;
  bottom: 0;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  position: relative;
  z-index: 100;
  width: 25px;
  height: 6px;
  margin: -25px 7px;
  opacity: 0.5;
  background: #eb0029;
  cursor: pointer;
}
.flickity-page-dots .dot:hover {
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  background: #eb0029;
  opacity: 1;
  cursor: auto;
}
/**** carousel ****/
@media (max-width: 1000px) {
  .carouselwidth {
    width: 50%;
    float: left;
  }
  .gallery .partnerone {
    width: 100%;
    float: left;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .carouselwidth {
    width: 100%;
  }
}
.carouselwrapper {
  position: relative;
}
.carouselimage {
  position: relative;
  z-index: 100;
}
.flickity-enabled .gallery-cell {
  margin-bottom: 0;
}
/*** carousel end ****/
.gallery--not-counting .gallery-cell:before {
  content: none;
}
.gallery--full-width .gallery-cell {
  width: 100%;
}
.gallery--half-width .gallery-cell {
  width: 50%;
}
.gallery--various-widths .gallery-cell {
  width: 33%;
}
.gallery--various-widths .gallery-cell.size-180 {
  width: 180px;
}
.gallery--various-widths .gallery-cell.size-large {
  width: 75%;
}
.gallery--media-queried .gallery-cell {
  width: 100%;
}
.gallery--selected-cell .gallery-cell.is-selected {
  background: #ED2;
}
.gallery--gallery-focus:focus .flickity-viewport {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
/* ---- show-several ---- */
.gallery--show-several .gallery-cell {
  width: 28%;
}
/* ---- auto-play ---- */
/* ---- images-loaded ---- */
.gallery--images-loaded-demo img {
  display: block;
  height: 160px;
}
.gallery--images-demo {
  margin-bottom: 40px;
}
.gallery--images-demo img {
  display: block;
  height: 160px;
}
.gallery--watch-demo:after {
  content: 'flickity';
  display: none;
}
.gallery--watch-demo .gallery-cell {
  margin-right: 10px;
}
.gallery--cell-selector-demo {
  position: relative;
}
.gallery--pixel-position-demo .gallery-cell {
  width: 300px;
}
.gallery--set-gallery-size-disabled {
  height: 160px;
}
.gallery--set-gallery-size-disabled .gallery-cell {
  height: 100%;
}
.gallery--set-gallery-size-disabled-percentage {
  padding-bottom: 50%;
}
.gallery--set-gallery-size-disabled-percentage .flickity-viewport {
  position: absolute;
  width: 100%;
}
.gallery--set-gallery-size-disabled-percentage .gallery-cell {
  height: 100%;
}
.gallery--resize-option {
  width: 300px;
}
.gallery--resize {
  width: 50%;
  min-width: 240px;
}
.gallery--resize.is-expanded {
  width: 100%;
}
.gallery--resize.is-expanded .gallery-cell:before {
  line-height: 320px;
}
.gallery--position-cells .gallery-cell {
  position: relative;
  width: 33%;
}
.gallery--position-cells .gallery-cell.is-expanded {
  width: 80%;
}
.gallery-cell .button {
  position: absolute;
  left: 10px;
  top: 10px;
}
.gallery--as-nav-for-main {
  margin-bottom: 40px;
}
.gallery--nav .gallery-cell {
  height: 80px;
  width: 100px;
}
.gallery--nav .gallery-cell:before {
  font-size: 50px;
  line-height: 80px;
}
.gallery--nav .gallery-cell.is-nav-selected {
  background: #ED2;
}
.gallery--static-click .gallery-cell {
  width: 26%;
}
.gallery--static-click .gallery-cell.is-clicked {
  background: #ED2;
}
@media screen and (min-width: 768px) {
  .gallery--media-queried .gallery-cell {
    width: 50%;
  }
  .gallery--watch-demo:after {
    content: '';
  }
  .gallery--images-demo img {
    height: 400px;
  }
}
/*** important fix for carousel ******/
@media (max-width: 992px) {
  .js-flickity .col-md-1,
  .js-flickity .col-md-2,
  .js-flickity .col-md-3,
  .js-flickity .col-md-4,
  .js-flickity .col-md-5,
  .js-flickity .col-md-6,
  .js-flickity .col-md-7,
  .js-flickity .col-md-8,
  .js-flickity .col-md-9,
  .js-flickity .col-md-10,
  .js-flickity .col-md-11,
  .js-flickity .col-md-12 {
    width: 100%;
    float: left;
  }
}
/************* flickity gallery carousel end ****************/
/************ team box ************/
.team-box {
  width: 100%;
  float: left;
  max-width: 600px;
  text-align: center;
  margin-bottom: 50px;
  background: #fff;
}
.team-box .team-box-inner {
  float: left;
  width: 100%;
  padding: 30px 30px 0 30px;
  border: 2px solid #ecf0f1;
}
.team-box ul {
  width: 100%;
  float: left;
  text-align: center;
}
.team-box ul li {
  display: inline-block;
  margin: 0 3px;
}
.team-box ul a {
  color: #919193;
}
.team-box i.icon {
  color: #919193;
  font-size: 15px;
  margin: 0 5px;
}
.team-box i.icon:hover {
  color: #071c2c;
}
.team-box a.link {
  display: inline-block;
  color: #eb0029;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 15px;
  margin-top: 25px;
}
.team-box a.link i {
  color: #fff;
  width: 37px;
  height: 37px;
  padding-top: 12px;
  background: #eb0029;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.team-box a.link i:hover {
  background: #071c2c;
}
.team-box h4 {
  font-weight: 700;
  margin-bottom: 3px;
}
.team-box p {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .team-box {
    margin: 0 auto;
    float: none;
    max-width: 300px;
  }
}
/************ team box end ************/
/*************** gallery filter isotope ********************/
.isotopewrapper {
  /**** hover effect on images ****/
  /**** hover effect on images end ****/
}
.isotopewrapper img {
  width: 100%;
  margin-bottom: 30px;
}
.isotopewrapper #filters {
  text-align: center;
  margin-bottom: 50px;
}
.isotopewrapper .gallery-button.hvr-shutter-out-horizontal {
  display: inline-block;
  margin: 4px 2px;
  font-size: 15px;
  outline: none;
  border: 1px solid #e7e7e7;
  background: transparent !important;
  padding: 5px 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.isotopewrapper .gallery-button.hvr-shutter-out-horizontal:hover {
  border: 1px solid #eb0029;
  color: #eb0029;
}
.isotopewrapper .view {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: default;
}
.isotopewrapper .view .maskhover {
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isotopewrapper .view .maskhover ul {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.isotopewrapper .view .maskhover ul li {
  display: inline-block;
  list-style: none;
}
.isotopewrapper .view .maskhover a {
  display: block;
  font-size: 15px;
  padding-top: 7px;
  background: #eb0029;
  width: 42px;
  height: 42px;
  margin: 5px;
  color: #fff;
  text-align: center;
}
.isotopewrapper .view .maskhover p {
  margin: 0;
}
.isotopewrapper .view-first .maskhover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.isotopewrapper .view-first:hover .maskhover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.isotopewrapper .view-first a {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -o-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.isotopewrapper .view-first:hover a {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -o-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.isotopewrapper .view-first a.delay {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -o-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.isotopewrapper .view-first:hover a.delay {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -o-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*************** gallery filter isotope end ********************/
/************ single page ************/
/*** stay at bottom fix***/
#wrapperpages {
  width: 100%;
  min-height: 100%;
  padding-bottom: 84px;
}
.wrapperpages1 {
  width: 100%;
  float: left;
}
.bottom {
  width: 100%;
  float: left;
  min-height: 44px;
}
.bottominner {
  width: 100%;
  float: left;
  background: #071c2c;
}
.bottominner1 {
  width: 100%;
  float: left;
}
/** footer stay to bottom fix end **/
/** singletitlebg is background for single post and pages title image. used with function **/
.singletitlebg {
  float: left;
  width: 100%;
  background-color: #eb0029;
  background-position: center;
  background-size: cover;
}
.singletitlebg h1 {
  font-size: 28px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
}
.singletitlebg p {
  color: #fff;
  opacity: 0.7;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 7px;
}
/** mainheadlinewrapperpage is background for all inner pages. used with function **/
.mainheadlinewrapperpage,
.singletitlebg {
  float: left;
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: #eb0029;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.mainheadlinewrapperpage h1,
.singletitlebg h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  font-family: "montserrat";
  margin-bottom: 0;
}
.mainheadlinewrapperpage h2,
.singletitlebg h2 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
  text-transform: none;
}
.breadcrumb {
  float: left;
  width: 100%;
  list-style: none;
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
  background: transparent !important;
  color: #fff;
  padding: 0 !important;
}
.breadcrumb a {
  font-family: "montserrat";
  margin: 0;
  line-height: 0;
  color: #fff;
  opacity: 0.7;
  font-size: 15px;
}
.breadcrumb a:hover {
  opacity: 1;
}
.breadcrumb span {
  color: #fff !important;
  font-family: "montserrat";
  font-size: 15px;
  padding-left: 1px;
}
/************ single page end ************/
/************ blog list ****************/
.blog-box {
  position: relative;
  float: left;
  width: 100%;
  border: #ecf0f1 2px solid;
  background: #fff;
  padding: 25px 25px 50px 25px;
  margin-bottom: 25px;
  text-align: center;
}
.blog-box img {
  max-width: 50%;
}
.blog-box h4 {
  font-size: 19px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-box .meta1 li {
  display: inline-block;
  float: none;
}
.blog-box a.link {
  position: absolute;
  bottom: 0;
  right: 0;
  float: right;
  display: inline-block;
  color: #eb0029;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 15px;
  margin-top: 23px;
  text-align: center;
}
.blog-box a.link i {
  color: #fff;
  width: 38px;
  height: 38px;
  padding-top: 11px;
  background: #eb0029;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.blog-box:hover a.link i {
  background: #071c2c;
}
@media (max-width: 992px) {
  .masonry-grid-item3 {
    width: 100%;
  }
}
/************ blog list end ***************/
/************ icon boxes ****************/
.icon-box1 {
  width: 100%;
  float: left;
  text-align: center;
  border: 2px solid #ecf0f1;
  padding: 50px 30px;
  margin-bottom: 25px;
}
.icon-box1 span {
  color: #eb0029;
  font-size: 40px;
  margin-bottom: 25px;
}
.icon-box1 a {
  color: #eb0029;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
.icon-box1 h4 {
  font-weight: 700;
}
.icon-box1 h4,
.icon-box1 p,
.icon-box1 a {
  margin-bottom: 25px;
}
.icon-box1:hover {
  background: #ecf0f1;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.icon-box1:hover span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #071c2c;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.icon-box2 {
  width: 100%;
  float: left;
  padding: 50px 30px 30px 0;
  max-width: 100%;
}
.icon-box2 .iconwrapper {
  position: relative;
  width: 30%;
  float: left;
  text-align: center;
  border-left: 4px solid #eb0029;
}
.icon-box2 span {
  margin-top: 0;
  color: #eb0029;
  font-size: 40px;
  margin-bottom: 25px;
}
.icon-box2 .textwrapper {
  width: 70%;
  float: left;
}
.icon-box2 a {
  color: #eb0029;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.icon-box2 h4 {
  font-weight: 700;
  font-size: 19px;
  margin-top: -5px;
}
.icon-box2:hover span {
  color: #071c2c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.icon-box2:hover a {
  color: #071c2c;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 992px) {
  .icon-box2 {
    float: left;
  }
  .icon-box2 .iconwrapper {
    margin-top: 37px;
  }
  .icon-box2 .textwrapper {
    margin-top: 25px;
  }
}
/************ icon boxes end ***********/
/************** gallery simple ****************/
.galleryhome {
  /*** hover effect ***/
  /*** hover effect end ***/
}
.galleryhome .view {
  -webkit-backface-visibility: hidden;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.galleryhome .view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.galleryhome .view .mask {
  padding: 0%;
  -webkit-backface-visibility: hidden;
}
.galleryhome .view .maskinner {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15px;
}
.galleryhome .view img {
  display: block;
  position: relative;
}
.galleryhome .view a:link,
.galleryhome .view a:visited {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  padding: 3px;
}
.galleryhome .view i {
  color: #ecf0f1;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.galleryhome .view i:hover {
  color: #071c2c;
}
.galleryhome .view-first img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.galleryhome .view-first .mask {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.galleryhome .view-first a {
  opacity: 0;
}
.galleryhome .view-first:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.galleryhome .view-first:hover .mask {
  background: rgba(7, 28, 44, 0.8);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.galleryhome .view-first:hover a,
.galleryhome .view-first:hover p,
.galleryhome .view-first:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.galleryhome .view .maskinner {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -18px;
}
.galleryhome .view a:link,
.galleryhome .view a:visited {
  font-size: 13px;
  margin-bottom: 14px;
  padding-top: 7px;
  margin: 0 2px;
  width: 35px;
  height: 35px;
}
.galleryhome .view a:link i,
.galleryhome .view a:visited i {
  color: #eb0029;
  padding: 10px;
  font-size: 15px;
  background: #fff;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.galleryhome .view a:link i:hover,
.galleryhome .view a:visited i:hover {
  background: #071c2c;
  color: #fff;
}
@media (max-width: 992px) {
  .galleryhome img {
    float: none;
    margin: 0 auto;
  }
}
/************* gallery simple end ***************/
/************* blog pages *************/
.masonry-grid1 img,
.masonry-grid2 img {
  width: 100%;
}
.blogpost {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.blogpages h2.blog-title {
  font-weight: bold;
}
ul.meta {
  displa: block;
  width: 100%;
  float: left;
  margin-left: 6px;
  margin-bottom: 13px;
  margin-top: 15px;
}
ul.meta li {
  display: inline-block;
  float: left;
  margin-right: 13px;
  margin-left: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #eb0029;
}
ul.meta li i {
  color: #eb0029;
  font-size: 13px;
  margin-bottom: 13px;
}
ul.meta li.metatime {
  position: relative;
  z-index: 10;
  margin-top: -72px;
  min-width: 105px;
  padding: 25px 13px;
  background: #ecf0f1;
  text-align: center;
  font-weight: bold;
  color: #eb0029;
  font-size: 15px;
  border-bottom: 2px solid #eb0029;
}
ul.meta li.metatime i {
  display: block;
  color: #eb0029;
  font-size: 19px;
}
ul.meta1 {
  displa: block;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-bottom: 0px;
  margin-top: 15px;
  padding: 0;
}
ul.meta1 li {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-right: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #eb0029;
}
ul.meta1 li i {
  color: #eb0029;
  font-size: 13px;
  margin-bottom: 13px;
}
ul.meta1 li.topmargin {
  margin-top: 45px;
}
ul.meta1 li.metatime {
  position: relative;
  z-index: 10;
  margin-top: 0;
  min-width: 105px;
  padding: 25px 13px;
  background: #ecf0f1;
  text-align: center;
  font-weight: bold;
  color: #eb0029;
  font-size: 15px;
  border-bottom: 2px solid #eb0029;
}
ul.meta1 li.metatime i {
  display: block;
  color: #eb0029;
  font-size: 19px;
}
@media (max-width: 992px) {
  ul.meta {
    margin: 0;
    padding-left: 0;
    text-align: center;
  }
  ul.meta li {
    displa: block;
    width: 100%;
    float: left;
  }
  ul.meta li.metatime {
    margin-top: 0;
  }
  ul.meta1 {
    margin: 0;
  }
  ul.meta1 li {
    displa: block;
    width: 100%;
    float: left;
  }
}
.pagination {
  margin-bottom: 66px;
  float: right;
  color: #eb0029;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.pagination a.next.page-numbers,
.pagination a.prev.page-numbers {
  display: none;
}
.pagination {
  color: #eb0029;
  font-size: 13px;
}
.pagination a:link,
.pagination a:visited {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  opacity: 0.6;
  font-weight: normal;
  color: #eb0029;
  text-align: center;
}
.pagination a:hover {
  color: #071c2c;
}
/* tags */
.tags {
  margin: 27px 0 12px 0;
}
.tags a {
  display: inline-block;
  margin: 4px 2px;
  font-size: 13px;
  border-bottom: 2px solid #eb0029;
  padding: 5px 17px;
  font-family: 'Montserrat', sans-serif;
}
.tags a:hover {
  border-bottom: 2px solid #071c2c;
}
/* tags end */
/* comments */
.commentwrapper ol {
  padding-left: 0;
}
.commentwrapper ol li {
  list-style: none;
}
.commentwrapper ol > li > ol > li {
  padding-left: 54px;
}
.commentwrapper ol > li > ol > li ol li {
  padding-left: 0;
}
.comment {
  position: relative;
  width: 100%;
  float: left;
}
.comment .comment-meta {
  float: left;
}
.comment .comment-body {
  width: 100%;
  float: left;
  padding: 27px 27px 0 27px;
  margin-bottom: 27px;
  background: #f9f9f9;
}
.comment .comment-body .reply a {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #eb0029;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 25px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comment .comment-body .reply a:hover {
  color: #071c2c;
}
@media (max-width: 500px) {
  .comment .comment-body .reply a {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 7px;
    margin-bottom: 7px;
    float: right;
  }
}
.comment img {
  float: left;
  margin-right: 20px;
  margin-bottom: 14px;
}
.comment cite.fn a,
.comment cite.fn {
  margin-bottom: 14px;
  font-weight: 600;
  font-style: normal;
  color: #555555;
  font-size: 16px;
}
.comment p {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.8;
}
.comment p br {
  margin: 0;
}
/** bootstrap fix **/
code {
  display: block;
  white-space: normal !important;
}
/** bootstrap fix end **/
/** comment form **/
h3#reply-title {
  font-size: 19px;
  padding-bottom: 14px;
}
.commentwrapper h4 {
  padding-bottom: 13px;
  margin-bottom: 13px;
}
form#commentform {
  display: block;
  width: 100%;
  float: left;
}
form#commentform label {
  float: left;
}
.comment-form-author {
  width: 49%;
  margin-right: 1%;
  float: left;
}
.comment-form-email {
  width: 50%;
  float: left;
}
@media (max-width: 500px) {
  .comment-form-author {
    width: 100%;
    margin-right: 0;
  }
  .comment-form-email {
    width: 100%;
  }
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  min-width: 100%;
  float: left;
  margin-bottom: 5px;
  border: 2px solid #ecf0f1;
}
.comment-form-author input:hover,
.comment-form-email input:hover,
.comment-form-url input:hover,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
  border: 2px solid #eb0029;
}
.comment-form input[type="submit"] {
  font-weight: 400;
  min-width: 100%;
  margin-top: 0;
  height: 50px;
  padding: 0 13px;
  margin-bottom: 13px;
  float: left;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border: none;
  color: #fff;
  background: #eb0029;
}
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
  border: none;
}
.comment-form textarea {
  margin-top: 0;
  height: 200px;
  padding: 13px;
  color: #eb0029 !important;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  font-weight: 400;
  box-shadow: none;
  border: 2px solid #ecf0f1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comment-form input:hover,
.comment-form textarea:hover {
  border: 2px solid #eb0029;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comment-form input:focus,
.comment-form textarea:focus {
  text-transform: none;
  border: 2px solid #eb0029;
}
/* for placeholders */
.comment-form ::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.4;
  color: #eb0029;
  opacity: 1;
}
.comment-form ::-moz-placeholder {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.4;
  color: #eb0029;
  opacity: 1;
}
.comment-form :-ms-input-placeholder {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.4;
  opacity: 1;
}
.comment-form:input:-moz-placeholder {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.4;
  opacity: 1;
}
/* for placeholders end */
/** comment form end **/
/******* comments end *******/
/*************** blog pages end ***************/
/************* address and map **************/
.map-overlay {
  position: relative;
  z-index: 100;
  width: 100%;
  float: left;
  height: 430px;
  top: 430px;
  margin-top: -430px;
  max-width: 100%;
}
.map {
  position: relative;
  z-index: 5;
  width: 100%;
  float: left;
  text-align: center;
  max-width: 100%;
}
.map iframe {
  position: relative;
  z-index: 100;
  max-width: 100%;
  width: 100%;
  min-height: 430px;
  border: none;
}
@media (max-width: 1000px) {
  .map-overlay {
    height: 200px;
    top: 200px;
    margin-top: -200px;
    max-width: 100%;
  }
  .map iframe {
    width: 100%;
    height: auto;
    min-height: 100px;
    max-width: 700px;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .map iframe {
    width: 100%;
    height: auto;
    min-height: 100px;
    max-width: 500px;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 580px) {
  .map iframe {
    width: 100%;
    height: auto;
    min-height: 100px;
    max-width: 220px;
    float: none;
    margin: 0 auto;
  }
}
.address {
  float: left;
  width: 100%;
  border: 2px solid #f0f0f0;
  padding: 25px;
  margin: 0;
  text-align: center;
}
.address .address-inner {
  margin: 0 50px;
}
.address h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 14px;
  line-height: 1.8;
}
.address .ul-list {
  display: block;
  padding-left: 0;
  text-align: left;
}
.address .ul-list li {
  font-weight: 400;
  font-size: 15px;
  list-style: none;
  margin-bottom: 20px;
}
.address .ul-list li i {
  display: inline-block;
  text-align: center;
  border: 2px solid #ededed;
  width: 54px;
  height: 54px;
  color: #eb0029;
  font-size: 20px;
  padding-top: 16px;
  padding-left: 10px;
  margin-right: 14px;
}
/************* address and map end **************/
/************* footer *************/
footer.bottom {
  width: 100%;
  float: left;
  padding: 50px 0 25px 0;
  background: #ecf0f1;
}
footer.bottom p,
footer.bottom a,
footer.bottom li {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer.bottom ul {
  list-style: none;
  padding: 0;
}
footer.bottom .widget_text li a,
footer.bottom .widget_recent_comments li a,
footer.bottom .widget_categories li a,
footer.bottom .widget_recent_entries li a,
footer.bottom .widgets-style1 h3 {
  border: none;
  padding: 0;
}
footer.bottom .searchform input[type='submit'] {
  background: url(https://ochoaboghforsenate.com/wp-content/themes/candidates-child/assets/images/searchw.png) right center no-repeat;
  background-size: 100% auto;
}
footer.bottom .searchform input[type='submit']:hover {
  background: url(https://ochoaboghforsenate.com/wp-content/themes/candidates-child/assets/images/searchhb.png) right center no-repeat;
  background-size: 100% auto;
}
/** social icons **/
.socialicons {
  text-align: center;
}
.socialicons li {
  margin: 0 3px 3px 0;
  display: inline-block;
  list-style: none;
}
.socialicons i {
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 3px;
}
ul.socialicons li a:link,
ul.socialicons li a:visited {
  display: inline-block;
  background-color: transparent;
  background-image: none !important;
  border: 2px solid #fff;
  color: #fff;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
ul.socialicons li a:hover {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
/** social icons end **/
.copyright {
  float: left;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 27px;
  text-align: center;
}
.copyright p {
  margin-bottom: 0;
  font-size: 12px;
}
.copyright a:link,
.copyright a:visited {
  font-weight: bold;
}
.copyright a:hover {
  color: #eb0029;
}
.scroll {
  margin-top: 50px;
}
.scroll a {
  font-size: 25px;
}
/********* footer end *********/
/*********** sidebar and widgets ************/
/* events widget */
.widgets-style1 .widget.tribe-events-list-widget ol li {
  list-style: none !important;
}
.widgets-style1 .widget.tribe-events-list-widget h4 {
  font-size: 19px;
  font-weight: normal;
}
.widgets-style1 .widget.tribe-events-list-widget span {
  font-weight: normal;
}
/* events widget end */
/* sidebars */
.sidebar {
  float: left;
  width: 100%;
  height: 100%;
  max-width: 350px;
  padding-left: 50px;
}
.sidebarl .sidebar {
  float: left;
  height: 100%;
  border-right: 1px solid #ecf0f1;
  padding-right: 54px;
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.contentr {
  float: right !important;
}
@media (max-width: 1200px) {
  .sidebar {
    padding-left: 25px;
    max-width: 200px;
  }
  .contentr {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .sidebar {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    max-width: 300px;
  }
  .sidebarl {
    float: left;
    width: 100%;
  }
  .contentr {
    float: none;
    padding-left: 20px;
  }
  .sidebarl .sidebar {
    padding-right: 0;
    border-right: none;
    border-left: 1px solid #ecf0f1;
    padding-left: 50px;
  }
}
/* sidebars end */
/*** widgets style1 for sidebar ***/
.widgets-style1 .widget {
  float: left;
  width: 100%;
  padding: 25px 0;
  border-bottom: 2px solid #ecf0f1;
}
.widgets-style1 .widget ul {
  margin: 0;
}
.widgets-style1 h3 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.widget select {
  width: 100%;
  max-width: 300px;
}
.widgets-style1 .tagcloud a {
  display: inline-block;
  margin: 4px 2px;
  font-size: 15px !important;
  border: 1px solid #eb0029;
  padding: 3px 13px;
}
.widgets-style1 .tagcloud a:hover {
  border: 1px solid #071c2c;
}
/* Calendar Widget */
.widgets-style1 .widget #wp-calendar {
  width: 100%;
}
.widgets-style1 .widget_calendar table,
.widgets-style1 .widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
  color: #eb0029;
}
.widgets-style1 .widget_calendar caption {
  font-size: 15px;
  margin: 0 0 13px 0;
  text-align: left;
  color: #eb0029;
}
.widgets-style1 .widget_calendar th,
.widgets-style1 .widget_calendar td {
  padding: 0;
  text-align: center;
}
.widgets-style1 .widget_calendar a {
  display: block;
  border: 1px solid #eb0029;
  color: #eb0029;
}
.widgets-style1 .widget_calendar a:hover {
  background: #eb0029;
  color: #fff;
}
.widgets-style1 .widget_calendar a:active {
  background: #eb0029;
}
.widgets-style1 .widget_calendar tbody td {
  border: 1px solid #eb0029;
  padding: 3px;
}
/***widgets style1 for sidebar***/
/************* sidebar and widgets end **************/
/*** Contact Form plugin ***/
.wpcf7-form {
  width: 100%;
  float: left;
  text-align: center;
}
.wpcf7-form span,
.wpcf7-form p,
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  float: left;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  float: left;
  border: 2px solid #ecf0f1;
  padding: 12px;
  margin-bottom: 12px;
  -webkit-transition: border 0.5s ease;
  -moz-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.wpcf7-form input:hover,
.wpcf7-form textarea:hover,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border: 2px solid #eb0029;
}
.wpcf7-form input.wpcf7-submit {
  width: auto;
  float: none;
  margin: 0 auto;
  border: 2px solid #eb0029;
  background: transparent;
  padding: 12px 25px;
  color: #eb0029;
}
.wpcf7-form input.wpcf7-submit:hover,
.wpcf7-form input.wpcf7-submit:focus {
  text-transform: uppercase;
}
.wpcf7-response-output {
  float: left;
  width: 100%;
}
/*** contact form end ***/
/********* timeline events *********/
.timeline-panel .tribe-events-event-body {
  display: none;
}
.timeline {
  margin: 0 auto;
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 0;
  list-style-type: none;
}
.timeline .timeline-left {
  float: left;
}
@media all and (min-width: 767px) {
  .timeline .timeline-left:after {
    display: block;
    content: ' ';
    height: 11px;
    width: 11px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    right: -4.6%;
    top: 15px;
    background: #ecf0f1;
  }
}
.timeline .timeline-right {
  float: right;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  left: 50%;
  background: #fff;
}
.timeline li:before,
.timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li.timeline-inverted .timeline-panel {
  float: right;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
}
@media all and (min-width: 767px) {
  .timeline .timeline-right:after {
    display: block;
    content: ' ';
    height: 11px;
    width: 11px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    left: -4.6%;
    top: 15px;
    background: #ecf0f1;
  }
}
.timeline .event {
  display: block;
  z-index: 15;
  position: relative;
  text-align: center;
  width: 43%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  text-decoration: none;
}
.timeline li {
  margin-bottom: 0;
  position: relative;
}
.timeline li .timeline-panel {
  position: relative;
  width: 100%;
  float: left;
  border: 1px solid #ecf0f1;
  padding: 20px;
}
.timeline li .timeline-panel:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ecf0f1;
}
@media (max-width: 767px) {
  .timeline li .timeline-panel {
    width: 98%;
    width: calc(95%);
    width: -moz-calc(95%);
    width: -webkit-calc(95%);
  }
}
.timeline .t-heading h4 {
  color: #071c2c;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 10px;
}
.timeline .t-heading i {
  font-size: 15px;
  margin-right: 5px;
  color: #071c2c;
}
.timeline .t-heading p {
  color: #fff;
}
.timeline .t-body p {
  font-size: 15px;
  color: #fff;
}
.timeline .t-body a {
  font-weight: 600;
  text-transform: uppercase;
  color: #071c2c;
}
.timeline .t-body a:hover {
  color: #ecf0f1;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  width: 1px;
  left: 50%;
  background: #ecf0f1;
}
.timeline li:before,
.timeline li:after {
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li.timeline-inverted .timeline-panel {
  float: right;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
}
/* for pages and other posts */
.timeline {
  margin: 0 auto;
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 0;
  list-style-type: none;
}
.timeline .timeline-left {
  float: left;
}
@media all and (min-width: 767px) {
  .timeline .timeline-left:after {
    display: block;
    content: ' ';
    height: 11px;
    width: 11px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    right: -4.6%;
    top: 15px;
  }
}
.timeline .timeline-right {
  float: right;
}
@media all and (min-width: 767px) {
  .timeline .timeline-right:after {
    display: block;
    content: ' ';
    height: 11px;
    width: 11px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    left: -4.6%;
    top: 15px;
  }
}
.timeline .event {
  display: block;
  z-index: 15;
  position: relative;
  text-align: center;
  width: 45%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .timeline .event {
    width: 100%;
    margin: 22px 0;
  }
}
.timeline li {
  margin-bottom: 0;
  position: relative;
}
.timeline li .timeline-panel {
  position: relative;
  width: 100%;
  float: left;
  border: 2px solid #ecf0f1;
  padding: 20px;
}
.timeline li .timeline-panel:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #071c2c;
}
@media (max-width: 767px) {
  .timeline li .timeline-panel {
    width: 98%;
    width: calc(95%);
    width: -moz-calc(95%);
    width: -webkit-calc(95%);
  }
}
.timeline .t-heading h4 {
  color: #eb0029;
  font-weight: 400;
  margin-bottom: 13px;
}
.timeline .t-heading i {
  font-size: 15px;
  margin-right: 5px;
  color: #eb0029;
}
.timeline .t-heading p {
  color: #eb0029;
}
.timeline .t-body p {
  font-size: 14px;
  color: #eb0029;
}
.timeline .t-body a {
  font-size: 13px;
  text-transform: uppercase;
  color: #eb0029;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.timeline .t-body a:hover {
  color: #071c2c;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  width: 2px;
  left: 50%;
  background: #ecf0f1;
}
.timeline li:after {
  clear: both;
}
.timeline li.timeline-inverted .timeline-panel {
  float: right;
}
/********* timeline events end *********/
/*********** events calendar plugin ****************/
.tribe-events-notices {
  color: #eb0029 !important;
}
.tribe-events-calendar h4 {
  color: #eb0029 !important;
}
/* Tribe Theme Color */
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
#tribe-events .tribe-events-button,
.tribe-events-button.tribe-inactive,
#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover {
  background-color: #eb0029 !important;
}
#tribe_events_filters_wrapper h3 span:after {
  border-top-color: #eb0029 !important;
}
#tribe_events_filters_wrapper .tribe_events_filter_item.closed h3 span:after {
  border-left-color: #eb0029 !important;
}
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-ical:hover,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-gcal:hover {
  color: #fff !important;
}
/*********** events calendar plugin end ****************/
/***************** king composer plugin customization *****************/
.kc_column.kc_col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*--------------kc-owl-post-carousel ---------------*/
.kc-owl-post-carousel .owl-item {
  padding-right: 20px;
  text-align: left !important;
}
.kc-owl-post-carousel .owl-item .read-more {
  font-size: 13px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  white-space: nowrap;
  border: none !important;
  background: transparent !important;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  float: right !important;
}
.kc-owl-post-carousel .owl-item .read-more:hover {
  color: #071c2c !important;
}
.kc-owl-post-carousel .owl-item .footer-button {
  padding: 15px 0;
  text-align: center;
}
.kc-owl-post-carousel .owl-item .list-item {
  box-shadow: none !important;
  border: 1px solid #ecf0f1;
  text-align: center;
  padding: 25px;
}
.kc-owl-post-carousel .in-post-content {
  text-align: left !important;
}
.kc-owl-post-carousel .owl-item .image {
  margin-bottom: 20px;
  position: relative;
}
.kc-owl-post-carousel .owl-item .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kc-owl-post-carousel .owl-item .image .caption {
  background-color: rgba(7, 28, 44, 0.8) !important;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6px 13px;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kc-owl-post-carousel .owl-item .image .caption a {
  color: #FFFFFF;
  font-size: 15px !important;
}
.kc-owl-post-carousel .owl-item .title {
  padding: 20px 12px 0;
  text-align: left !important;
}
.kc-owl-post-carousel .owl-item .in-post-content {
  padding: 0 15px;
}
.kc-owl-post-carousel .owl-item .kc-entry_meta {
  margin-bottom: 10px;
  font-size: 15px !important;
  color: #eb0029 !important;
  font-family: 'Montserrat', sans-serif;
}
/*-------------- kc-owl-post-carousel end ---------------*/
/*-------------- pie chart ---------------*/
.kc_progress_bars .progress-item {
  display: inline-block;
  width: 100%;
}
.kc_progress_bars div.progress-item:first-child {
  margin-top: 0px !important;
}
.kc_progress_bars div.progress-item:last-child {
  margin-bottom: 0px !important;
}
.kc-ui-progress-bar {
  position: relative;
  background: #ecf0f1 !important;
}
.kc-ui-progress {
  position: relative;
  display: block;
  height: 10px;
  z-index: 2;
  background: #eb0029 !important;
  overflow: initial !important;
}
.kc-progress-radius,
.kc-progress-radius .kc-ui-progress {
  border-radius: 20px;
}
.kc-ui-progress-bar:after {
  background: #888;
}
.kc-ui-progress div.ui-label {
  font-family: 'montserrat' !important;
  color: #eb0029 !important;
  position: absolute;
  right: 0;
  padding-right: 12px;
  white-space: nowrap;
  bottom: 100%;
}
.kc_progress_bars .progress-item span.label {
  margin-bottom: 6px;
  padding-left: 0;
  font-size: 15px !important;
  font-family: montserrat !important;
  font-weight: 400 !important;
  color: #eb0029 !important;
}
.pie_chart_percent .percent {
  margin-bottom: 6px;
  padding-left: 0;
  font-size: 25px !important;
  font-family: montserrat !important;
  font-weight: 400 !important;
  color: #eb0029 !important;
}
/*-------------- pie chart end ---------------*/
/* kc-box-counter */
.kc-box-counter-1 {
  text-align: center;
}
.kc-box-counter-1 .counterup {
  display: inline-block !important;
  padding-bottom: 25px !important;
  font-size: 30px !important;
  font-family: montserrat !important;
  border-bottom: 2px solid #eb0029;
  color: #eb0029;
  font-weight: bold;
  line-height: 1 !important;
  margin-bottom: 25px !important;
  display: block;
}
.kc-box-counter-1 h4 {
  font-size: 15px !important;
  font-family: domine !important;
  text-transform: lowercase !important;
}
.kc-box-counter-2 {
  text-align: center;
  background: #ecf0f1 !important;
  padding: 25px !important;
  border-radius: 0 !important;
  display: inline-block !important;
  padding-bottom: 25px !important;
  font-size: 30px !important;
  font-family: montserrat !important;
  border-bottom: 2px solid #eb0029;
  color: #eb0029;
}
.kc-box-counter-2 i {
  display: block;
  font-size: 30px !important;
  margin-bottom: 12px !important;
}
.kc-box-counter-2 .counterup {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 6px !important;
  display: inline-block;
}
.kc-box-counter-2 h4 {
  margin-bottom: 15px !important;
  font-weight: normal !important;
  font-family: domine !important;
  text-transform: lowercase !important;
}
.kc-box-counter-3 {
  text-align: center;
  padding: 25px !important;
  background: #ecf0f1 !important;
}
.kc-box-counter-3 i,
.kc-box-counter-3 span {
  display: block;
}
.kc-box-counter-3 h4 {
  font-size: 15px !important;
  font-family: domine !important;
  text-transform: lowercase !important;
}
.kc-box-counter-3 i {
  font-size: 30px;
  margin-bottom: 15px;
}
.kc-box-counter-3 .counterup {
  font-size: 30px !important;
  font-family: montserrat !important;
  color: #eb0029;
}
/*** king box ***/
.kc_box_wrap {
  clear: both;
}
.kc_box_wrap .one-third,
.kc_box_wrap .one-second,
.kc_box_wrap .two-third {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.kc_box_wrap .one-third {
  width: 33.3%;
}
.kc_box_wrap .one-second {
  width: 50%;
}
.kc_box_wrap .two-third {
  width: 66.7%;
}
@media (max-width: 767px) {
  .kc_counter_box {
    margin-bottom: 75px !important;
  }
}
/* kc-box-counter end */
/*----------- kc-countdown-timer  ------------*/
.kc-countdown-timer span.group {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 12px !important;
  color: #fff;
  margin-right: 10px;
  float: none !important;
  text-align: center;
}
.kc_counter_box span {
  display: inline-block !important;
  font-size: 30px !important;
  font-family: montserrat !important;
  font-weight: bold !important;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #eb0029;
  color: #eb0029;
}
.kc_counter_box h4 {
  font-size: 15px !important;
  text-transform: none !important;
  font-weight: 400 !important;
}
.kc-countdown-timer .group .timer {
  font-size: 43px !important;
  font-family: montserrat !important;
  font-weight: bold !important;
}
@media (max-width: 767px) {
  .kc-countdown-timer span.group {
    width: 100% !important;
    float: left !important;
    margin-right: 0;
  }
}
.kc-countdown-timer .countdown-style2 .timer,
.kc-countdown-timer .countdown-style2 .unit {
  display: inline-block;
  width: 100%;
}
.kc-countdown-timer .countdown-style2 .group {
  padding: 10px;
}
/*----------- kc-countdown-timer end ------------*/
/*** flip ***/
.kc-flip-container .back {
  background: #eb0029 !important;
}
/*** flip end ***/
/****** tabs *****/
.kc_tabs {
  display: inline-block;
  width: 100%;
}
.kc_tabs a {
  background: transparent !important;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.kc_wrapper.ui-tabs {
  width: 100%;
  border: none !important;
  display: inline-block;
}
.kc_vertical_tabs > .kc_wrapper.ui-tabs {
  border: none;
}
.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav {
  margin: 0px;
}
ul.kc-tabs-slider-nav li {
  display: inline-block;
  cursor: pointer;
  padding: 8px 15px;
}
ul.kc-tabs-slider-nav li.kc-title-active {
  background: #ecf0f1 !important;
}
.kc_tabs_nav,
.nav-pills {
  *zoom: 1;
  line-height: 45px;
  margin: 0;
  padding: 0;
}
.kc_tabs_nav:before,
.nav-pills:before,
.kc_tabs_nav:after,
.nav-pills:after {
  display: table;
  line-height: 0;
}
.kc_tabs_nav:after,
.nav-pills:after {
  clear: both;
}
.kc_tabs_nav ~ .kc_tab {
  overflow: hidden;
  float: left;
  width: 100%;
  height: 0px;
}
.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
  padding: 20px;
  height: inherit !important;
}
.kc_tabs_nav > li,
.nav-pills > li {
  float: left;
}
.kc_tabs_nav > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
  text-decoration: none;
  outline: none;
}
.kc_tabs > .kc_wrapper > .kc_tabs_nav {
  background: #ecf0f1 !important;
  width: 100%;
  margin: 0px;
}
.kc_tab {
  background: #ecf0f1 !important;
}
.kc_tabs_nav > li {
  margin-bottom: -1px;
  list-style: none;
  border-right: none !important;
  border-top: 2px solid #eb0029;
}
@media (max-width: 767px) {
  .kc_tabs_nav {
    display: block;
    width: 100%;
    float: left;
  }
  .kc_tabs_nav > li {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
  }
}
.kc_tabs_nav > li {
  line-height: 42px !important;
  height: 50px !important;
  display: inline-block;
  margin: 0px;
  float: left;
  padding: 0 20px;
  color: #fff;
  box-shadow: none;
  font-weight: 300;
  cursor: pointer;
}
.kc_tabs_nav > li a,
.kc_tabs_nav > li p {
  line-height: inherit;
}
.kc_tabs_nav > li:hover {
  background: #eb0029 !important;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.kc_tabs_nav > li:hover a,
.kc_tabs_nav > li:focus a {
  color: #fff !important;
}
.kc_tabs_nav > li.ui-tabs-active:hover a,
.kc_tabs_nav > li.ui-tabs-active:focus a {
  color: inherit;
}
.kc_tabs_nav > .ui-tabs-active,
.kc_tabs_nav > .ui-tabs-active:hover {
  background-color: #eb0029 !important;
}
.kc_tabs_nav > .ui-tabs-active > a,
.kc_tabs_nav > .ui-tabs-active > a:hover,
.kc_tabs_nav > .ui-tabs-active > a:focus {
  color: #fff !important;
  cursor: default;
  background-color: transparent !important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  width: 25%;
  z-index: 10;
  border-right: none !important;
  background: transparent;
  right: -1px;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
  border-right: none;
  border-left: none !important;
  right: 0px;
  left: -1px;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
  float: left;
  width: 75%;
  border-left: none !important;
  height: 0px;
  overflow: hidden;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active {
  padding: 20px;
  height: inherit;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
  border-left: none;
  border-right: none !important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li {
  list-style: outside none none;
  margin: 5px 0;
  border-top: 2px solid #eb0029;
  background: #ecf0f1;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a:hover {
  border: none;
  border-right: none !important;
  margin-left: 0px;
  margin-right: -1px;
  background: #eb0029 !important;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  color: #fff !important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a,
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a:hover {
  border: none;
  border-right: none !important;
  margin-left: 0px;
  margin-right: -1px;
  background: #eb0029 !important;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  color: #fff !important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a {
  display: block;
  padding: 12px 0 12px 20px;
  outline: none;
  text-decoration: none;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
  float: right;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a {
  border: none;
  border-right: none;
  border-left: 3px solid #888;
  background: #ecf0f1 !important;
  margin-left: -1px;
  margin-right: 0px;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a:hover {
  background: #ecf0f1 !important;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > li > a:hover {
  background-color: #ecf0f1 !important;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > .ui-tabs-active > a,
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > .ui-tabs-active > a:hover,
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > .ui-tabs-active > a:focus {
  border: none;
  border-left: 3px solid #fff!important;
  background: #ecf0f1 !important;
  margin-left: -1px;
}
.kc-video-inner iframe {
  margin-bottom: 0px;
}
/*** accordion ***/
.kc_accordion_content {
  padding-bottom: 0px;
  border-left: none !important;
  border-right: none !important;
  display: none;
}
.kc_accordion_content.ui-state-body-active {
  height: inherit !important;
}
div.kc_accordion_wrapper > div.kc_accordion_section:last-child > .kc_accordion_content {
  border-bottom: none !important;
}
.kc_accordion_section > .kc_accordion_header {
  position: relative;
  cursor: pointer;
  min-height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: inherit;
  margin-top: 0px;
  margin-bottom: -1px;
  clear: both;
  border: none !important;
  background: #ecf0f1;
  border-top: 2px solid #eb0029 !important;
}
.kc_accordion_section > .kc_accordion_header a {
  background: transparent !important;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.kc_accordion_header:hover {
  background: #eb0029;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.kc_accordion_header:hover a {
  color: #fff !important;
}
.kc_accordion_section > .ui-state-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0px;
  background: #eb0029;
}
.kc_accordion_section > .ui-state-active a {
  color: #fff !important;
}
.kc_accordion_header > span.ui-accordion-header-icon {
  float: right;
  font-family: 'simple-line-icons';
  margin: 17px;
  color: #aaa;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kc_accordion_header > a {
  display: block;
  font-size: 15px;
  padding: 10px 15px;
  text-decoration: none;
  outline: none;
  font-weight: normal;
}
.kc_accordion_header > a {
  cursor: pointer;
}
.kc_accordion_content .kc-panel-body {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
/************ king composer plugin customization *************/
/*************** multiscroll page *********************/
.flex-caption1 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -120px;
}
.flex-caption1 h1,
.flex-caption1 h2,
.flex-caption1 h3,
.flex-caption1 h4,
.flex-caption1 h5,
.flex-caption1 h6,
.flex-caption1 p {
  color: #071c2c;
}
.flex-caption1 h1.caption-headline,
.flex-caption1 h2.caption-headline {
  font-weight: 700;
  font-family: "domine";
  font-size: 43px;
  margin-bottom: 19px;
  line-height: 1;
  color: #eb0029;
  letter-spacing: 3px;
}
.flex-caption1 h2.caption-subheadline {
  font-weight: 700;
  font-family: "montserrat";
  font-size: 30px;
  margin-bottom: 12px;
}
.flex-caption1 .caption-list {
  margin-bottom: 25px;
}
.flex-caption1 p {
  font-weight: 400;
  font-family: "montserrat";
  font-size: 19px;
  margin-bottom: 12px;
}
.flex-caption1 i {
  color: #eb0029;
  margin-right: 5px;
}
.flex-caption2 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -175px;
}
.flex-caption2 h1,
.flex-caption2 h2,
.flex-caption2 h3,
.flex-caption2 h4,
.flex-caption2 h5,
.flex-caption2 h6,
.flex-caption2 p {
  color: #071c2c;
}
.flex-caption2 h1.caption-headline,
.flex-caption2 h2.caption-headline {
  font-weight: 700;
  font-family: "domine";
  font-size: 43px;
  margin-bottom: 19px;
  line-height: 1;
  color: #eb0029;
  letter-spacing: 3px;
}
.flex-caption2 h2.caption-subheadline {
  font-weight: 700;
  font-family: "montserrat";
  font-size: 24px;
  margin-bottom: 6px;
}
.flex-caption2 .caption-list {
  margin-bottom: 25px;
}
.flex-caption2 p {
  font-weight: 400;
  font-family: "montserrat";
  font-size: 19px;
  margin-bottom: 12px;
}
.flex-caption2 i {
  color: #071c2c;
  font-size: 19px;
  margin-bottom: 25px;
  margin-right: 5px;
}
.flex-caption2 .captioninner {
  display: inline-block;
  background: #ecf0f1;
  width: 360px;
  height: 360px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: 110px 19px;
  margin: 0 auto;
}
@media (max-width: 1270px) {
  .flex-caption1 {
    margin-top: -125px;
  }
  .flex-caption1 h1.caption-headline,
  .flex-caption1 h2.caption-headline {
    font-size: 30px;
  }
  .flex-caption1 h2.caption-subheadline {
    font-size: 19px;
  }
  .flex-caption1 p {
    font-size: 13px;
  }
  .flex-caption2 {
    margin-top: -125px;
  }
  .flex-caption2 h1.caption-headline,
  .flex-caption2 h2.caption-headline {
    font-size: 24px;
  }
  .flex-caption2 i {
    font-size: 15px;
  }
  .flex-caption2 h2.caption-subheadline {
    font-size: 19px;
  }
  .flex-caption2 p {
    font-size: 13px;
  }
  .flex-caption2 .captioninner {
    display: inline-block;
    background: #ecf0f1;
    width: 260px;
    height: 260px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    padding: 70px 12px;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .flexslider {
    margin-top: 0;
  }
  .flex-caption {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 54px;
    padding-bottom: 54px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .flex-caption1 h1.caption-headline,
  .flex-caption1 h2.caption-headline {
    font-size: 26px;
  }
}
/***************** multiscroll page end ************************/
/************ text blocks **************/
.textblock {
  padding: 0 100px;
}
@media (max-width: 992px) {
  .textblock {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .textblock {
    padding: 0;
  }
}
/************* text blocks end **************/
/************* woocommerce **************/
.woocommerce-main-image img {
  width: auto !important;
}
.woocommerce-breadcrumb {
  padding: 11px 22px!important;
  background: #f0f0f0;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #333333 !important;
  font-weight: bold;
}
.woocommerce-breadcrumb a {
  color: #eb0029 !important;
}
.woocommerce-breadcrumb a:hover {
  color: #071c2c !important;
}
a.button,
button.button,
input.button,
#respond input#submit {
  border-radius: 0 !important;
  height: auto !important;
}
button.button {
  background-color: #eb0029 !important;
  color: #fff !important;
}
button.button:hover {
  background-color: #071c2c !important;
}
.woocommerce-tabs ul.tabs li {
  border-radius: 0 !important;
}
.woocommerce-tabs ul.tabs li a {
  font-size: 14px !important;
  text-transform: uppercase;
}
.woocommerce-tabs ul.tabs li.active {
  background: #f0f0f0;
}
.woocommerce-tabs ul.tabs li:after,
.woocommerce-tabs ul.tabs li:before {
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
}
@media (max-width: 500px) {
  .woocommerce-tabs ul.tabs li {
    width: 100%;
    text-align: center;
  }
  .woocommerce-tabs ul.tabs li a {
    display: block;
    width: 100%;
  }
}
.product_meta a {
  text-transform: uppercase;
}
.wc-proceed-to-checkout a.checkout-button {
  background: #eb0029 !important;
  text-transform: uppercase;
  padding: 14px;
}
.wc-proceed-to-checkout a.checkout-button:hover {
  background: #071c2c !important;
}
form .form-row input[type="submit"]#place_order {
  background: #eb0029 !important;
  text-transform: uppercase;
  padding: 14px;
}
form .form-row input[type="submit"]#place_order:hover {
  background: #071c2c !important;
}
.woocommerce-tabs .meta {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 27px;
  background: transparent;
}
.woocommerce-tabs .meta p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  margin-right: 7px;
  padding-right: 12px;
  border-right: 1px solid #ececec;
  opacity: 0.7;
}
.woocommerce-tabs .meta p:last-child {
  border-right: none;
}
.woocommerce-tabs .meta i {
  font-size: 12px;
  margin: 0 3px;
  padding: 0;
  color: #fff;
}
.woocommerce-tabs .meta a {
  color: #fff;
}
.woocommerce-tabs p.stars a {
  color: #eb0029;
  line-height: 1;
}
.woocommerce-tabs p.comment-form-rating label {
  margin-right: 5px;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  font-size: 100%;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  overflow: visible;
  padding: 12px 24px!important;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  left: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff !important;
  text-shadow: none !important;
  border: none !important;
  background: #eb0029 !important;
  white-space: nowrap;
  display: inline-block;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-Tabs-panel h2,
.woocommerce .related.products h2,
.woocommerce #customer_details h3,
.woocommerce h3#order_review_heading {
  font-size: 19px !important;
  line-height: 1.7 !important;
  font-family: "Montserrat", arial, sans-serif !important;
  text-transform: none;
}
.woocommerce h1.page-title,
.woocommerce h1.product_title {
  font-size: 24px !important;
  line-height: 1.7 !important;
  font-family: "Montserrat", arial, sans-serif !important;
}
.woocommerce .coupon input#coupon_code {
  margin-bottom: 6px;
}
.woocommerce .star-rating {
  color: #eb0029;
}
.woocommerce .woocommerce-product-gallery img {
  width: auto !important;
}
/************* woocommerce end **************/
/********** scroll button ***************/
.scrollbutton {
  text-align: center;
}
.scrollbutton a {
  z-index: 999;
  font-size: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scrollbutton i {
  padding-top: 8px;
  color: #eb0029;
  font-size: 25px;
}
/*********** scroll button end ***********/
