/*======================================
Theme Name: Bookswarm Divi Child Theme
Theme URI: https://divicake.com/
Description: Divi Child theme to hold CSS customisations and additional templates
Version: 1.0
Author: Bookswarm
Author URI: https://bookswarm.co.uk
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

h2,h3,h4 {
	text-transform: uppercase;
}

.inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 10px;
}
.inline-buttons {
    text-align: left !important;
}

#post-50027 > div > div > div > div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular > div > div > div.et_pb_module.et_pb_post_title.et_pb_post_title_0.et_pb_bg_layout_light.et_pb_text_align_left > div > h1 {
transform:translateX(-9%);
position:relative;
}

#post-50027 > div > div > div > div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular > div > div > div.et_pb_module.et_pb_post_title.et_pb_post_title_0.et_pb_bg_layout_light.et_pb_text_align_left > div > h1:after {
content:" Online";
color: #fff;
transform:translateX(10%);
position:absolute;
font-style: italic;
}

.gform_button {
	position: relative;
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
		font-size: 15px; 
	  color: #fff025;
    background-color: #cb221f;
    border-width: 0px!important;
    border-radius: 13px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

input.medium, textarea {
	background-color: #e59598;
	border: none !important;
}

.gfield_label {
	text-transform: uppercase;
	color: #f7d39f;
}

ul.et_pb_tabs_controls {
    background-color: #82030a;
}

.et_pb_tabs_controls li {
	border-right: 1px solid #fff126;
}

ul.et_pb_tabs_controls:after {
border-top: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 47%;
    display: block;
    width: 20px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    background-image: url(/wp-content/themes/Your-Generated-Divi-child-theme-template-by-DiviCake/images/prev.png);
    left: 0;
    z-index: 999;
}

.slick-next {
    background-image: url(/wp-content/themes/Your-Generated-Divi-child-theme-template-by-DiviCake/images/next.png);
    right: 0;
}

span.mobile_menu_bar:before {
    color: #fef126 !important;
}

.rv_button.closed:after {content:"\33";}
.rv_button.opened:after{content:"\32";}

.rv_button2.closed:after {content:"\33";}
.rv_button2.opened:after{content:"\32";}