/*
	Theme Name: Scoozies Theme
	Author: perpetual-digital.com
*/
/* ---------------------------
    Reset
--------------------------- */
*,
*:before,
*:after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: 300; line-height:1.3; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td {  vertical-align: top; }
th { text-align: left; }
nav li { display:inline-block; list-style:none; position: relative; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:40px;padding:10px;font-size:14px;line-height:1;color:#555555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle;width:100%;}
textarea{height:auto;padding:4px 6px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:25px;*margin-top:4px;line-height:1;}
select{border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/* ---------------------------
    General
--------------------------- */
html {
	-webkit-text-size-adjust: none;
    overflow-x: hidden;
	overflow-y: scroll;
}
body {
    background: #454547;
    overflow: hidden;
	color: #444;
	font: normal 18px/1.2 'georgia', sans-serif;
}
a {
	text-decoration: none;
	color: #E93526;
}
a:hover {
	text-decoration: underline;;
}
p {
    padding-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5 {
	padding: 15px 0;
	font-size: 18px;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px 0;
}
td,
th {
	border: 0;
	padding: 10px 15px;
    border: 1px solid #eee;
}
th {
	color: #fff;
    background: #58b95a;
}
tr:nth-child(even){
	background: #f7f7f7;
}
article ul,
article ol {
	padding: 0 0 10px 20px;
}
strong {
    font-weight: bold;
}
section {
    padding: 20px 0;
    margin-bottom: 50px;
}


/* ---------------------------
    Layout
--------------------------- */
#header {
    background: url(images/bg-header.png) center -10px no-repeat;
    min-height: 95px;
    margin-bottom: 50px;
}
#header a {
    display: block;
    padding: 20px 0;
}

#nav {
    padding-right: 5%;
}
#nav ul {
    font-size: 0;
}
#nav li {
    width: 25%;
}
#nav a {
    color: #444;
    display: block;
    font-size: 16px;
    padding: 25px 0;
    text-transform: uppercase;
}
#nav a:hover {
    color: #E93526;
}

#footer {
    background: url(images/bg-footer.png) center no-repeat;
    padding: 100px 0 50px;
}
#footer p {
    line-height: 50px;
}
#footer a img {
    margin-left: 10px;
    vertical-align: middle;
}


/* ---------------------------
    Specific
--------------------------- */
.btn {
	font-size: 18px;
	display: inline-block;
	padding: 0 25px;
	background: #5ab45c;
	color: #fff;
	font-weight:bold;
	line-height: 40px;
	border: none;
	text-decoration:none;
	cursor:pointer;
	border-radius: 7px;
   	-o-transition: all .1s ease-in-out;
   	-moz-transition: all .1s ease-in-out;
   	-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.btn-block {
	text-align: center;
	display: block;
    width: 100%;
}
.btn:hover {
	background: #167ca8;
	color: #fff;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}

.prev,
.next {
    max-width: 49%
}
.aligncenter {
    display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.prev,
img.alignleft {
    float: left;
}
.next,
img.alignright {
    float: right;
}
.alignright {
    text-align: right;
}
.alignleft {
    text-align: left;
}
img.alignleft {
    margin: 0 25px 15px 0;
}
img.alignright {
    margin: 0 0 15px 25px
}

.section-img {
    text-align: center;
    margin-bottom: 20px;
}

.inner {
    position: relative;
}
.inner:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 100;
}
.inner article {
    position: relative;
    z-index: 200;
    font-size: 15px;
}

/* Pages */
#home {
    margin-bottom: 0;
}
#home .inner:before {
    width: 626px;
    height: 292px;
    background: url(images/bg-home.png);
    top: 20px;
    right: 50%;
    margin-right: -580px;
}
#home article {
    padding: 60px 0 0 80px;
}

#menu .inner:before {
    width: 1299px;
    height: 361px;
    background: url(images/bg-menus.png);
    top: 150px;
    right: 50%;
    margin-right: -1150px;
}
#menu article {
    padding: 10px 30px 0 90px;
}
#menu .wp-post-image {
    margin-top: -50px;
}
#menu .nav {
    position: relative;
    z-index: 999;
}
#menu .nav li {
    display: block;
    list-style: none;
}

#about .section-img {
    margin-bottom: 50px;
    position: relative;
}
#about .section-img img {
    position: relative;
    z-index: 100;
}
#about .section-img:before {
    display: block;
    content: '';
    width: 874px;
    height: 926px;
    background: url(images/img-aub.png);
    position: absolute;
    z-index: 10;
    top: -250px;
    left: 50%;
    margin-left: -850px;
}
#about .inner:before {
    width: 1731px;
    height: 401px;
    background: url(images/bg-about.png);
    top: -50px;
    left: 50%;
    margin-left: -1350px;
}
#about article {
    padding-right: 100px;
}
#about article h3 {
    padding-right: 20%;
    padding-top: 10px;
}
#about .post-thumb {
    height: 300px;
    position: relative;
    z-index: 999;
}

#contact .inner {
    color: #fff;
    padding-left: 270px;
    min-height: 520px;
    background: url(images/side-contact.png) left center no-repeat;
}
#contact article {
    margin-bottom: 30px;
}
#contact article h4 {
    font-size: 30px;
    position: relative;
}
#contact article h4:before {
    position: absolute;
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    background: url(images/icons.png) no-repeat;
    top: 22px;
    left: -55px;
}
#contact article h4:nth-of-type(2):before {
    background-position: 0 -92px;
}
#contact article h4:nth-of-type(3):before {
    background-position: 0 -45px;
}


/* ---------------------------
 Grid
--------------------------- */
.clearfix::before, .container::before, .row::before, .clearfix::after, .container::after, .row::after {
  content: "";
  display: table;
}

.clearfix::after, .container::after, .row::after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
  padding: 0 2%;
}

.container {
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

.row {
  margin-left: -2%;
  margin-right: -2%;
}
.row-nopadding {
    margin-left: 0;
    margin-right: 0;
}
.row-nopadding .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 860px;
  }
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 544px) {
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}


/* ---------------------------
	Plugins
--------------------------- */
/* Google maps */
#map-canvas {
	width: 100%;
	height: 300px;
}
#map-canvas img {
	max-width: none;
	width: auto;
}


/* ---------------------------
	Media query
--------------------------- */
/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

    .container {
        padding: 0;
    }
    section {
        padding: 0 5%;
    }

    .hidden-mobile {
        display: none;
    }

    #header {
        background: #fff;
        margin-bottom: 0;

    }
    #header .logo {
        display: block;
        text-align: center;
    }

    #nav {
        background: #E93526;
        padding-right: 0;
    }
    #nav ul {
		max-width: 100%;
        display: flex;
    }
    #nav li {
        flex: 1;
        width: auto;
    }
    #nav a {
        color: #fff;
        display: block;
        text-align: center;
        padding: 15px 5px;
		font-weight: bold;
    }
    #nav a:hover {
        color: #E93526;
        background: #fff;
    }

    #main {
        padding: 0;
    }
    #main .inner:before {
        display: none;
    }

    #main article {
        padding: 0 5%;
        background: none;
        color: #fff;
        background-size: cover;
        background-position: center;
    }

    #home img {
        display: block;
        margin: 20px auto;
        max-width: 69%;
    }

    #menu {
        padding: 50px 0;
    }
    #menu .nav li {
        text-align: center;
    }
    #menu .nav li a {
        display: block;
    }

    #contact .inner {
        padding-left: 0;
        background: none;
        text-align: center;
    }
    #contact article h4:before {
        display: none;
    }

    #footer {
        text-align: center;
    }

    img.alignright,
    img.alignleft {
        margin: 0 auto 20px;
        float: none;
        max-height: 150px;
        width: auto;
        display: block;
    }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	#contact article {
		font-size: 24px;
		font-weight: bold;
	}
	#contact article h4 {
	    font-size: 16px;
	}

}

@media (max-width: 480px) {


}
