/*---------------------------------------------------------------------------------

 Theme Name:   pawgarden
 Theme URI:    http://pawforestgarden.co.uk
 Description:  pawgarden
 Author:       Orange Cup Studio ltd.
 Author URI:   https://orangecupstudio.co.uk
 Template:     Divi
 Version:      20180327
 License:      
 License URI:  

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/*.container.et_menu_container{
	display:none !important;
}*/

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

#main-header {
    box-shadow: none !important;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
    #left-area {
        width: 100%;
        padding: 23px 0px 0px !important;
        float: none !important;
    }
}

.single .pt-cv-readmore {
    display: none;
}
.single .et_post_meta_wrapper img {
    width: 100%;
    max-width: 300px;
    height: auto;
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}
.single .entry-content {
    padding-top: 0;
}

.single .gallery {
    display: block;
    clear: both;
}

#main-footer {
    margin-top: 2em;
}

html, body {height: 100%}
#page-container {position: relative; min-height:100%; height: auto !important; height: 100%; padding-bottom: 54px;}
#main-footer {position: absolute; bottom: 0; width: 100%; height:54px;}

@media (max-width: 680px){
    .single .et_post_meta_wrapper img {
        max-width: 100%;
        height: auto;
        float: left;
        margin-right: 0;
        margin-bottom: 1em;
    }
}