/*
Theme Name: Patent Lawyer Magazine
Description: A child theme 
Author:   Paul Houlton http://www.blue-sky-creative.com
Template: Divi
*/

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

/* Style Footer Credits - Lines 948 & 949 */

#footer-info { display: none!important;
text-align: left; 
color: #ffffff; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: #ffffff; 
}

#footer-info a:hover { 
color: #ffffff; 
}

#paul-footer-left {float: left;
  width: 50%; color: #ffffff;}
#paul-footer-right{float: right;
  width: 50%;}

@media only screen and (min-width: 981px) {

#top-menu-nav {
float: left!important; 
}

}

.et_pb_slide_description {padding-top: 35px!important;}

/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: #ffffff;
}
#footer-bottom .et-social-twitter a {
	color: #ffffff;
}
#footer-bottom .et-social-google-plus a {
	color: #ffffff;
}
#footer-bottom .et-social-rss a {
	color: #ffffff;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: #ffffff;
}
#footer-bottom .et-social-twitter a:hover {
	color: #ffffff;
}
#footer-bottom .et-social-google-plus a:hover {
	color: #ffffff;
}
#footer-bottom .et-social-rss a:hover {
	color: #ffffff;
}




/*Change Post, Project, Archive Page Sidebars from one fourth to one third*/
    .container::before { display:none; }
    .single-project div#left-area {width: 700px;}
    .single-project div#sidebar {width: 300px;}
    .single-post div#left-area {width: 700px;}
    .single-post div#sidebar {width: 300px;}
    .archive div#left-area {width: 700px;}
    .archive div#sidebar {width: 300px;}
    .search div#left-area {width: 700px;}
    .search div#sidebar {width: 300px;}
  
    /* LAPTOP - IPAD LANDSCAPE (981-1100) */
        @media only screen
        and ( min-width: 981px )
        and ( max-width: 1100px ) {
        .single-project div#left-area {width: 630px;}
        .single-project div#sidebar {width: 240px;}
        .single-post div#left-area {width: 630px;}
        .single-post div#sidebar {width: 240px;}
        .archive div#left-area {width: 630px;}
        .archive div#sidebar {width: 240px;}
    .search div#left-area {width: 630px;}
        .search div#sidebar {width: 240px;}}
  
    /* TABLETS - IPAD PORTRAIT (768-980) */
        @media only screen and (max-width : 980px) {
        .single-project div#left-area {width: 700px;}
        .single-project div#sidebar {width: 700px;}
        .single-post div#left-area {width: 700px;}
        .single-post div#sidebar {width: 700px;}
        .archive div#left-area {width: 700px;}
        .archive div#sidebar {width: 700px;}
    .search div#left-area {width: 700px;}
        .search div#sidebar {width: 700px;}}
  
    /* MINI TABLETS - IPHONE LANDSCAPE (480-767) */
        @media only screen and ( max-width: 767px ) {
        .single-project div#left-area {width: 400px;}
        .single-project div#sidebar {width: 270px;}
        .single-post div#left-area {width: 400px;}
        .single-post div#sidebar {width: 270px;}
        .archive div#left-area {width: 400px;}
        .archive div#sidebar {width: 270px;}
    .search div#left-area {width: 400px;}
        .search div#sidebar {width: 270px;}}
  
    /* CELL PHONES - IPHONE PORTRAIT */
        @media only screen and ( max-width: 479px ) {
        .single-post div#left-area {width: 280px;}
        .single-project div#left-area {width: 280px;}
        .single-project div#sidebar {width: 280px;}
        .single-post div#sidebar {width: 280px;}
        .archive div#left-area {width: 280px;}
        .archive div#sidebar {width: 280px;}
    .search div#left-area {width: 280px;}
        .search div#sidebar {width: 280px;}}