/*
Theme Name: Dosis Child
Theme URI: http://dosis.az-theme.net
Description: A WordPress Theme
Author: AZ-Theme
Author URI: https://az-theme.net
Version: 1.0.0
Template: dosis
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dosis
Tags: blog, news, photography
*/

/****
	GLOBAL CSS 
*****/

@font-face {
  font-family: 'Diplomata Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Diplomata Regular'),
       url('/wp-content/themes/dosis-child/fonts/Diplomata-Regular.woff2') format('woff2'), 
       url('/wp-content/themes/dosis-child/fonts/Diplomata-Regular.woff') format('woff'),
       url('/wp-content/themes/dosis-child/fonts/Diplomata-Regular.ttf') format('truetype');
}

/* Do not display page title for home page */
.page-id-14 .page-title {
	display: none;
}

/* Site title customization with font, color, and size */
.site-title {
    font-family: 'Diplomata Regular', sans-serif;
    font-size: 30px;
	color: #a48c5e;
}

.tagline {
	color: #808080;
	font-weight: 500;
	font-size: 20px;
}

.tagline::after {
	/* content: ""; */
	width: 45px;
	border-bottom: none;
	vertical-align: middle;
	display: inline-block;
}

.tagline::before {
	/* content: ""; */
	width: 45px;
	border-bottom: none;
	vertical-align: middle;
	display: inline-block;
}

/* Decrease the font weight in the main menu */
.main-menu-horizontal .dosis-main-menu > li > a {
	font-weight: 200;
}

/* Increase the size of each menu item for the main menu */
.dosis-main-menu li {
	font-size: 16px;
}

/* Custom background image for the entire website */
.body_boxed {
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
	background-attachment: fixed;
}

body {
	color: #5a5a5a;
	line-height: 1.55;
}

.main-contaier p {
	font-size: 16px;
}

.wp-block-column .left {
	color: #252525;
	font-weight: bold;
}

.wp-block-image figcaption {
	font-size: 95%;
}

.main-footer {
	background: #95a090;
	color: #fff;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	text-decoration: underline;
}

.logo-footer .tagline {
	color: #fff;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.soap-mobile-only {
		display: none;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.page-title {
		text-align: center;
	}
} 

/****
	MOBILE CSS 
*****/

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.tagline {
		font-size: 13px;
		font-weight: 300;
	}
	.tagline::after, .tagline::before {
    	width: 0px;
	}
	.tagline::before {
    	margin: 0 auto;
	}
	.site-title {
		font-size: 26px;
	}
	.page-title {
		text-align: center;
	}
	.dosis-primary {
		padding: 25px 0 0;
	}
	.soap-desktop-only {
		display: none;
	}
	.wp-block-column .left {
		color: #A48C5E;
		margin-bottom: 5px;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}

/* Large devices (900px and up) */
@media only screen and (min-width: 900px) {
	.page-id-20 p {
		margin-bottom: 10px;
	}
	.page-id-20 h4 {
		font-size: 20px;
	}
}