 /*
 Theme Name: Twenty Seventeen Child Theme
 Theme URI: https://www.lastsolutions.com.au
 Author: Leo Tran
 Author URI: https://www.lastsolutions.com.au
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child
*/
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.4;
    margin:0;
    padding-top:5px;    
    padding-bottom:10px;
}
body, button, input, select, textarea {
    color: #000000;
/*
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.66;
*/    
}
#menu-item-38{text-indent:-9999em;}
#menu-item-38 a{width:40px;border:0px solid #ffff00;display:block;background:url(images/home.png) center center no-repeat;color:#990000}
#menu-item-20{text-indent:-9999em;}
#menu-item-20 a{width:40px;border:0px solid #ffff00;display:block;background:url(images/home.png) center center no-repeat;color:#990000}
.clearboth{clear:both;height:1px;}
.single-featured-image-header {display:none}
.entry-content a,.entry-summary a,.widget a,.site-footer .widget-area a,.posts-navigation a,.widget_authors a strong{
  box-shadow: none;
  color: #2d87e2;      
}
.entry-content a:hover,
.entry-summary a:hover,
.widget a:hover,
.site-footer .widget-area a:hover, 
.posts-navigation a:hover, 
.widget_authors a strong:hover {
   box-shadow: none;
   color:#ff0000;
   text-decoration:underline;    
}
.wrap {
	/* margin-left: auto; */
	/* margin-right: auto; */
	max-width: 1200px;
	/* padding-left: 2em; */
	/* padding-right: 2em; */
}
.navigation-top {
   background:#3B5998; /*#0073aa #f5812e;*/
   border:none;
}
.navigation-top .wrap {
    padding:0;
    max-width: 1100px;
    margin:0 auto;       
}
.navigation-top a, .navigation-top a:visited{color:#ffffff;text-transform:uppercase}
.navigation-top a:hover{color:#ffffff}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #ffcc00;
}
.navigation-top .lang-item a{color:#dddddd} 
.navigation-top .current-lang a{color:#ffcc00}
/*Main content
*/
/* not home page */
.site-content{
    padding-top:1.5em;
}
/*home page */
.panel-content .wrap {
    padding-bottom: 1.5em;
    padding-top:1.5em;
} 
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 1.0em;
}
.page:not(.home) #content {
    padding-bottom:0em;
}
/* Google fonts 
https://material.io/tools/icons/?style=baseline*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.address_block li{clear:both;padding:5px 0;}
.address_block i{float:left;}
.address_block span{float:left;display:block;}
/*.material-icons{width: 24px;height:24px;float:left;border:1px solid #ff0000}*/
.material-icons.orange600 {color: #FB8C00; }
.material-icons.blue600 {color:#2d87e2;}
.material-icons.darkred600{color:#900000;}
/* button 
http://www.webdesigndev.com/free-css-buttons-icons/
*/
/* panel */
.action_panel{width:300px;margin:0 auto 25px auto;text-align:center}
.button{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #bbb;
  overflow: visible;
  font: normal 15px arial, helvetica, sans-serif;
  text-decoration: none !important;
  white-space: nowrap;
  color: #555;
  background-color: #ddd; 
  background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC); 
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);  
}

.button:hover{
  color: #ffffff !important;
}
/*
.button:active{
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}
*/

.button.green{
  background-color: #57a957;
  border-color: #57a957;
}

.button.green:hover{
  background-color: #62c462;
}

.button.green:active{
  background: #57a957;
}

/* */

.button.red{
  background-color: #c43c35;
  border-color: #c43c35;
}

.button.red:hover{
  background-color: #ee5f5b;
}

.button.red:active{
  background: #c43c35;
}

/* */

.button.blue{
  background-color: #269CE9;
  color:#ffffff;  
  border-color: #269CE9;
}

.button.blue:hover{
  background-color: #70B9E8;
}

.button.blue:active{
  background: #269CE9;
} 
/* footer */
.site-footer .widget-area {
    padding-top: 2em;
}
/*.site-footer .widget-area .widget_pages .widget-title{display:none}*/
.site-footer .widget-area .widget_pages ul li{
    border-bottom: 0px solid #ddd;
    border-top: 0px solid #ddd;
    padding: 0.5em 0;
}
.site-footer .widget-area .widget{padding-bottom: 0 !important}
.site-info {
    width: 100%;
    margin:0;
    padding:0;
}
.site-info ul li{list-style:none}
/* services SOLICITORS . ATTORNEYS . NOTARIES */
.list_services li{display:block !important;list-style:none;text-align:center;padding:5px 0;margin:15px auto 15px 5px;}
.list_services li .tn img{border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}
.list_services li h3{font-size:17px;font-weight:600;color:#2263D6}
.list_services li .service_summary{padding:5px;text-align:justify;font-size:15px}
/* gallery */
.gallery{clear:both}
@media screen and (min-width: 48em) {
	.wrap {
		max-width: 1200px;
		/* padding-left: 3em; */
		/* padding-right: 3em; */
	}
.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-width: 651px;
    height:auto;
    margin-top:0;
}
.custom-logo-link img {   
    margin-top:0;
    display: inline-block;
    max-width:651px;
    max-height:93px;
/*    width:auto;*/
}
/* services */
.list_services li{width:32.33%;float:left}
.list_services li .tn img{width:97%;}
}
.master-slider-parent {
margin-top:25px;
margin-bottom:25px;
}
.page .entry-header .edit-link {
display:none;
} 
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	max-width: 100%;
}

@media screen and (min-width: 30em) {
.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
     margin-top:30px;
}
	.page-one-column .panel-content .wrap
	{
		max-width: 1200px;
	}
}
@media screen and (max-width: 29em) {
  .our_galleries li{float:left;width:100%}
}
h1 {
    font-size: 30px;
    font-weight:600;
    color:#800000;
}
/*
custom-header
*/
.site-branding {
    padding: 1.0em 0;
    background: #ffffe9;
}
.custom-header{background:#ffffff}
.custom-header .site-branding .wrap .custom-logo-link{border:0px solid #0000ff;float:left;}
.custom-header .site-branding .wrap .custom-widget-area{width:280px;float:right;margin:0 !important}
.custom-header .site-branding .wrap .custom-widget-area ul{margin:0}
.custom-header .site-branding .wrap .custom-widget-area ul li a,.custom-header .site-branding .wrap .custom-widget-area ul li a:visited{color:#2d87e2}
.custom-header .site-branding .wrap .custom-widget-area{padding:0;}
/* footer widgets */
.site-footer{background:#efefef}
.widget-area .widget_text ul{margin-left:0}
/* contact */
.address_block{margin-left:0}
.wpcf7 .wpcf7-submit{margin-top:20px}
/*.widget-area .widget_text ul.address_block li{margin:0;list-style:none;padding-left:25px;padding-top:2px;padding-bottom:2px}*/
ul.address_block li{list-style:none;}
ul.address_block li i{margin-right:10px}
/* google translator */
/*#header-widget-area{border:1px solid #ff0000;padding:0;}*/
.default-language-en{text-align:center}
.m_gt{text-align:center;margin-bottom:25px;}
.home .entry-title{display:none}
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    text-align:center;
    color: #800000;
    font-size:1.8em;
    font-weight:600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom:0;
}
h2{
    font-size:1.5em;
    font-weight:600;
}
/*  Tablet and larger devices */	
@media screen and (min-width: 768px) {
.lang-item{float:right}
.custom-header .site-branding .wrap .custom-logo-link img{width:644px;height:137px;}
.site-footer .widget-column.footer-widget-1 {
	float: left;
	width: 33.33%;
	padding: 0 5px;
}
.site-footer .widget-column.footer-widget-2 {
	float: left;
	width: 33.33%;
	padding: 0 5px;  
}
.site-footer .widget-column.footer-widget-2 ul{margin-left:25px}
  .site-footer .widget-column.footer-widget-3 {
	float: left;
	width: 33.33%;
	padding: 0 5px; 
}
.site-footer .widget-column.footer-widget-2 ul {
    margin-left: 0px;
}
/* footer */
.site-info .copyright{list-style:none;width:45%;float:left;text-align:left}
.site-info .ls{list-style:none;width:45%;float:right;text-align:right}
}
.quick_links{margin-left:25px;}
/* wdiget */
h2.widget-title {
    font-size:18px;
    color:#555555;
    margin-bottom:0.8em;
}
@media screen and (max-width: 767px) {
.custom-header .site-branding .wrap .custom-logo-link{width:100%;text-align:center}
.custom-header .site-branding .wrap .custom-widget-area{display:block;margin:0 auto;clear:both;width:100%;}
.custom-header .site-branding .wrap .custom-widget-area .address_block{width:300px;margin:0 auto} 
/*
.custom-header .site-branding .wrap .custom-widget-area{border:1px solid #00ffff;width:280px;float:none;clear:both;margin:0 auto !important}
*/
/* mobile menu */
.menu-toggle {
    background-color:#3B5998 !important; /* #7D3C98 */
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 1px auto 2px;
    padding: 1em;
    text-shadow: none;
}
/* menu */
.main-navigation ul {
    background:#0073aa; /* #0073aa */
    list-style: none;
    margin: 0;
    padding: 0 1.5em;
    text-align: left;
}
/* footer */
.site-footer .widget-column.footer-widget-1 {
	float: left;
	width: 100%;
	padding: 0 5px;
}
.site-footer .widget-column.footer-widget-2 {
	float: left;
	width: 100%;
	padding: 0 5px; 
}
.site-footer .widget-column.footer-widget-2 ul{margin-left:25px}
.site-footer .widget-column.footer-widget-3 {
	float: left;
	width: 100%;
	padding: 0 5px;  
}
.site-footer .widget-column.footer-widget-2 ul {
    margin-left: 0px;
}
/* footer */
.site-info .website_copy{width:100%;float:left;text-align:center;list-style:none}
.site-info .website_ls{width:100%;float:left;text-align:center;list-style:none}
}
/* add this */
.addthis_tool{text-align:center;margin-top:15px;}
/* faqs */
.hrf-faq-list{max-width:765px;margin:0 auto}
