/*
Theme Name: icsp
Theme URI: http://underscores.me/
Author: Atlas Softweb
Author URI: https://www.atlassoftweb.com
Description: Atlas Soft Web
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: icsp
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

icsp is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/* .book_series_out{ display: flex; flex-wrap: wrap; align-items: end;} */
.left{ float: left; margin-right: 20px; margin-bottom: 10px !important; }
.author{ font-style: italic; margin: 10px 0; }
#category-links ul{ margin-left: 0; padding-left: 20px; float: left; margin-right: 100px; }
#category-links a , .link a , strong a , .drug_content a{ color: #d82e27 !important; }
#category-links a:hover , .link a:hover , strong a:hover , .drug_content a:hover { text-decoration: underline !important; }
.register-now a {
    border: 2px solid #fff;
    color: #eb0019;
    display: block;
    width: 200px;
    font-size: 20px;
    border-radius: 21px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    font-weight: bold;
    background-color: #fff;
}
.register-now a:hover {color: #fff; background-color: transparent;}
.slider-logo {width: auto;
    position: absolute;
    right: 0;
    top: 200px;}

.col-sm-3.book_series_list{ margin-bottom: 35px; min-height: 380px; }
.book_series_out img { bottom: 0; position: absolute; }
.underline_a{color:#d82e27 !important;}
.underline_a:hover{text-decoration: underline !important;}
.center-buttons{
    clear: both;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.center-buttons a{
    border: 1px solid;
    border-radius: 5px;
    display: inline-block;
    margin: 10px;
    padding: 5px 15px;
    text-align: center;
}
.slick-prev.slick-arrow{
    left: 25px !important;
    background: rgba(0,0,0,0.5) !important;
    border-radius: 50% !important;
    height: 35px !important;
    width: 35px !important;
    z-index: 9;
}
.slick-next {
    background: rgba(0,0,0,0.5) !important;
    border-radius: 50% !important;
    height: 35px !important;
    right: 25px !important;
    width: 35px !important;
}
.slick-dotted.slick-slider{ margin-bottom: 0 !important; }
.slick-dots{ bottom: 25px !important; }
.slick-dots li button::before{ font-size: 40px !important; color: #fff !important; opacity: 0.5 !important; }
.slick-dots li.slick-active button::before { color: #ffffff !important; opacity: 1 !important; }
.left_section{float:left;width:15%;}
.right_section{float:left;width:85%;}
.profile #membership-details .membership-field input{width: 20px !important;}
@media screen and (max-width: 699px){
  .left_section{width:25%;}
  .right_section{width:75%;padding-left: 20px;}
}
@media screen and (max-width: 480px){
  .left_section{width:100%;}
  .right_section{width:100%;padding-left: 0px;}
}
