/*
 Theme Name:   IES Divi Child
 Description:  A Divi Child Theme for IES
 Author:       Nicolle Jones
 Template:     Divi
 Version:      1.4.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         divi, ncsu, custom post types
 Text Domain:  divi
*/



@import url("../Divi/style.css");

/*NCSU fonts */
@import url("//cdn.ncsu.edu/brand-assets/fonts/include.css");


/*NCSU Brand elements, colors + button */

body { font-family: "UniversLight", Arial, sans-serif; }

@font-face {
  font-family: 'ncsu-icons';

  src: url('https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.eot');
  src: url('https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.eot?#iefix') format('embedded-opentype'), url('https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.woff') format('woff'), url('https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.ttf') format('truetype'), url('https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.svg#ncsu-icons') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'ncsu-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-close:before {
  content: "x";
}
.glyphicon-double-arrow:before {
  content: "b";
}
.glyphicon-down-arrow:before {
  content: "c";
}
.glyphicon-download:before {
  content: "d";
}
.glyphicon-download.no-bkgrnd:before {
  content: "M";
}
.glyphicon-left-arrow-bkgrnd:before {
  content: "e";
}
.glyphicon-left-arrow:before {
  content: "f";
}
.glyphicon-right-arrow-bkgrnd:before {
  content: "h";
}
.glyphicon-right-arrow:before {
  content: "i";
}
.glyphicon-search-bkgrnd:before {
  content: "j";
}
.glyphicon-search:before {
  content: "k";
}
.glyphicon-video:before {
  content: "E";
}
.glyphicon-plus:before {
  content: "g";
}
.glyphicon-check:before {
  content: "n";
}
.glyphicon-x:before {
  content: "m";
}
.glyphicon-menu-bkgrnd:before {
  content: "l";
}
.glyphicon-menu:before {
  content: "o";
}
.glyphicon-thin-menu:before {
  content: "D";
}
.glyphicon-link:before {
  content: "p";
}
.glyphicon-fb:before {
  content: "y";
}
.glyphicon-flickr:before {
  content: "q";
}
.glyphicon-gplus:before {
  content: "r";
}
.glyphicon-instagram:before {
  content: "s";
}
.glyphicon-linkedin:before {
  content: "t";
}
.glyphicon-youtube:before {
  content: "w";
}
.glyphicon-twitter:before {
  content: "v";
}
.glyphicon-pintrest:before {
  content: "u";
}
.glyphicon-pinterest:before {
  content: "u";
}
.glyphicon-email:before {
  content: "z";
}
.glyphicon-thin-chevron:before {
  content: "C";
}
.glyphicon-thin-arrow:before {
  content: "a";
}
.glyphicon-roman-arrow:before {
  content: "B";
}
.glyphicon-bold-arrow:before {
  content: "A";
}
.glyphicon-rss:before {
  content: "F";
}
.glyphicon-down-bracket:before {
  content: "G";
}
.glyphicon-up-bracket:before {
  content: "H";
}
.glyphicon-play:before {
  content: "I";
}
.glyphicon-up-thin-arrow:before {
  content: "J";
}
.glyphicon-checkbox:before {
  content: "K";
}
.glyphicon-date:before {
  content: "L";
}
.glyphicon-question:before {
  content: "N";
}
.glyphicon-pause:before {
  content: "O";
}

.btn-packred {
  color: #fff;
  background-color: #c00;
  border: none;
}

.btn-packred:hover,
.btn-packred:focus,
.btn-packred:active,
.btn-packred.active,
.open .dropdown-toggle.btn-packred {
  color: #fff;
  background-color: #900;
}

.btn-reynolds {
  color: #fff;
  background-color: #900;
  border: none;
}
.btn-reynolds:hover,
.btn-reynolds:focus,
.btn-reynolds:active,
.btn-reynolds.active,
.open .dropdown-toggle.btn-reynolds {
  color: #fff;
  background-color: #600;
}

.btn-orange {
  color: #fff;
  background-color: #d14905;
  border: none;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #9f3804;
}

.btn-blue {
  color: #fff;
  background-color: #427e93;
  border: none;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #326070;
}

.btn-green {
  color: #fff;
  background-color: #7d8c1f;
  border: none;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #586216;
}

.btn-yellow {
  color: #000;
  background-color: #fdd726;
  border: none;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #000;
  background-color: #bb9a02;
}

.btn-indigo {
  color: #fff;
  background-color: #4156a1;
  border: none;
}
.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo:active,
.btn-indigo.active,
.open .dropdown-toggle.btn-indigo {
  color: #fff;
  background-color: #32437d;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

@media only screen and ( max-width: 667px ) { .btn { white-space: normal;} }

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #999;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=35);
  opacity: .35;
}

/*NCSU Blank Page styles */

.page-lead {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

.h_iframe iframe {
    width:100%; 
    height:100%;

}

.h_iframe {
    height: 90VH;
    position: relative;
    padding-bottom: 5.25%;
}


/*Divi template & plugin tweaks */


/* Leadform shortcode styles */

.leadform-side-sub-prompt{
    margin:8px 0 15px;
    color:#777
}

.leadform-container{
    display:flex;
    flex-wrap:wrap;
    max-width:620px;
    margin:0 auto;
  flex-direction:column;

}
.leadform-container,.leadform-container.leadform-container-stacked{
    flex-direction:column;
}
.leadform-container label{
    display:block;
    margin-bottom:4px;
    color:#323b4d;
    font-size:14px;
    text-align:left
}
.leadform-container input:not([type='checkbox']){
    display:block;
    width:100%;
    height:40px;
    margin-bottom:6px;
    padding:5px 15px;
    border:1px solid #d4d9e2;
    border-radius:3px;
    color:#434c5e;
    font-size:14px;
    transition:border-color .2s ease
}
.leadform-container input:focus{
    outline:0;
    background-color:#fdfdfd;
    border-color:#9bcbe0
}
@media (min-width:960px){
    .leadform-container{
        flex-direction:row
    }
    .leadform-container input{
        margin-bottom:0
    }
    .leadform-container label{
        margin-bottom:6px
    }
}
.leadform-section>div{
    position:relative
}

 .leadform-wrap{
    width:100%;
    max-width:600px;
    margin:0 auto 40px;
    background-color:#efefef;
  padding:10px;
  
}

@media (min-width:960px){
    .leadform-wrap{
        max-width:480px;
        padding:20px;
        border:1px solid #ccc;
        border-radius:4px;
        box-shadow:1px 1px 2px 0 rgba(0,0,0,.05)
    }
}

.leadform-wrap .btn{
    white-space:normal
}

.lf-btn{
    min-width:200px;
    min-height:55px;
    color:#fff;
    letter-spacing:1.2px;
    font-weight:800
    font-weight:400;
    line-height:1.25;
    text-align:center;
    white-space:nowrap;
    border:1px solid transparent;
    padding:.5rem 1rem;
    font-size:1rem;
    border-radius:.25rem;
    background-color:#4156A1;
    border-color:transparent;
  display:block;
    width:100%;
  position:relative;
    cursor:pointer;
    text-transform:uppercase;
    transition:.5s;
}
.lf-btn:hover{
    color:#fff;
    background-color:#6378C3;
    border-color:transparent;
  text-decoration:none;
  text-shadow: 1px 1px #4156A1;
}

/* Headers */
h1, .h1, h2, .h2, { 
    color: #333; 
    margin-bottom: 14px; 
    margin-top: 8px; 
    line-height: 1.3em; 
    font-weight: 600; }


/* ET Slider resized to match NCSU front page dimensions */
@media only screen and ( min-width:768px ) {
    /* Set the slider height */
    #ies-slider-module .et_pb_slider, #ies-slider-module .et_pb_slider, #ies-slider-module .et_pb_container { 
        height: 500px !important; 
    }
    #ies-slider-module .et_pb_slider, #ies-slider-module .et_pb_slider, #ies-slider-module .et_pb_slide { 
        max-height: 500px; 
    }
    #ies-slider-module .et_pb_slider, #ies-slider-module .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}

.textwidget a:link {color: #c00;}

@media only screen and ( min-width:768px ) {
    /* Set the slider height */
    #ies-slider-module .et_pb_slider, #ies-slider-module .et_pb_slider, #ies-slider-module .et_pb_container { 
        height: 500px !important; 
    }
    #ies-slider-module .et_pb_slider, #ies-slider-module .et_pb_slider, #ies-slider-module .et_pb_slide { 
        max-height: 500px; 
    }
    #ies-slider-module .et_pb_slider, #ies-slider-module .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}


.et_pb_row { padding-top: 30px !important; }

.tribe-mini-calendar-event .list-date {
    float: left;
    overflow: hidden;
    font-weight: bold;
    margin: 10px 5% 10px 0;
    padding: 3px;
    width: 10%;
    text-align: center;
    display: inline;
    background: #c00;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tribe-mini-calendar-event .list-date .list-dayname {
    background: #fff;
    color: #c00;
    padding: 3px;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.glyphicon-email { top:5px;}

.accolade_et_pb_slide_content {background-color: #990000;font-color:#fff;font-size:16px;line-height:1.7em;}


#main-footer .et_pb_widget a {
    text-decoration: none;
    color: #c00;
}


/* Mobile resolution element hides */

@media only screen and ( max-width:480px ) {
#ies-slider-module {
    visibility: hidden;
    display: none;
  }

.et_top_search {
  visibility: hidden;
  display: none;
  }

}



#ies-slider-module .et_pb_slide_description {
  width:500px;
  position: inherit;
  float: left;
  text-align: left;
  margin-left: -85px;

}
#ies-slider-module .et_pb_slide_content,
#ies-slider-module .et_pb_slide_description h2,
#ies-slider-module .et_pb_more_button_wrap {
  background-color: #c00;  
}

#feature-solution-slider { background:aliceblue;}


@media only screen and (min-width: 768px) { #ies-slider-module
.et_pb_slider .et_pb_slide_description {
    position: inherit;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
    float: left;
    left: 0%;
    width: 500px;
    margin-left: -85px;
  }
}


/* Hide the content area if empty (no title and no content) */
.et_pb_slide_description:first-child .et_pb_slide_content:empty { display:none; }

/* Add 30px of padding to the background */
#ies-slider-module .et_pb_slide_description h2 {
  padding: 30px 30px 10px 30px !important;
  margin-top:-30px;
  margin-left:-30px;
  margin-right:-30px;
}
#ies-slider-module .et_pb_slide_description .et_pb_slide_content,
.et_pb_more_button_wrap
 {
  padding:0px 30px 30px 30px !important;
  margin-left:-30px;
  margin-right:-30px;
} 

@media only screen and ( max-width: 479px ) { 
 #ies-slider-module .et_pb_slide_description h2 {
    padding-bottom: 30px !important;
  }
#ies-slider-module .et_pb_more_button_wrap {
    display:none;
  }
}

/* Give the background rounded corners 
NCSU brand = no rounded
.et_pb_slide_description h2 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.et_pb_slide_description div:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and ( max-width: 479px ) { 
    .et_pb_slide_description h2 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
*/



/*Tweet rotation plugin tweak */

.twit_scroll_home { height: 90px; } /* section class */
.twit_body_home { margin-top:-30px; margin-left:-50px; white-space:nowrap; } /* Feed container class */

p.rtw_main a {color: #CCCCCC; text-decoration: underline;}
p.rtw_meta a {color: #CCCCCC; text-decoration: underline;}


@media only screen and (max-width: 768px) {
    .twit_scroll_home { height: 160px; margin-top: -30px; padding: 10px 25px; font-size: 12px; }
    .twit_body_home { width:100%; padding: 1px;margin-top:-40px; margin-left:5px; white-space:nowrap; }
}



/* courses custom post type display styles */
.ies_courses_categories {
  color: #666;
}

.ies_course-meta {
  float:right;
  width: 20.875%;
  padding-left: 30px;
}

.ies_course-meta #left-area {
      float: left;
      padding-right: 5.5%;
    }

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
  .ies_course-meta { width: 165px; margin-left: 30px; }
}

@media only screen and ( max-width: 980px ) {
  .ies_course-meta { width: auto; float: none; padding-right: 0; padding-left: 0; }
}

.ies_course-meta hr {
  border-top: 1px dashed #c2c2c2;
  margin-bottom: 20px;
}

.ies_courseblock {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  width: 250px;
}
.ies_courseblock:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.ies_courseblock p {
  display: -ms-grid; /* prefix for IE 10 */
  display: grid; /* or inline-grid */
}

.register_btn {
  background: #c00;
  background-image: -webkit-linear-gradient(top, #c00, #900);
  background-image: -moz-linear-gradient(top, #c00, #900);
  background-image: -ms-linear-gradient(top, #c00, #900);
  background-image: -o-linear-gradient(top, #c00, #900);
  background-image: linear-gradient(to bottom, #c00, #900);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom: 14px;
}

.register_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  margin-bottom: 14px;
}

.course-searchform {
    width: 100%;
    margin-bottom: 5px;
    clear: both;
}

.course-searchform label {
    float: left;
    padding: 10px;
    font-weight: bold !important;
    clear: both;
    width: 100%;
}

.course-searchform select {
    width: 100%;
    height: 28px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 5px;
}

.course-searchform input {
    width: 100%;
    height: 28px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 5px;
}

.course-searchform input[type="submit"] {
    display:block;
    height: 40px !important;
    margin: 0 auto;
    padding: 0.5em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important;
    width: 75%;
}

#srchbut:hover
{
  background-color: #cc0000;
  color: #fff;
}

/* Courses CPT styles */

table#ies_course_table {
  width: 90%;
  border-collapse: collapse;
}

table#ies_course_table tr td {
    padding: 0 0 1px;
}

#ies_course_table ul {
  list-style-type: none;
}

#ies_course_table li {
  list-style-type: none;
}
#ies_course_table a {
  font-size: 18px;
}

#uwpqsf_id {
    border: none;
}

#course-print {
  padding-top: 16px;
}

#course-print h1 { font-size: 18px; color: #cc0000; margin-top: 18px;}

/* staff custom post type display styles */

.ies_staff-title {
  font-size: 20px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.ies_staff-bio {
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.ies_staff-list h2 {
  font-size: 16px;
  color: #666;
  background-color: #fff;
  line-height: 1.6em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  }

.ies_staff-list a {
  color:#c00;
}

.ies_staff-list a:hover {
  color:#900;
}

.ies_staff-list ul {
  padding: 30px 30px 20px;
}

.ies_staff-list li {
  list-style-type: none;
  padding-bottom: 6px;
  }

.ies_staff-photo {
  float:right;
  margin-left: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
    .ies_staff-photo {
       float:none;
       margin: 20px;
    }
}

.ies_staff-contact {
  font-size: 14px;
  color: #999;
  line-height: 1.2em;
  padding-bottom: 10px;
}

.ies_post-author {
  font-size: 16px;
  padding-bottom: 15px;
}

/* pagination styles */
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:12px;
line-height:15px;
margin: 10px auto;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #CC0000;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #990000;
color:#fff;
}

/* Related Posts by Taxos Widget styles */

.rpbt_shortcode {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #999;
  line-height: 1.2em;
  padding-bottom: 10px;
}
 
.rpbt_shortcode h3 {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}

/* gallery container */
.related-gallery {
  height: 250px;
}
 
/* gallery item container */
.related-gallery .gallery-item {
  height: 150px;
}
 
/* image container */
.related-gallery .gallery-icon {
  height: 150px;
  width: 200px;
} 
.related-gallery .portrait {}
.related-gallery .landscape {}
 
/* image */
.related-gallery .gallery-item img {
  padding: 1px;
  margin: 1px;
}
 
/* image caption (post title) */
.related-gallery .gallery-caption {
  margin-top: 8px;
  word-wrap: normal;
}

/* Contact Form Styles */

.IES-contactForm {
    font-size: 1.8rem;
    line-height: 1.5;
}

.IES-contactForm .form-item {
    display: block;
}

.form-block {
    margin: 5px 0 0;
}

.form-item {
    clear: left;
    padding: 15px 0 0;
    font-size: 14px;
    font-size: 1rem;
    position: relative;
}

.IES-contactForm label {
    float: left;
    width: 200px;
    margin: 0 20px 0 0;
    font-size: 1em;
    color: #333;
    padding: 6px 0 0 0;
    font-weight: normal;
    text-align: right;
    display: block;
}

.IES-contactForm textarea {
    height: 70px;
    width: 250px; 
}


.form-block select {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    background: #fff none;
}

.form-block input {
    height: 36px;
    line-height: 36px;
    padding: 2px 10px;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    background: #fff none;
    width: 250px;
}


.IES-contactForm input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background-color: #c00;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  margin-left: 175px;
}


@media only screen and ( max-width: 479px ) { 
  .IES-contactForm input[type="submit"] {
    margin-left: 5px;
  }
  .IES-contactForm label {
    text-align: center;
  }
}


.IES-contactForm input[type="submit"]:hover {
  color: #fff;
  background-color: #600;
}


.IES-contactForm select[multiple]{
     height: 110px;
     width: 250px;
   }

/* .squaredThree */
.IES-contactForm input[type=checkbox] {
  width: 20px;
  position: relative;
  margin: 10px 5px;
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -20px;
    margin-bottom: 14px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }

}
/

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background-color: #ebebeb;
  color: #ff3c50;
}
.custom-pagination a:hover {
  background-color: #ff3c50;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color: #ff3c50;
  color: #fff;
}

/*what else?*/
