html {
  font-size: 100.01%;
}

/*
  font-family: 'ProximaNova-Regular';
  font-family: 'ProximaNova-Light';
  font-family: 'ProximaNova-Bold';
  font-family: 'Conv_proximanova-semibold-webfont';
*/

body{
    font-family: 'ProximaNova-Regular';
    color: #494949;
    font-weight: 400;
    font-size: 16px;
}
a, .navbar-brand span, a.nav-link span, .btn img, span:before, label:before, .nav-item, .navbar, .btn, .award_item:before, .award_item span, .dropdown-item img{
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
}
a, button{
    outline: none !important;
    text-decoration: none !important;
    color: currentColor;
}
a:hover{
  color: #000;
}
strong{
  font-weight: 700;
}
p, li{
  line-height: 1.6;
  font-size: 1em; 
  font-weight: 300;
  color: inherit;
}
p{
  margin-bottom: 15px;
}
p a:hover{
  color: #2a669b;
}
h1, h2, h3, h4, h5, h6, strong{
  font-family: 'ProximaNova-Bold';
  font-weight: bold;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.text-black{
  color: #000 !important;
}
#wrapper{
  width:100%;
  height: 100%;
}
.container{
  max-width: 1280px;
  width: 100%;
}
.container.mini{
    max-width: 970px; 
}
.wi-full{
    width: 100%;
    float: left;
}
.bg-gray{
  background: #f7f7f7;
}
.bg-light-blue{
  background: #e6e8ed;
}
.btn{
  border-radius: 0px;
  font-size: 14px;
  font-family: 'ProximaNova-Bold';
  font-weight: bold;
  text-transform: uppercase;
}
.btn:hover{
  -webkit-box-shadow: 5px 5px 15px rgba(57, 72, 101, 0.5);
  box-shadow: 5px 5px 15px rgba(57, 72, 101, 0.5); 
}
.btn-red{
  background: rgba(210, 40, 46, 0.9);
  color: #fff;
}
.btn-red:hover{
  background: rgba(210, 40, 46, 1);
  color: #fff;
} 
.btn-black{
  background: #282828;
  color: #fff;
}
.btn-black:hover{
  background: #000;
  color: #fff;
} 
.btn-light{
  font-family: 'ProximaNova-Light';  
}
.text-blue h2{
  color: #2a669b !important;
}
.eq-padd{
  padding: 4em 0;
}
/**/
header{
  position: fixed;
  top: 0;
  z-index: 15;
  left: 0;
}
.navbar{
  background: rgba(19, 19, 19, 0.2);
  color: #fff;
}
.fixed-top .navbar{
  background: #0b0b0b;
}
.home_hero{
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 15% 0;
  color: #fff;
  position: relative;
}
.home_hero h1{
  text-shadow: 8px 0 13px rgba(0,0,0,.61);
  font-size: 4.31em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.home_hero h1 small{
  text-transform: none;
  font-size: 0.6em;
  display: block;
  margin-bottom: 0.5em;
} 
.home_hero h1 span{
  display: block;
  text-transform: none;
  font-size: 0.4em;
  line-height: 1.4;
  margin-top: 0.8em;
  font-family: 'Conv_proximanova-semibold-webfont';
}
.hero-inner{
  padding: 12% 0 6%;
}
.hero-inner h1{
  margin-bottom: 0.8em;
}
.home_hero a.btn{
  padding: 12px 25px;
  min-width: 200px;
}
.scrollBelow{
  position: absolute;
  bottom: 20px;
  width: 85px;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.scrollBelow img{
  display: block;
  margin: 5px auto 0;
}
.scrollBelow:hover{
  color: #d2282e;
}
.dropdown-menu-right{
  right: 0px;
  left: auto;
  min-width: 20rem;
  padding: 0.5rem;
}
.dropdown-menu.show .dropdown-menu{
  display: block !important;  
}
.dropdown-search .btn{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.dropdown-search .dropdown-toggle{
  border: none !important;
  background: none !important;
}
.dropdown-search .dropdown-toggle:after{
  display: none;
}
.navbar{
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-nav a.nav-link{
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
.navbar-nav .active a.nav-link:before, .navbar-nav li:hover > a.nav-link:before{
  width: 80%;
  height: 1px;
  position: absolute;
  background: #d2282e;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dropdown-item{
  font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active{
  background: #d2282e;
  color: #fff;
}
.navbar-brand img{
  max-width: 220px;
}
/**/
.text-orange{
  color: #ef4c23;
}
.text-purple{
  color: #8f1860;
}
.text-red{
  color: #ea094b;
}
.text-green{
  color: #4c9d2a;
}
/**/
.content-area h2{
  font-size: 1.75em;
  color: #d2282e;
  margin-bottom: 1.1em;
}
.content-area p, .fun-facts li{
  font-size: 1.12em;
  color: #494949;
  font-family: 'ProximaNova-Bold';
  font-weight: bold;  
}
.fun-facts li span{
  color: #494949;
}
.fun-facts li{
  margin-bottom: 1.2em;
  color: #d2282e;
}
.fun-facts ul{
  list-style-type: disc;  
  padding-left: 15px;
}
.category_item{
  width: 100%;
  float: left;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  height: 356px;
  -webkit-box-shadow: 22px 0 38px rgba(0, 0, 0, 0.09);
  box-shadow: 22px 0 38px rgba(0, 0, 0, 0.09);
  margin-top: 30px;
  display: table;
  padding: 15px;
  position: relative;
}
.category_item--inner{
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}
.category_name{
  width: 280px;
  float: left;
  text-align: center;
}
.category_even .category_name{
  float: right;
}
.category_name h2{
  font-size: 2.19em;
}
.category_name span{
  color: #909090;
  font-size: 0.7em;
  letter-spacing: 0.25em;
} 
.btn-learn-text{
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 1;
  font-size: 14px;
  color: #737373;
}
.btn-learn-text .fas{
  margin-left: 5px;
}
.category_even .btn-learn-text{
  left: auto;
  right: 15px;
}
.category_item:hover .btn-learn-text{
  color: #202020;
}
.nav-tab-flex .nav{
  display: inline-block;
}
.nav-tab-flex .nav li{
  float: left;
}
.nav-tab-flex .nav a{
  border: none !important;
  border-radius: 0;
  color: #000;
  background: #fff;
  min-width: 150px;
}
.nav-line{
  border-top: 1px #d2282e solid;
  margin-top: -6px;
  padding-top: 3em;
}
.nav-tab-flex .nav a.active{
  background: #d2282e;
  color: #fff;
}
.cider-spacial .tab-content{
  top: 30px;
  position: relative;
}
.learn-view{
  width: 50%;
  float: left;
  padding: 2px;
}
.inner-view{
  width: 100%;
  float: left;
  height: 360px;
  display: table;
  padding: 15px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.inner-view:before{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  background: rgba(40, 40, 40, 0.5);
  content: "";
}
.inner-view h3{
  color: #fff;
  font-size: 1.50em;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 5;

}
.inner-view a{
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  z-index: 5;
  font-size: 18px;
}
.learn-view:first-child .inner-view{
  height: 724px;
}
.award_item{
  display: block;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  margin: 15px; 
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.09);
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.09);
}
.award_item img, .award_item span{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.award_item img{
  width: auto !important;
  max-width: 80%;
  max-height: 80%;
}
.award_item:before{
  position: absolute;
  content: "";
  left: 0;
  top: 60%;
  opacity: 0;
  background: rgba(210, 40, 46, 0.95);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.award_item span{
  color: #fff;
  font-size: 1.3em;
  z-index: 6;
  top: 0%;
  opacity: 0;
}
.award_item:hover span{
  top: 40%;
  opacity: 1;
}
.award_item:hover:before{
  top: 0;
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot span{
  background: #d2282d !important;
}
.owl-theme .owl-dots .owl-dot.active span{
  width: 14px;
  height: 14px;
  background: #d2282d;
}
.owl-theme .owl-dots .owl-dot{
  vertical-align: middle;
}
.content_box{
  margin-bottom: 25px;
  text-align: left;
}
.content_image{
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.content_image .date{
  background: #d2282e;
  width: auto;
  height: auto;
  float: right;
  padding: 15px 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-family: 'ProximaNova-Light';
}
.content_image .date strong{
  display: block;
  font-family: 'ProximaNova-Light';
  font-size: 1.29em;
}
.content_info{
  color: #0d0d0d;
  padding: 22px 0 0;
}
.content_info h2{
  font-size: 1.11em;
  color: #0d0d0d;
  line-height: 1.2;
  min-height: 42px;
  margin-bottom: 18px;
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
  text-transform: uppercase;
}
.content_info p{
  font-size: 1em;
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
  margin-bottom: 10px;
}
.btn-learn-text-red{
  color: #d2282d;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-learn-text-red .fas{
  margin-left: 5px;
}
.newsletter{
  background: #d2282e url(../images/newsletter-bg.png) no-repeat center left / cover;
  color: #fff;
}
.newsletter h2{
  font-size: 3.31em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.newsletter form{
  max-width: 320px;
  width: 100%;
}
.newsletter input.form-control, .newsletter .btn, .form-area input.form-control, .form-area .btn{
  height: 45px;
}
.form-area textarea.form-control{
  height: 120px;
}
.newsletter .form-control, .newsletter .btn, .form-area .form-control, .form-area .btn{
  border-radius: 0;
  border-right: 0;
  font-size: 15px;
}
.form-control{
  border: 1px solid #ced4da !important;
}
.newsletter form input[type="checkbox"]{
  /*display: none;*/
  position: absolute;
  top: 1px;
  width: 24px;
  height: 24px;
  left: 0;
  opacity: 0;
}
.newsletter form span.wpcf7-list-item-label:before{
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  *zoom: 1;
  background: #fff;
  content: "";
}
.newsletter form input:checked + span.wpcf7-list-item-label:before{
  background-color: #282828;
}
span.wpcf7-list-item{
  margin-left: 0;
}
footer{
  padding: 2em 0;
}
.flinks{
  margin: 2.5em 0 2em;
}
.flinks li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 8px;
  vertical-align: middle;
}
.flinks li a{
  padding: 0 10px;
  font-size: 18px;
}
.flinks li a:hover{
  color: #d2282e;
}
.copyright{
  margin-top: 2.5em;
  font-size: 13px;
  color: #8f8f8f;
}
.social-sm a{
  margin: 0 10px;
}
.view_can{
  text-align: center;
  padding: 15px;
}
.view_can h2{
  font-size: 1.5em;
  margin-bottom: 0.6em;
}
.view_bottel img, .view_can img{
  max-width: 100%;
}
.view_can{
  background: #fff;
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.09);
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.09);
}
.view_content{
  margin: 0;
  padding: 0 20px;
  color: #494949;
  max-width: 95%;
}
.view_content h2{
  font-size: 2.81em;
  margin-bottom: 1em;
  max-width: 380px;
  line-height: 1.2;
}
.view_content p{
  font-size: 1.38em;
  margin-bottom: 1.3em;
}
.view_content h4{
  font-size: 1.56em;
  margin-bottom: 1em;
}
.view_content .btn{
  font-size: 1em;
  padding: 12px 20px;
  margin-top: 0px;
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
}

.content_box--lg .content_box{
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}

.pair_box{
  max-width: 300px;
  display: block;
  margin: 0 auto 3em;
  -webkit-box-shadow: 0 22px 38px rgba(0, 0, 0, 0.09);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 1.08em;
  padding-bottom: 48%;
  height: 0;
  text-align: left;
  position: relative;
  font-family: 'Conv_proximanova-semibold-webfont';
}
.pair_box span{
  position: absolute;
  top: 15px;
  text-transform: uppercase;
  left: 15px;
  right: 15px;
}
.location-page{
  padding-top: 102px;
  background: #000;
}

.sidebar {
  color: #0d0d0d;
  font-size: 1em;
  background: #f7f7f7;
  padding: 20px;
}
.sidebar h4{
  color: #565656;
  font-size: 1.3em;
  border-bottom: 2px #d2282e solid;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.sidebar li{
  margin-bottom: 15px;
}
.post-content h2{
  font-size: 2.81em;
  margin-bottom: 1em;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 80%;
}
.post-image{
  -webkit-box-shadow: 0 22px 38px rgba(0, 0, 0, 0.09);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.09);
  margin: 25px 0;
}
.post-image img{
  max-width: 100%;
}
.post-content .date, .post-content .tags{
  color: #d2282c;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.post-content-area{
  padding: 15px 0;
}
.post-content{
  padding-bottom: 15%;
  background: #fff url(https://www.commoncider.com/wp-content/themes/commonsider/images/news-bg.jpg) no-repeat bottom right / 35%;
}

.award-section{
  -webkit-background-size: auto 140%;
  background-size: auto 140%;
  background-repeat: no-repeat;
  background-position: bottom 25% right;
  background-color: #f7f7f7;
}
.award-section:nth-child(2n+1){
  background-position: bottom 25% left;  
  background-color: #fff;
}
.award-section h3{
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
  font-size: 1.38em;
  text-transform: uppercase;
  padding-top: 20px;
  margin-bottom: 20px;  
}
.award-section p{
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
  margin-bottom: 10px;
}
.award-section p span{
  color: #d2282e;
}
.our-stories{
  -webkit-background-size: contain;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.our-stories p{
  margin-bottom: 25px;
}
.fun-facts{
  -webkit-background-size: auto 120%;
  background-size: auto 120%;
  background-position: bottom left;
  background-repeat: no-repeat;  
}
#gallery-content .grid-item{
  width: 33%;
  padding: 5px;
}
.grid-item img{
  max-width: 100%;
}

.landing-main{
  width: 100%;
  padding: 3% 0;
  position: fixed;
  z-index: 9999;
  height: 100%;
  overflow: hidden;
  background: rgba(237, 237, 237, 0.96);
  /*background: rgba(237, 238, 238, 0.6313725490196078) url(../images/landing-bg.png) no-repeat bottom right / cover;*/
}
.llogo img{
  max-width: 261px;
}
.llogo{
  margin-bottom: 2.5em;
}
.landing-main h2{
  color: #d2282e;
  font-size: 3.75em;
  margin-bottom: 0.7em;
}
.landing-main h2:after{
  content: "";
  height: 4px;
  background: #d2282e;
  width: 200px;
  display: block;
  margin: 15px 0 25px;
}
.landing-main h2 span{
  color: #b4b4b4;
  display: block;
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
}
.landing-main p{
  color: #000;
  font-size: 1.56em;
}
.form-radio{
}
.form-radio label{
  color: #000;
  font-size: 1.3em;
  font-family: 'Conv_proximanova-semibold-webfont';
}
.form-radio label:before{
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -3px;
  border: 2px #d2282e solid;
  border-radius: 25px;
  content: "";
}
.form-radio input:checked + label:before{
  background: #d2282e;
}
.nav-tabs{
  border: none;
}


/**/
.post-content.recipes-content{
  background: #fff;
  position: relative;
  padding-bottom: 10%;
}
.post-content ul{
  list-style-type: disc;
  margin: 15px 0;
  padding-left: 15px;
  color: #000;
}
.post-content ul li{
  margin-bottom: 8px;
  font-family: 'Conv_proximanova-semibold-webfont';
}
.content_image{
  display: block;
  position: relative;
}
.content_overlay{
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
    padding-top: 20%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.content_overlay strong{
  font-size: 1.8em;
  display: block;
}
.content_overlay span{
  font-size: 1em;
}
.recipes-content h2{
  font-size: 1.62em;
  padding-bottom: 0.4em;
}
.bottle-glass{
  max-width: 18%;
  position: absolute;
  right: 2%;
  bottom: 5%;
}

li.dropdown .dropdown-menu{
  margin-top: 0;
}
li.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-cider {
  position: static;
}
.dropdown-cider .dropdown-menu{
  padding: 20px 0;
  width: 100%;
  border-radius: 0;
  min-width: auto;
  background: #fff url(../images/dropdown-menu.jpg) no-repeat center / cover;
}
.dropdown-cider .dropdown-menu:before{
  content: "Common Ciders";
  font-size: 1.3em;
  margin-bottom: 15px;
  text-align: center; 
  font-family: 'Conv_proximanova-semibold-webfont';
  width: 100%;
  float: left;
}
.dropdown-cider .dropdown-menu .dropdown-menu:before{
  content: "Seasonal/Special Products";
} 
.dropdown-cider .dropdown-menu img{
  max-width: 100px;
  width: 50%;
  position: relative;
  top: 0;
  height: auto !important;
}
.dropdown-cider ul{
  max-width: 1280px;
  display: block;
  margin: auto;
  padding: 0 15px;
}
.dropdown-cider ul li, .dropdown-cider .dropdown-menu a.dropdown-item{
  width: 25%;
  float: left;
  clear: none;
  background: none !important;
  text-align: center;
}
.dropdown-cider ul li a, .dropdown-cider a.dropdown-item{
  font-family: 'ProximaNova-Bold';
  font-size: 1.38em;
  line-height: 1;
  white-space: normal;
  text-transform: uppercase;
}
.dropdown-cider ul li span, .dropdown-cider a.dropdown-item span{
  display: block;
  max-width: 180px;
  padding-top: 8px;
  margin: auto;
}
.dropdown-cider a.dropdown-item:hover img{
  top: -5px;
}
.dropdown-cider ul li:nth-child(1) a, .dropdown-cider .dropdown-menu a.dropdown-item:nth-child(1){
  color: #ea094b;
}
.dropdown-cider ul li:nth-child(2) a, .dropdown-cider .dropdown-menu a.dropdown-item:nth-child(2){
  color: #4c9d2a;
}
.dropdown-cider ul li:nth-child(3) a, .dropdown-cider .dropdown-menu a.dropdown-item:nth-child(3){
  color: #8f1860;
}
.dropdown-cider ul li:nth-child(4) a, .dropdown-cider .dropdown-menu a.dropdown-item:nth-child(4){
  color: #ef4c23;
}
/*.content_image a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}*/
.dropdown-toggle::after{
  vertical-align: 0.055em;
}
.wpcf7-form-control-wrap.checkbox-285{
  display: block;
}
/*locator*/
#wpsl-wrap{
  width: 100%;
  float: left;
}
.wpsl-search{
  padding: 60px 30px 30px;
}
.wpsl-search, #wpsl-result-list{
  width: 30%;
  float: left;
  background: #fff;
  color: #000;
  margin-right: 0 !important;
}
#wpsl-gmap{
  width: 70%;
}
#wpsl-stores, #wpsl-direction-details{
  height: auto !important;
}
#wpsl-wrap #wpsl-gmap{
  height: 644px !important;
}
.screen-reader-response{ display:none;}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d2282e;
}
#wpsl-result-list ul{
  padding: 0 25px;
  margin: 15px 0 25px;
}
.wpsl-input{
  margin-right: 0;
}
#wpsl-search-wrap div {
    margin-right: 0;
    float: left;
    width: 100%;
    text-align: center;
}
#wpsl-gmap .gm-style{
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
#wpsl-search-btn{
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#wpsl-search-wrap .wpsl-input label{
  width: 100%;
  margin-bottom: 40px;
}
#wpsl-search-input{
  width: 90% !important; 
  border-radius: 0 !important;
  border: 1px #d2282e solid !important;
  height: 45px;
}
.wpsl-search-btn-wrap{
  margin-top: 20px;
}
#wpsl-search-btn, #wpsl-search-wrap div{
  margin-right: 0;
}
#wpsl-search-btn{
  border-radius: 0;
  border: none;
  background: #d2282e;
  color: #fff;
  width: 200px;
  height: 45px;
  font-family: 'ProximaNova-Light';
  text-transform: uppercase;
}
.wpsl-store-location span{
  font-family: 'ProximaNova-Light';
}
a.wpsl-directions{
  color: #d2282e;
}
#wpsl-result-list li p{
  margin-bottom: 8px;
}
#wpsl-wrap, .wpsl-gmap-canvas{
  margin-bottom: 0;
}

nav .dropdown-menu .dropdown-menu {
    display: none !important;
}
.view_can.nobox_s {
    background: transparent !important;
    box-shadow: 0px 0px 0px !important;
}
.commontable_post img.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.commontable_post img.alignnone {
    margin:10px auto;
    text-align: center;
}
.commontable_post img.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.commontable_post figure.alignleft {
    float: left;
    width: auto !important;
	max-width:100%;
    margin-right: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.commontable_post figure.alignright {
    float: right;
    width: auto !important;
    margin-left: 25px;
	max-width:100%;
    margin-bottom: 25px;
    text-align: center;
}
.commontable_post figure.alignnone {
	width: auto !important;
    margin-left: 25px;
    margin-bottom: 25px;
	max-width:100%;
    text-align: center;
}
.commontable_post figure img {
	margin-bottom:10px;
}
.commontable_post img {
	max-width:100%;
}
.commontable_post figure figcaption {
	font-style:italic;
}
.commontable_post .wp-video {
	width:100% !important;
	margin-top:15px;
	margin-bottom:15px;
}
#carouselExampleControls {
	margin-top:20px;
	margin-bottom:20px;
}
.carousel-control-prev-icon {
	background-image:url('../../../uploads/2018/07/arrow-left.png') !important;
}
.carousel-control-next-icon {
    background-image: url('../../../uploads/2018/07/arrow-right.png');
}
.carousel-control-next, .carousel-control-prev {
	opacity:1 !important;
}
.cid_tp .content-area h2{
    margin-bottom:0;   
}
.cid_tp.bg-gray {
    background:transparent;
    margin-bottom: 6em!important;
}
.cid_tp .content-area h2 {
    margin-bottom: 0;
}
.cid_hd h2 {
    margin: 90px 0;
    padding-bottom: 40px;
}