/*
 Theme Name:     Preator Wild Life
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Praetor Wildlife Cluster (Pty) Ltd is a South African company offering services related to and concerned with projects directed at the breeding of specific game species, the hunting of game and the conservation of game.
 Author:         Druff Interactive
 Author URI:     https://www.druff.co.za/
 Template:       Divi
 Version:        1.0.0
*/

/* --------- Menu --------- */
.header_logo .et_pb_column {
    margin: 0;
}
.sticky-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* --------- Home --------- */
.home-services .et_pb_button_module_wrapper {
    max-width: 550px;
    margin: 0 auto;
}

/* --------- Genaral --------- */
.breeding_projects .et_pb_main_blurb_image {
    margin-bottom: 15px;
}
.terms-ul ul {
    padding-left: 25px;
}
/*Event Post*/
.event_list li .list_manage:nth-child(1) {
    width: 60%;
}
.event_list li .list_manage:nth-child(2) {
    width: 27%;
}
.event_list li .list_manage:nth-child(3) {
    width: 13%;
}
.upcoming_event {
    margin-top: 20px;
}
.event_content {
    display: flex;
}
.up-event {
    display: inline-block;
    font-size: 16px;
    color: #3C3F46;
}
.event_title.up-event {
    width: 49%;
    margin-right: 15px;
    line-height: 1.5em;
}
.event_cont.up-event {
    width: 25%;
    margin-right: 15px;
}
.event_date.up-event {
    width: 22%;
}
.event_list  ul {
    border-bottom: 1px solid #cfcfcfcc;
    padding: 10px 0px 10px 0;
}
.event_list  li {
    display: inline-flex;
    width: 100%;
}

/* --------- Contact Us --------- */
.contact_form  .gform_heading {
    display: none;
}
.custom_form #input_1_1_3_container {
    padding: 0;
}
.contact_form input[type=submit] {
    border: none !important;
    background: #526C39;
    color: #fff;
    padding: 10px 2em !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
	cursor: pointer;
    transition: all .3s;
}
.contact_form input[type=submit]:hover{
    background: #191919 !important;
}
.contact_form input,
.contact_form textarea {
    background: transparent;
    border-radius: 5px;
    padding: 10px !important;
}

/* --------- Footer --------- */
.footer_menu ul {
    padding-bottom: 0;
}
.footer_menu  ul li {
    display: inline-block;
    margin-right: 20px;
	list-style:none;
}

@media (min-width:981px){
	div#header-logo {
		position: relative;
		top: 16px;
	}
    .member-of .et_pb_image {
        display: inline-flex;
        align-items: center;
        flex-flow: column;
        justify-content: center;
        vertical-align: middle;
    }
    .member-of .et_pb_image img {
        width: 80%;
    }
	.home_slider .et_pb_slide_content {
    	margin-right: 65%;
	}
}

@media (min-width:981px) and (max-width:1366px){
    .global-header-menu ul#menu-main-menu li a{
        font-size: 16px !important; 
    }
}

@media (max-width:980px){
    .et_mobile_menu{
        border-top: 3px solid #526c39 !important;
    }
    .et_pb_menu .et_mobile_menu{
        padding: 3% 0% !important;
    }
	.event_list li .list_manage:nth-child(1),
	.event_list li .list_manage:nth-child(2),
	.event_list li .list_manage:nth-child(3),
    .event_list li {
        display: inline-flex;
        width: 100% !important;
        flex-flow: column;
    }
    .footer_menu  ul li {
        display: block;
        text-align: left;
        padding-bottom: 6px;
    }
    .footer_menu  ul li a{
        font-size: 16px !important;
    }
}

@media (max-width:767px){
    .ginput_container.ginput_recaptcha{
        transform:scale(0.70);
        -webkit-transform:scale(0.70);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}