/*
 Theme Name:   Argent Child
 Theme URI:    https://wordpress.com/themes/argent/
 Description:  Argent Child Theme
 Author:       Web Global
 Author URI:   http://rjandcogroup.com.au/
 Template:     argent
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/




@font-face {
font-family: Questrial;
src: url(/wp-content/themes/argent-child/fonts/Questrial/Questrial-Regular.ttf);
}

@font-face {
font-family: Raleway;
src: url(/wp-content/themes/argent-child/fonts/Raleway/Raleway-Regular.ttf);
}

@font-face {
font-family: RalewayExtraBold;
src: url(/wp-content/themes/argent-child/fonts/Raleway/Raleway-ExtraBold.ttf);
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: Raleway;
	font-size:14px;
	color: #252525;
}

p {
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
}

li {
    font-size: 14px;
    font-style: normal;
}

h1, .single, .entry-title, .page-title {
    font-family: Questrial;
	color: #252525;
    font-size: 28px;
	font-style : normal;
}

.page-header {
	margin-bottom: 22px;
}

h2 {
    font-family: Raleway;
	color: #252525;
    font-size: 16px;
    font-style : normal;
	line-height: 1.5em;
	text-transform: uppercase;
}

h3, h4, h5, h6 {
    font-family: Questrial;
    color: #252525;
    font-size: 14px;
    font-style : normal;
	text-transform: none;
}

.main-navigation {
	background: #fff;
	width: 755px;
	margin: auto;
}

@media screen and (max-width: 768px) {
    .main-navigation {
        max-width: 100%;
    }
}

.main-navigation a {
    font-size: 15px;
	color: #000000;
}

.main-navigation a:hover {
    font-weight: 600;
}

.main-navigation ul ul a {
        color: #000;
} 

.main-navigation ul ul :hover > a,
.main-navigation ul > .focus > a {
	color: #000;
	font-weight: 600;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	color: #000;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	color: #000;
}

/*@media screen and (min-width: 768px) {
  .main-navigation ul li {
    padding: 0.75em 0.75em 0.75em 0;
  }
}*/

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a
{
	color: #000;
	font-weight: 600;
	font-size: 17px;
}


/*Toggle Menu*/

.menu-toggle {
	font-family: Raleway;
	font-size: 14px;
	color: #b7b7b7;
	border: 1px solid #b7b7b7;
}

.menu-toggle:hover {
	background: none;	
	border-color: #b7b7b7;
	color: #b7b7b7;
	opacity: 1.0;
}

.menu-toggle:before {
    border: none;
    content: '';    /*\f419 menu icon for mobile*/
    display: inline-block;
    padding-right: 8px;
    font-family: "Genericons";
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
}

.nav-menu > li > a:after {
		color: #b7b7b7;
		content: "";	/* \2022*/
		margin-left: 1em;
		opacity: 1.0;
}

/*Toggle Menu End*/

.site-branding 
{
    width: 755px;
    margin: auto;
    background-color: transparent;
    background-size: contain;
}

.page-template-front-page .site-branding {
    margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .site-branding {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .page #main {
    min-height: 590px;
  }
  .home #main {
    min-height: 290px;
  }
  .page.page-id-7 #main {
    min-height: 590px;
  }
}

/*header image for home only*/

@media screen and (min-width: 769px) {
.home .site-branding {
	background: url(/wp-content/uploads/2019/08/STYSIS-Home-Page-Image-Logo-2.0.png) no-repeat;
    max-width: 100%;
	height: 517px;
    }
}

@media screen and (max-width: 768px) {
.home .site-branding {
	background: url(/wp-content/uploads/2019/08/STYSIS-Home-Page-Image-Logo-2.0.png) no-repeat;
	background-position: center;
    background-size: cover;  /*cover before*/
    max-width: 100%;
    height: auto;
    min-height: 517px;  /*250px before*/

    }
}

/*header image for home only end*/


/*.home, .page-content 
{
	width: 755px;
	margin: auto;
}

@media screen and (max-width: 768px) {
    .home, .page-content {        
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
    }
}*/

@media screen and (min-width: 768px) {
  .single-jetpack-portfolio .entry-header, .page-header, .single-jetpack-portfolio .entry-content, .page-content, .page .entry-meta, .single-jetpack-portfolio .entry-meta, .comments-area, .post-navigation, .posts-navigation {
    margin-right: auto;
    margin-left: auto;
    width: 755px;
  }
}

.content-area {margin-top: -40px;}




/*footer start*/

.footer-widget-area {
	font-family: Raleway;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding-top: 1em;
    padding-right: 2em;
    padding-left: 2em;
	padding-bottom: 0em;
}

#custom_html-4 {
    margin-bottom: 0px;
}

.site-footer {
    background: #000;
    padding: 1em 0;
	margin-top: -1px;
}


.widget-area,
.widget-area a {
	color: #fff;
	font-size: 14px;
	font-size: 1.1rem;
}

#copyright
{
	font-size: 9px;
	color: #fff;
}

/*footer end*/




/*button style start*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span {
	font-family: Raleway;
	font-size: 14px;
	background: none;
	border: 1px solid #a1a1a1;
	color: #252525;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#infinite-handle span:hover {
	background-color: #000;
	border-color: #000;
	color: rgba(255, 255, 255, 1.0);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
/*	border-color: #a1a1a1;
	background-color: #a1a1a1;
	color: rgba(255, 255, 255, 1.0);	*/
    border-color: #000;
    background-color: #000;
    color: rgba(255, 255, 255, 1.0);
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	font-family: Raleway;
	font-size: 14px;
	font-size: 1.1rem;
	border: 1px solid #a1a1a1;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #000;
	color: #111;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	height: 2.5em;
	width: 100%;
	padding: 0 7px;
}

textarea {
	padding-left: 7px;
	width: 100%;
	max-height: 7.5em;
}

/*@media screen and (max-width: 460px) {

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
        height: 2.5em;
        width: 80%;
        padding: 0 7px;
}

textarea {
        padding-left: 7px;
        width: 80%;
        max-height: 7.5em;
    }

}*/

.widget button,
.widget input[type="button"],
.widget input[type="submit"] {
        border: 2px solid #a1a1a1;
        color: #252525;
}
.widget button:hover,
.widget input[type="button"]:hover,
.widget input[type="submit"]:hover {
        background-color: transparent;
        border: 2px solid #252525;
        color: #252525;
}

.widget button:focus,
.widget input[type="button"]:focus,
.widget input[type="submit"]:focus {
        background-color: #252525;
        border: 2px solid #252525;
        color: #252525;
}

/*button style end*/




/*blockquotes start*/

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	margin: -150px 0 0 -20px;
	clear: both;
}
blockquote,
q {
	quotes: "" "";
}

blockquote:not(.contact-form-submission) {
	font-family: raleway;
	font-size: 14px;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: normal;
	line-height: 1.7778;
	margin-bottom: 0em;
	position: relative;
}

blockquote:not(.contact-form-submission) cite {
	display: block;
	font-family: Raleway;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	letter-spacing: .03em;
	line-height: 1.7778;
	margin-top: 10px;
	text-transform: uppercase;
}

blockquote:not(.contact-form-submission):before {
	display: inline-block;
	color: #b7b7b7;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 70px;
	font-size: 7rem;
	opacity: 0.5;
	position: relative;
	top: 80px;
	left: 5px;
	z-index: -1;
}

/*blockquotes end*/




/*Added general Code start*/

/*image overflow*/
@media screen and (min-width: 1060px) {
.wp-caption.alignleft, img.alignleft, blockquote.alignleft {
    margin-left: auto;	/*-175px*/
   }
}

@media screen and (max-width: 460px) {
img {
    width: 100%;
    margin-bottom: 20px;
   }
}

@media screen and (max-width: 600px) {
img.aligncenter {
    width: auto;
   }
}

/*Added general Code End*/




/*wp-admin bar user color*/

#wpadminbar * {
	color: #ccc;
}

/*wp admin bar end*/





/*
Below are the new design changes added on and after 15/08/2019 along with original chnages made for existing code on top.
Please refer to old design for previous version of layout and look.
*/

/*General code start*/

h1 {margin-bottom: 0em;}

h2 {text-transform: none;}

.site-main {
    margin: 2.5em 0;
}

img.size-full {
	max-width:100%;
	margin: 15px auto;
}

/*General code end*/




/*header site branding changes start*/

.site-branding {
    padding: 3em 0;
}

@media screen and (max-width: 768px) {
  .site-branding {
    padding: 2em 0;
  }
}

/*header site branding changes end*/




/*navigation changes start*/

@media screen and (min-width: 768px) {
  .main-navigation ul ul {
    background: #ffffff;
	border: 0px solid #b7b7b7;
  }
	
  .main-navigation div>ul>li>ul::before {
    border-color: transparent transparent #b7b7b7;
	border-width: 0px 7px 13px;
  }
	
  .main-navigation ul ul a {
    padding: .5em 1em;
  }
}

/*navigation changes end*/




/*general block for individual page header start*/

.top-page-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #252525;
    margin: 0px auto 10px;
}

img.left-image {margin-top: 15px;}
img.left-image-about {margin-top: 15px;}

/*general block for individual page header end*/




/*contact page start*/

.contact-page-form {
    display: block;
	margin: 10px auto 0;
	clear: both;
}

/*contact page end*/




/*after & before page start*/

h1.ab-name {
    font-size: 20px;
}

@media screen and (min-width: 769px) {
  h1.ab-name {
	margin-top: 50px;
  }
}

.ab-image {
    display: block;
	width: calc(100%/2 - 0px);
	height: auto;
	margin: 10px auto 20px;
	float: left;
	text-align: center;
}

.ab-image.left-left {
    text-align: left;
	padding-right: 5px;
}

.ab-image.right-right {
    text-align: right;
	padding-left: 5px;
}

.ab-image.left {
    text-align: left;
	padding-left: 15px;
}

.ab-image.right {
    text-align: right;
	padding-right: 15px;
}

/*p {clear: both;}*/

/*after & before page end*/




/*client makeover start*/

.client-name {
	font-size: 18px;
    font-weight: 600;
	color: #252525;
	text-align: center;
	margin-bottom: 15px;
}

h5.testimonial-name {margin-bottom: 0em;}

blockquote p {margin-bottom: 1em;}

/*client makeover end*/




/*Hotel Chadston Start*/

p.hotelchad {
	text-align: center;
	margin: 50px;
}

.hotelchad-button {
	text-align: center;
}

/*Hotel Chadston End*/




/*footer code start*/

.signature {width: auto;}

a.footer-privacy {
	display: inline-block;
	text-decoration: underline;
	margin-top: 20px;
}

/*footer code end*/