/*
 Theme Name:   Workality-Lite-master
 Description:  Workality-Lite-master Child Theme
 Author:       Ian O'Neill	
 Author URI:   ianoneill.net
 Template:     Workality-Lite-master
 Version:      1.0.0
 Text Domain:  Workality-Lite-master-child
*/

@import url("../Workality-Lite-master/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.container{background: #fff;}

.facebook{color:#3B5998;}
.twitter{color:#4099FF;}
.pinterest{color: #cb2027;}
 .google-maps {
    position: relative;
    padding-bottom: 75%; /*aspect ratio*/
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

ul.main-nav .current_page_item a, 
ul.main-nav .current_menu_item a, 
ul.main-nav li:hover a{border-color: #008f3e;}

#prescription_illnesses td {
	width: 30%;
}

#address{font-size: 1.1em;}
/*body > div.container > div.sixteen.columns.topmargin{background: url('../../uploads/2014/03/mary_street_pharmacy_mullingar_backgrounds.png');}*/

p::-moz-selection { background: #008f3e; color: #fff;}
p::selection { background: #008f3e; color: #fff; }

::selection {
	background: #008f3e; color: #fff; /* Safari */
	}
::-moz-selection {
	background: #008f3e;  color: #fff; /* Firefox */
}

@media only screen and (max-width: 768px) {
	body{background: #fff;}
}